Metadata-Version: 2.1
Name: dj_anonymizer
Version: 0.6.1
Summary: dj_anonymizer is a utility designed to anonymize production databases with various types of mock data, specifically designed for use within Django projects.
Home-page: https://github.com/preply/dj_anonymizer
Author: Tim Pagurets
License: MIT
Keywords: django,data,database,anonymization,dj-anonymizer
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Topic :: Database
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: Django>=4.2

dj_anonymizer [![Build Status](https://github.com/preply/dj_anonymizer/actions/workflows/test.yml/badge.svg)](https://travis-ci.com/preply/dj_anonymizer) [![codecov.io](https://codecov.io/github/preply/dj_anonymizer/coverage.svg?branch=master)](https://codecov.io/github/preply/dj_anonymizer?branch=master) [![PyPI version](https://badge.fury.io/py/dj-anonymizer.svg)](https://badge.fury.io/py/dj_anonymizer)
==================================

dj_anonymizer is a utility designed to anonymize production databases with various types of mock data, specifically designed for use within Django projects.

Project works with Django 4.2 or higher and Python 3.8 or higher.

Documentation
==================================
[https://dj-anonymizer.readthedocs.io/en/latest/](https://dj-anonymizer.readthedocs.io/en/latest/)
