Metadata-Version: 2.1
Name: django-db-obfuscator
Version: 0.1.3
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

[![Generic badge](https://img.shields.io/pypi/v/django-db-obfuscator.svg)](https://pypi.python.org/pypi/django-db-obfuscator)
[![Generic badge](https://img.shields.io/travis/oesah/django-db-obfuscator.svg)](https://travis-ci.com/oesah/django-db-obfuscator)
[![Generic badge](https://readthedocs.org/projects/django-db-obfuscator/badge/?version=latest)](https://django-db-obfuscator.readthedocs.io/en/latest/?badge=latest)
[![Generic badge](https://pyup.io/repos/github/oesah/django-db-obfuscator/shield.svg)](https://pyup.io/repos/github/oesah/django-db-obfuscator/)

Django app to obfuscate text data.

-   Free software: MIT license
-   Documentation: https://obfuscator.readthedocs.io.

## Features

-   TODO

## Credits

This package was created with:

-   [Cookiecutter](https://github.com/audreyr/cookiecutter)
-   [`audreyr/cookiecutter-pypackage`](https://github.com/audreyr/cookiecutter-pypackage)


