Metadata-Version: 2.1
Name: psqlsync
Version: 0.2.0
Summary: Tool to create basic PostgreSQL backups and restore them from local files.
Author: Tip ten Brink
Author-email: 75669206+tiptenbrink@users.noreply.github.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: dirgh
Requires-Dist: dirgh @ git+https://github.com/tiptenbrink/dirgh.git@main ; extra == "dirgh"
Requires-Dist: psycopg2-binary (>=2.9.2,<3.0.0)
Requires-Dist: tomli (>=2.0.1,<3.0.0)
Requires-Dist: trio (>=0.20.0,<0.22.0) ; extra == "dirgh"
