Metadata-Version: 2.0
Name: qgeneration
Version: 0.1a2
Summary: Data generation project
Home-page: https://github.com/KirovVerst/qgeneration
Author: KirovVerst
Author-email: kirov.verst@gmail.com
License: MIT
Keywords: data,generator,fixtures,test
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6

===========
qgeneration
===========

Data generation library

|pypi| |travis| |license|

------------
Installation
------------
.. code-block:: bash

  $ pip install qgeneration

-------
Testing
-------
.. code-block:: bash

  $ python setup.py test

---------
Licensing
---------

The code in this project is licensed under MIT license.

.. |pypi| image:: https://img.shields.io/pypi/v/qgeneration.svg?style=flat-square&label=version
    :target: https://pypi.python.org/pypi/qgeneration
    :alt: Latest version released on PyPi

.. |travis| image:: https://travis-ci.org/KirovVerst/qgeneration.svg?branch=master
    :target: https://travis-ci.org/KirovVerst/qgeneration
    :alt: Build status on Travis

.. |license| image:: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
    :target: https://raw.githubusercontent.com/kirovverst/qgeneration/master/LICENSE.txt
    :alt: Package license


