Metadata-Version: 2.1
Name: django-pgschemas
Version: 0.2.2
Summary: Multi-tenancy on Django using PostgreSQL schemas.
Home-page: https://github.com/lorinkoz/django-pgschemas
Author: Lorenzo Peña
Author-email: lorinkoz@gmail.com
Keywords: django,tenants,schemas,multi-tenancy,postgresql
Requires-Python: >=3.5,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: django (>=2.0,<3.0)
Requires-Dist: psycopg2-binary (>=2.7,<3.0)
Project-URL: Documentation, https://django-pgschemas.readthedocs.io/
Project-URL: Repository, https://github.com/lorinkoz/django-pgschemas
