Metadata-Version: |
2.1 |
Name: |
pgpq |
Version: |
0.9.0 |
Summary: |
Arrow -> PostgreSQL encoder |
Author: |
Adrian Garcia Badaracco |
Project-Url: |
documentation, https://github.com/adriangb/pgpq/README.md |
Project-Url: |
homepage, https://github.com/adriangb/pgpq |
Project-Url: |
repository, https://github.com/adriangb/pgpq |
License: |
MIT |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Topic :: Software Development |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.7 |
Requires-Dist: |
pyarrow (>=11) |
Requires-Dist: |
typing-extensions (>=3); python_version < "3.8" |
Requires-Dist: |
pytest (>=7.0.0); extra == "test" |
Requires-Dist: |
maturin (>=0.14.0); extra == "test" |
Requires-Dist: |
pre-commit (>=2.16.0); extra == "test" |
Requires-Dist: |
testing.postgresql (>=1.3.0); extra == "test" |
Requires-Dist: |
psycopg[binary] (>=3.1.8); extra == "test" |
Requires-Dist: |
pyarrow (>=11.0.0); extra == "test" |
Requires-Dist: |
jupyter (>=1.0.0); extra == "bench" |
Requires-Dist: |
requests; extra == "bench" |
Provides-Extra: |
test |
Provides-Extra: |
bench |
Description-Content-Type: |
text/markdown; charset=UTF-8; variant=GFM |