Metadata-Version: 1.1
Name: django_securebox
Version: 0.1.5
Summary: Djange SecureBox implementation -- encrypts data for a Django User, but allows for transparent access within a Session
Home-page: https://github.com/henryk/django-securebox
Author: Henryk Plötz
Author-email: henryk@ploetzli.ch
License: GNU General Public License v3
Description: ================
        Django SecureBox
        ================
        
        
        .. image:: https://img.shields.io/pypi/v/django-securebox.svg
                :target: https://pypi.python.org/pypi/django-securebox
        
        .. image:: https://img.shields.io/travis/henryk/django-securebox.svg
                :target: https://travis-ci.org/henryk/django-securebox
        
        .. image:: https://readthedocs.org/projects/django-securebox/badge/?version=latest
                :target: https://django-securebox.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Djange SecureBox implementation -- encrypts data for a Django User, but allows for transparent access within a Session
        
        
        * Free software: GNU Lesser General Public License v3
        * Documentation: https://django-securebox.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.2 (2018-08-29)
        ------------------
        
        * Fix missing import.
        
        
        0.1.1 (2018-08-03)
        ------------------
        
        * Packaging fix: Add missing migrations.
        
        
        0.1.0 (2018-07-29)
        ------------------
        
        * First release on PyPI.
        
Keywords: django_securebox
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
