Metadata-Version: 2.1
Name: model-bakery
Version: 1.0.1
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
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
Requires-Dist: django (>=1.11.0)

=============================================
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.

Model Bakery is a rename of the legacy `Model Mommy project <https://pypi.org/project/model_mommy/>`_.

.. image::  https://travis-ci.com/model-bakers/model_bakery.svg?branch=master
    :target:  https://travis-ci.com/model-bakers/model_bakery/
    :alt: Test Status

.. image:: https://img.shields.io/pypi/v/model_bakery.svg
    :target: https://pypi.python.org/pypi/model_bakery/
    :alt: Latest PyPI version

.. image:: https://readthedocs.org/projects/model-bakery/badge/?version=latest
    :target: https://model-bakery.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

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/



