Metadata-Version: 1.1
Name: model_mommy
Version: 1.2.2
Summary: Smart object creation facility for Django.
Home-page: http://github.com/vandersonmota/model_mommy
Author: vandersonmota
Author-email: vandersonmota@gmail.com
License: Apache 2.0
Description: ============================================
        Model Mommy: Smart fixtures for better tests
        ============================================
        
        *Model-mommy* 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/vandersonmota/model_mommy.png?branch=master
                :target: https://travis-ci.org/vandersonmota/model_mommy
        
        Install
        =======
        
        .. code-block:: console
        
            pip install model_mommy
        
        
        Usage and Info
        ==============
        
        *     http://model-mommy.readthedocs.org/
        
        
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
