Metadata-Version: 2.1
Name: django-postgres-copy
Version: 2.6.0
Summary: Quickly import and export delimited data with Django support for PostgreSQL’s COPY command
Home-page: https://django-postgres-copy.californiacivicdata.org/
Author: Ben Welsh
Author-email: b@palewi.re
License: MIT
Project-URL: Documentation, https://django-postgres-copy.readthedocs.io/
Project-URL: Funding, https://www.californiacivicdata.org/about/
Project-URL: Source, https://github.com/california-civic-data-coalition/django-postgres-copy
Project-URL: Tracker, https://github.com/california-civic-data-coalition/django-postgres-copy/issues
Project-URL: Tests, https://github.com/california-civic-data-coalition/django-postgres-copy/actions/workflows/test.yaml
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.2
Classifier: License :: OSI Approved :: MIT License

Quickly import and export delimited data with Django support for PostgreSQL’s COPY command

|Build Status| |PyPI version| |Documentation Status|

-  Documentation:
   `django-postgres-copy.readthedocs.io <https://django-postgres-copy.readthedocs.io/en/latest/>`__
-  Issues:
   `github.com/california-civic-data-coalition/django-postgres-copy/issues <https://github.com/california-civic-data-coalition/django-postgres-copy/issues>`__
-  Packaging:
   `pypi.python.org/pypi/django-postgres-copy <https://pypi.python.org/pypi/django-postgres-copy>`__
-  Testing:
   `github.com/california-civic-data-coalition/django-postgres-copy/actions <https://github.com/california-civic-data-coalition/django-postgres-copy/actions/workflows/test.yaml>`__

.. |Build Status| image:: https://github.com/california-civic-data-coalition/django-postgres-copy/actions/workflows/test.yaml/badge.svg
    :target: https://github.com/california-civic-data-coalition/django-postgres-copy/actions/workflows/test.yaml
.. |PyPI version| image:: https://badge.fury.io/py/django-postgres-copy.svg
    :target: https://badge.fury.io/py/django-postgres-copy
.. |Documentation Status| image:: https://readthedocs.org/projects/django-postgres-copy/badge/
   :target: http://django-postgres-copy.californiacivicdata.org


