Repository URL to install this package:
Metadata-Version: 2.1 Name: adbc-driver-postgres Version: 0.0.0+g3cbaf39 Summary: A libpq-based ADBC driver for working with Postgres. Author-email: Apache Arrow Developers <dev@arrow.apache.org> License: Apache-2.0 Project-URL: homepage, https://arrow.apache.org Project-URL: repository, https://github.com/apache/arrow-adbc Requires-Python: >=3.9 License-File: LICENSE.txt License-File: NOTICE.txt Provides-Extra: dbapi Requires-Dist: pandas ; extra == 'dbapi' Requires-Dist: pyarrow (>=8.0.0) ; extra == 'dbapi' Provides-Extra: test Requires-Dist: pandas ; extra == 'test' Requires-Dist: pyarrow (>=8.0.0) ; extra == 'test' Requires-Dist: pytest ; extra == 'test'