Metadata-Version: 1.1
Name: django-pgcrypto-expressions
Version: 0.1
Summary: PGCrypto support for Django 1.8+
Home-page: https://github.com/orcasgit/django-pgcrypto-expressions/
Author: ORCAS, Inc
Author-email: orcastech@orcasinc.com
License: UNKNOWN
Description: ===========================
        django-pgcrypto-expressions
        ===========================
        
        .. image:: https://secure.travis-ci.org/orcasgit/django-pgcrypto-expressions.png?branch=master
           :target: http://travis-ci.org/orcasgit/django-pgcrypto-expressions
           :alt: Test status
        .. image:: https://coveralls.io/repos/orcasgit/django-pgcrypto-expressions/badge.png?branch=master
           :target: https://coveralls.io/r/orcasgit/django-pgcrypto-expressions
           :alt: Test coverage
        .. image:: https://readthedocs.org/projects/django-pgcrypto-expressions/badge/?version=latest
           :target: https://readthedocs.org/projects/django-pgcrypto-expressions/?badge=latest
           :alt: Documentation Status
        .. image:: https://pypip.in/v/django-pgcrypto-expressions/badge.png
           :target: https://pypi.python.org/pypi/django-pgcrypto-expressions
           :alt: Latest version
        .. image:: https://pypip.in/license/django-pgcrypto-expressions/badge.png
           :target: https://pypi.python.org/pypi/django-pgcrypto-expressions
           :alt: License
        
        Django model fields whose values are encrypted using the ``pgp_sym_encrypt``
        function from `pgcrypto`_.
        
        ``django-pgcrypto-expressions`` supports `Django`_ 1.8.2 and later on Python
        2.7, 3.2, 3.3, 3.4, pypy, and pypy3.
        
        .. _Django: http://www.djangoproject.com/
        .. _pgcrypto: http://www.postgresql.org/docs/9.4/static/pgcrypto.html
        
        
        Getting Help
        ============
        
        Documentation for django-pgcrypto-expressions is available at
        https://django-pgcrypto-expressions.readthedocs.org/
        
        This app is available on `PyPI`_ and can be installed with ``pip install
        django-pgcrypto-expressions``.
        
        .. _PyPI: https://pypi.python.org/pypi/django-pgcrypto-expressions/
        
        
        Contributing
        ============
        
        See the `contributing docs`_.
        
        .. _contributing docs: https://github.com/orcasgit/django-pgcrypto-expressions/blob/master/CONTRIBUTING.rst
        
        CHANGES
        =======
        
        0.1 (unreleased)
        -------------------
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Framework :: Django
