Metadata-Version: 1.2
Name: factory-djoy
Version: 2.1.2
Summary: Factories for Django, creating valid model instances every time.
Home-page: http://github.com/jamescooke/factory_djoy
Author: James Cooke
Author-email: github@jamescooke.info
License: MIT
Description: .. image:: https://img.shields.io/circleci/project/github/jamescooke/factory_djoy/master.svg
            :alt: CircleCI build
            :target: https://circleci.com/gh/jamescooke/factory_djoy/tree/master
        
        .. image:: https://img.shields.io/readthedocs/factory-djoy.svg
            :alt: Read the Docs
            :target: https://factory-djoy.readthedocs.io/
        
        .. image:: https://img.shields.io/pypi/v/factory-djoy.svg
            :alt: PyPI version
            :target: https://pypi.org/project/factory-djoy/
        
        .. image:: https://img.shields.io/pypi/pyversions/factory-djoy.svg
            :alt: Python version
            :target: https://pypi.org/project/factory-djoy/
        
        .. image:: https://img.shields.io/pypi/djversions/factory-djoy
            :alt: PyPI - Django Version
            :target: https://pypi.org/project/factory-djoy/
        
        .. image:: https://img.shields.io/badge/license-MIT-blue.svg
            :alt: factory-djoy is licensed under the MIT License
            :target: https://raw.githubusercontent.com/jamescooke/factory_djoy/master/LICENSE
        
        Factory Djoy
        ============
        
            Factories for Django, creating valid model instances every time.
        
        Factory Djoy provides two simple classes, ``UserFactory`` and
        ``CleanModelFactory``, which wrap Factory Boy. They call ``full_clean()`` when
        creating Django model instances to ensure that only valid data enters your
        Django database.
        
        
        Compatibility
        -------------
        
        Factory Djoy is compatible with:
        
        * Django 1.11, 2.1 and 2.2.
        
        * Python 3 (3.5, 3.6, 3.7, 3.8)
        
        * Factory Boy version 2.11 or greater.
        
        
        Resources
        ---------
        
        * `Documentation on ReadTheDocs <https://factory-djoy.readthedocs.io/>`_
        
        * `Package on PyPI <https://pypi.python.org/pypi/factory_djoy>`_
        
        * `Source code on GitHub <https://github.com/jamescooke/factory_djoy>`_
        
        * `Licensed on MIT <https://raw.githubusercontent.com/jamescooke/factory_djoy/master/LICENSE>`_
        
        * `Changelog <https://github.com/jamescooke/factory_djoy/blob/master/CHANGELOG.rst>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.5
