Metadata-Version: 2.1
Name: pg4j
Version: 0.1.2
Summary: A package designed to perform etl from a postgres database to a neo4j database.
License: Apache-2.0
Author: Michael Statt
Author-email: michael.statt@modelyst.io
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: docs
Requires-Dist: PyYAML (>=5.4.1,<6.0.0)
Requires-Dist: SQLAlchemy (>=1.4.27,<2.0.0)
Requires-Dist: psycopg2-binary (>=2.9.2,<3.0.0)
Requires-Dist: pydantic[dotenv] (>=1.10.7,<2.0.0)
Requires-Dist: typer (>=0.4.0,<0.5.0)
Requires-Dist: types-PyYAML (>=5.4.6,<6.0.0)
