dependency-comb


Namedependency-comb JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/sveetch/dependency-comb
SummaryA tool to analyze requirements with Pypi API
upload_time2024-11-03 15:01:49
maintainerNone
docs_urlNone
authorDavid Thenon
requires_pythonNone
licenseMIT
keywords python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. _Python: https://www.python.org/
.. _Click: https://click.palletsprojects.com
.. _requests: https://www.python.org/
.. _semantic-version: https://www.python.org/
.. _humanize: https://www.python.org/
.. _packaging: https://www.python.org/
.. _Pypi API: https://warehouse.pypa.io/api-reference/index.html
.. _tabulate: https://pypi.org/project/tabulate/
.. _colorlog: https://pypi.org/project/colorlog/
.. _rich: https://rich.readthedocs.io/


===============
Dependency comb
===============

This tool will read given project requirements and check packages informations to build
a report about project lateness and related packages activities.

Analyze is performed using informations from `Pypi API`_ and can be formatted to various
formats (ReStructuredText, JSON, CSV, Rich).

This is commonly used when auditing an existing project to know about its dependencies
states.


Dependencies
************

* `Python`_>=3.8;
* `Click`_>=8.0;
* `requests`_>=2.32.3;
* `humanize`_>=4.9.0;
* `packaging`_>=24.0;
* `tabulate`_>=0.9.0;
* `colorlog`_>=6.8.2;
* `rich`_>=13.6.0 (optional);


Links
*****

* Read the documentation on `Read the docs <https://dependency-comb.readthedocs.io/>`_;
* Download its `PyPi package <https://pypi.python.org/pypi/dependency-comb>`_;
* Clone it on its `Github repository <https://github.com/sveetch/dependency-comb>`_;


Credits
*******

Logo vector and icon by `SVG Repo <https://www.svgrepo.com>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sveetch/dependency-comb",
    "name": "dependency-comb",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Python",
    "author": "David Thenon",
    "author_email": "sveetch@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/77/41/1fdd44cff1fd7668883c9b9f3e1626fa29ee7854245865295063d378fcad/dependency_comb-0.4.0.tar.gz",
    "platform": null,
    "description": ".. _Python: https://www.python.org/\n.. _Click: https://click.palletsprojects.com\n.. _requests: https://www.python.org/\n.. _semantic-version: https://www.python.org/\n.. _humanize: https://www.python.org/\n.. _packaging: https://www.python.org/\n.. _Pypi API: https://warehouse.pypa.io/api-reference/index.html\n.. _tabulate: https://pypi.org/project/tabulate/\n.. _colorlog: https://pypi.org/project/colorlog/\n.. _rich: https://rich.readthedocs.io/\n\n\n===============\nDependency comb\n===============\n\nThis tool will read given project requirements and check packages informations to build\na report about project lateness and related packages activities.\n\nAnalyze is performed using informations from `Pypi API`_ and can be formatted to various\nformats (ReStructuredText, JSON, CSV, Rich).\n\nThis is commonly used when auditing an existing project to know about its dependencies\nstates.\n\n\nDependencies\n************\n\n* `Python`_>=3.8;\n* `Click`_>=8.0;\n* `requests`_>=2.32.3;\n* `humanize`_>=4.9.0;\n* `packaging`_>=24.0;\n* `tabulate`_>=0.9.0;\n* `colorlog`_>=6.8.2;\n* `rich`_>=13.6.0 (optional);\n\n\nLinks\n*****\n\n* Read the documentation on `Read the docs <https://dependency-comb.readthedocs.io/>`_;\n* Download its `PyPi package <https://pypi.python.org/pypi/dependency-comb>`_;\n* Clone it on its `Github repository <https://github.com/sveetch/dependency-comb>`_;\n\n\nCredits\n*******\n\nLogo vector and icon by `SVG Repo <https://www.svgrepo.com>`_.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A tool to analyze requirements with Pypi API",
    "version": "0.4.0",
    "project_urls": {
        "Changelog": "https://dependency-comb.readthedocs.io/en/latest/history.html",
        "Documentation": "https://dependency-comb.readthedocs.io/",
        "Homepage": "https://github.com/sveetch/dependency-comb",
        "Issue Tracker": "https://github.com/sveetch/dependency-comb/issues",
        "Source Code": "https://github.com/sveetch/dependency-comb"
    },
    "split_keywords": [
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77411fdd44cff1fd7668883c9b9f3e1626fa29ee7854245865295063d378fcad",
                "md5": "670ebceb43bdac4b32f9fcafccaf07be",
                "sha256": "267d3523baff430633e4509cc95e7927fd18b98614d0f8c01cc2beed98bd62b0"
            },
            "downloads": -1,
            "filename": "dependency_comb-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "670ebceb43bdac4b32f9fcafccaf07be",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 21646,
            "upload_time": "2024-11-03T15:01:49",
            "upload_time_iso_8601": "2024-11-03T15:01:49.427433Z",
            "url": "https://files.pythonhosted.org/packages/77/41/1fdd44cff1fd7668883c9b9f3e1626fa29ee7854245865295063d378fcad/dependency_comb-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-03 15:01:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sveetch",
    "github_project": "dependency-comb",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "dependency-comb"
}
        
Elapsed time: 0.37301s