Metadata-Version: 2.1
Name: reqgen
Version: 0.0.11
Summary: ReqGen is a requirements generator that searchs recursively in a given
                    path for all requirements.txt and merge them all in a single file with
                    the newest versions found un the files
Home-page: https://github.com/ruiztulio/reqgen
Author: Tulio Ruiz
Author-email: tulio@vauxoo.com
License: ISCL
Keywords: reqgen
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: click (==6.6)
Requires-Dist: requirements-parser (==0.2.0) ; python_version < "3.6"
Requires-Dist: requirements-parser (==0.6.0) ; python_version == "3.6"
Requires-Dist: requirements-parser (==0.7.0) ; python_version == "3.7"
Requires-Dist: requirements-parser (==0.9.0) ; python_version > "3.7"

===============================
Requirements merger
===============================

.. image:: https://img.shields.io/pypi/v/reqgen.svg
        :target: https://pypi.python.org/pypi/reqgen

.. image:: https://git.vauxoo.com/vauxoo/reqgen/badges/master/build.svg
        :target: https://git.vauxoo.com/vauxoo/reqgen/commits/master
        :alt: Gitlab build

.. image:: https://readthedocs.org/projects/reqgen/badge/?version=latest
        :target: https://readthedocs.org/projects/reqgen/?badge=latest
        :alt: Documentation Status


ReqGen is a requirements generator that searches recursively in a given path for all requirements.txt and merge them all in a single file with the newest versions found in the files.

* Free software: ISC license
* Documentation: https://reqgen.readthedocs.org.

Features
--------

* Searches recursively in a given path
* Can be imported and used inside your own scripts

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.0.1 (2016-05-31)
------------------

* First release on PyPI.


