reqgen


Namereqgen JSON
Version 0.0.11 PyPI version JSON
download
home_pagehttps://github.com/ruiztulio/reqgen
SummaryReqGen 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
upload_time2024-06-20 18:39:11
maintainerNone
docs_urlNone
authorTulio Ruiz
requires_pythonNone
licenseISCL
keywords reqgen
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===============================
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.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ruiztulio/reqgen",
    "name": "reqgen",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "reqgen",
    "author": "Tulio Ruiz",
    "author_email": "tulio@vauxoo.com",
    "download_url": "https://files.pythonhosted.org/packages/8c/e6/5745af43d40408185eca72e58f52ec37df599c55e536334da671403873f9/reqgen-0.0.11.tar.gz",
    "platform": null,
    "description": "===============================\nRequirements merger\n===============================\n\n.. image:: https://img.shields.io/pypi/v/reqgen.svg\n        :target: https://pypi.python.org/pypi/reqgen\n\n.. image:: https://git.vauxoo.com/vauxoo/reqgen/badges/master/build.svg\n        :target: https://git.vauxoo.com/vauxoo/reqgen/commits/master\n        :alt: Gitlab build\n\n.. image:: https://readthedocs.org/projects/reqgen/badge/?version=latest\n        :target: https://readthedocs.org/projects/reqgen/?badge=latest\n        :alt: Documentation Status\n\n\nReqGen 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.\n\n* Free software: ISC license\n* Documentation: https://reqgen.readthedocs.org.\n\nFeatures\n--------\n\n* Searches recursively in a given path\n* Can be imported and used inside your own scripts\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n=======\nHistory\n=======\n\n0.0.1 (2016-05-31)\n------------------\n\n* First release on PyPI.\n\n\n",
    "bugtrack_url": null,
    "license": "ISCL",
    "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",
    "version": "0.0.11",
    "project_urls": {
        "Homepage": "https://github.com/ruiztulio/reqgen"
    },
    "split_keywords": [
        "reqgen"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea5b4ce505f28652937d3bcb5ba20beae9f620af09a89f033f2d05419a124247",
                "md5": "1a4d208872249be7f8670a4e314dd15d",
                "sha256": "cf39c9c512637faef06182f6c807d7777496d08863eea45cfc60e36e16720579"
            },
            "downloads": -1,
            "filename": "reqgen-0.0.11-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1a4d208872249be7f8670a4e314dd15d",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 5384,
            "upload_time": "2024-06-20T18:39:10",
            "upload_time_iso_8601": "2024-06-20T18:39:10.597770Z",
            "url": "https://files.pythonhosted.org/packages/ea/5b/4ce505f28652937d3bcb5ba20beae9f620af09a89f033f2d05419a124247/reqgen-0.0.11-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ce65745af43d40408185eca72e58f52ec37df599c55e536334da671403873f9",
                "md5": "79d12a9df2787f248e4d65d5e421f9e8",
                "sha256": "3483b15e71e1811e3bae1a9714c899c48c657fc622ad3e554cc77a4dd3a9acd7"
            },
            "downloads": -1,
            "filename": "reqgen-0.0.11.tar.gz",
            "has_sig": false,
            "md5_digest": "79d12a9df2787f248e4d65d5e421f9e8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 15183,
            "upload_time": "2024-06-20T18:39:11",
            "upload_time_iso_8601": "2024-06-20T18:39:11.604333Z",
            "url": "https://files.pythonhosted.org/packages/8c/e6/5745af43d40408185eca72e58f52ec37df599c55e536334da671403873f9/reqgen-0.0.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-20 18:39:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ruiztulio",
    "github_project": "reqgen",
    "github_not_found": true,
    "lcname": "reqgen"
}
        
Elapsed time: 0.24220s