Metadata-Version: 1.1
Name: mixer
Version: 0.2.2
Summary: Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.

Home-page: http://github.com/klen/mixer
Author: Kirill Klenov
Author-email: horneds@gmail.com
License: BSD
Description: Mixer
        #####
        
        Mixer is simply application for generate instances of Django or SQLAlchemy models. It's useful for testing or fixtures replacement.
        
        Mixer supports:
        
            - Django_;
            - SQLAlchemy_;
            - Flask-SqlAlchemy (only for python 2.6, 2.7);
        
        .. image:: https://secure.travis-ci.org/klen.png?branch=develop
            :target: http://travis-ci.org/klen/mixer
            :alt: Build Status
        
        .. contents::
        
        
        Requirements
        =============
        
        - python (2.6, 2.7, 3.2, 3.3)
        - Django (1.4, 1.5) for django ORM suport;
        - SQLAlchemy for SQLAlchemy ORM suport;
        - Flask-SQLALchemy for SQLAlchemy ORM suport and integration as Flask application;
        
        
        Installation
        =============
        
        **Mixer** should be installed using pip: ::
        
            pip install mixer
        
        
        Usage
        =====
        
        
        Bug tracker
        ===========
        
        If you have any suggestions, bug reports or
        annoyances please report them to the issue tracker
        at https://github.com/klen/mixer/issues
        
        
        Contributing
        ============
        
        Development of starter happens at github: https://github.com/klen/mixer
        
        
        Contributors
        =============
        
        * klen_ (horneds@gmail.com)
        
        
        License
        =======
        
        Licensed under a `BSD license`_.
        
        
        .. _BSD license: http://www.linfo.org/bsdlicense.html
        .. _klen: http://klen.github.io
        .. _SQLAlchemy: http://www.sqlalchemy.org/
        .. _Flask: http://flask.pocoo.org/
        .. _Django: http://djangoproject.org/
        
Platform: Any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Natural Language :: Russian
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python
