Metadata-Version: 1.1
Name: model_bakery
Version: 0.0.1a0
Summary: Smart object creation facility for Django.
Home-page: http://github.com/berinhard/model_bakery
Author: berinfontes
Author-email: bernardoxhc@gmail.com
License: Apache 2.0
Description: =============================================
        Model Bakery: Smart fixtures for better tests
        =============================================
        
        *Model-bakery* offers you a smart way to create fixtures for testing in Django.
        With a simple and powerful API you can create many objects with a single line of code.
        
        .. image:: https://travis-ci.org/berinhard/model_bakery.svg?branch=master
            :target: https://travis-ci.org/berinhard/model_bakery
            :alt: Test Status
        
        .. image:: https://badge.fury.io/py/model_bakery.svg
            :target: https://badge.fury.io/py/model_bakery
            :alt: Latest PyPI version
        
        Install
        =======
        
        .. code-block:: console
        
            pip install model_bakery
        
        
        Usage and Info
        ==============
        
        *     http://model-bakery.readthedocs.org/
        
        
        Maintainers
        ===========
        
        *     Ana Paula Gomes - https://github.com/anapaulagomes/
        *     Bernardo Fontes - https://github.com/berinhard/
        *     Rustem Saiargaliev - https://github.com/amureki/
        
        
        Creator
        =======
        
        *     Vanderson Mota - https://github.com/vandersonmota/
        
        
Keywords: django testing factory python
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
