Metadata-Version: 2.1
Name: django-db-obfuscator
Version: 0.1.6
Summary: Django app to obfuscate text data.
Home-page: https://github.com/oesah/django-db-obfuscator
Author: Oezer Sahin
Author-email: os@oesah.ch
License: MIT license
Keywords: obfuscator
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5

====================
Django DB Obfuscator
====================


.. image:: https://img.shields.io/pypi/v/django-db-obfuscator.svg
        :target: https://pypi.python.org/pypi/django-db-obfuscator

.. image:: https://img.shields.io/travis/oesah/django-db-obfuscator.svg
        :target: https://travis-ci.com/oesah/django-db-obfuscator

.. image:: https://readthedocs.org/projects/django-db-obfuscator/badge/?version=latest
        :target: https://django-db-obfuscator.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/oesah/django-db-obfuscator/shield.svg
     :target: https://pyup.io/repos/github/oesah/django-db-obfuscator/
     :alt: Updates



Django app to obfuscate text data.


* Free software: MIT license
* Documentation: https://obfuscator.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


