Metadata-Version: 2.3
Name: postgresql-ldap-sync
Version: 0.1.0
Summary: Project to sync LDAP users / groups to PostgreSQL
License: Apache-2.0
Author: Sinclert Perez
Author-email: sinclert.perez@canonical.com
Maintainer: Carl Csaposs
Maintainer-email: carl.csaposs@canonical.com
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: format
Provides-Extra: lint
Provides-Extra: test
Requires-Dist: codespell (>=2.3,<3.0) ; extra == "lint"
Requires-Dist: coverage (>=7.6,<8.0) ; extra == "test"
Requires-Dist: psycopg2 (>=2.9.0)
Requires-Dist: pytest (>=8.3,<9.0) ; extra == "test"
Requires-Dist: python-ldap (>=3.4.0)
Requires-Dist: ruff (>=0.9,<1.0) ; extra == "format"
Requires-Dist: ruff (>=0.9,<1.0) ; extra == "lint"
Project-URL: Changelog, https://github.com/canonical/postgresql-ldap-sync/blob/main/CHANGELOG.md
Project-URL: Homepage, https://github.com/canonical/postgresql-ldap-sync
Project-URL: Issues, https://github.com/canonical/postgresql-ldap-sync/issues
