Metadata-Version: 2.1
Name: django-postgres-copy
Version: 2.4.0
Summary: Quickly import and export delimited data with Django support for PostgreSQL's COPY command
Home-page: http://django-postgres-copy.californiacivicdata.org/
Author: Ben Welsh
Author-email: ben.welsh@gmail.com
License: MIT
Project-URL: Documentation, http://django-postgres-copy.californiacivicdata.org
Project-URL: Funding, https://www.californiacivicdata.org/about/
Project-URL: Source, https://github.com/california-civic-data-coalition/django-postgres-copy
Project-URL: Coverage, https://coveralls.io/github/california-civic-data-coalition/django-postgres-copy?branch=master
Project-URL: Tracker, https://github.com/california-civic-data-coalition/django-postgres-copy/issues
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: psycopg2 (>=2.8.1)

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

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

-  Documentation:
   `django-postgres-copy.californiacivicdata.org <http://django-postgres-copy.californiacivicdata.org>`__
-  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:
   `travis-ci.org/california-civic-data-coalition/django-postgres-copy <https://travis-ci.org/california-civic-data-coalition/django-postgres-copy>`__
-  Coverage:
   `coveralls.io/r/california-civic-data-coalition/django-postgres-copy <https://coveralls.io/r/california-civic-data-coalition/django-postgres-copy>`__

.. |Build Status| image:: https://travis-ci.org/california-civic-data-coalition/django-postgres-copy.svg?branch=master
    :target: https://travis-ci.org/california-civic-data-coalition/django-postgres-copy
.. |PyPI version| image:: https://badge.fury.io/py/django-postgres-copy.svg
    :target: https://badge.fury.io/py/django-postgres-copy
.. |Coverage Status| image:: https://coveralls.io/repos/github/california-civic-data-coalition/django-postgres-copy/badge.svg?branch=master
    :target: https://coveralls.io/github/california-civic-data-coalition/django-postgres-copy?branch=master
.. |Documentation Status| image:: https://readthedocs.org/projects/django-postgres-copy/badge/
   :target: http://django-postgres-copy.californiacivicdata.org


