depinfo


Namedepinfo JSON
Version 2.2.0 PyPI version JSON
download
home_pagehttps://github.com/Midnighter/dependency-info
SummaryList any package's direct dependencies and their versions.
upload_time2022-09-07 16:27:51
maintainer
docs_urlNone
authorMoritz E. Beber
requires_python>=3.7
licenseApache-2.0
keywords dependency tree version
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==============================
Package Dependency Information
==============================

.. image:: https://img.shields.io/pypi/v/depinfo.svg
   :target: https://pypi.org/project/depinfo/
   :alt: Current PyPI Version

.. image:: https://img.shields.io/pypi/pyversions/depinfo.svg
   :target: https://pypi.org/project/dependency-info/
   :alt: Supported Python Versions

.. image:: https://img.shields.io/pypi/l/depinfo.svg
   :target: https://www.apache.org/licenses/LICENSE-2.0
   :alt: Apache Software License Version 2.0

.. image:: https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg
   :target: .github/CODE_OF_CONDUCT.md
   :alt: Code of Conduct

.. image:: https://github.com/Midnighter/dependency-info/workflows/CI-CD/badge.svg
   :target: https://github.com/Midnighter/dependency-info/workflows/CI-CD
   :alt: GitHub Actions

.. image:: https://codecov.io/gh/Midnighter/dependency-info/branch/stable/graph/badge.svg
   :target: https://codecov.io/gh/Midnighter/dependency-info
   :alt: Codecov

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/ambv/black
   :alt: Code Style Black


Example
=======
The simplest way to display dependencies is to use the command line tool:

.. code-block:: console

    depinfo "your-package-name"

To print the dependencies of this package use (also try the ``--markdown`` option):

.. code-block:: console

    depinfo "depinfo"

.. code-block:: console

    Package Information
    -------------------
    depinfo 2.2.0

    Dependency Information
    ----------------------
    black               22.3.0
    importlib-metadata missing
    isort               5.10.1
    rich                12.4.4
    tox                 3.25.0

    Build Tools Information
    -----------------------
    pbr         5.9.0
    pip        22.1.2
    setuptools 62.3.2
    wheel      0.37.1

    Platform Information
    --------------------
    Linux   5.17.5-76051705-generic-x86_64
    CPython                         3.10.2

Alternatively you can use this package directly from Python

.. code-block:: python

    from depinfo.application import DisplayApplication

    DisplayApplication.run("depinfo")

Copyright
=========

* Copyright © 2018-2022, Moritz E. Beber.
* Free software distributed under the `Apache Software License 2.0
  <https://www.apache.org/licenses/LICENSE-2.0>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Midnighter/dependency-info",
    "name": "depinfo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "dependency,tree,version",
    "author": "Moritz E. Beber",
    "author_email": "midnighter@posteo.net",
    "download_url": "https://files.pythonhosted.org/packages/df/f1/67444327ca23ca2eb511f4ab051cdf3f8ef2ad13cd75082701bd7c28aeeb/depinfo-2.2.0.tar.gz",
    "platform": null,
    "description": "==============================\nPackage Dependency Information\n==============================\n\n.. image:: https://img.shields.io/pypi/v/depinfo.svg\n   :target: https://pypi.org/project/depinfo/\n   :alt: Current PyPI Version\n\n.. image:: https://img.shields.io/pypi/pyversions/depinfo.svg\n   :target: https://pypi.org/project/dependency-info/\n   :alt: Supported Python Versions\n\n.. image:: https://img.shields.io/pypi/l/depinfo.svg\n   :target: https://www.apache.org/licenses/LICENSE-2.0\n   :alt: Apache Software License Version 2.0\n\n.. image:: https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg\n   :target: .github/CODE_OF_CONDUCT.md\n   :alt: Code of Conduct\n\n.. image:: https://github.com/Midnighter/dependency-info/workflows/CI-CD/badge.svg\n   :target: https://github.com/Midnighter/dependency-info/workflows/CI-CD\n   :alt: GitHub Actions\n\n.. image:: https://codecov.io/gh/Midnighter/dependency-info/branch/stable/graph/badge.svg\n   :target: https://codecov.io/gh/Midnighter/dependency-info\n   :alt: Codecov\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :target: https://github.com/ambv/black\n   :alt: Code Style Black\n\n\nExample\n=======\nThe simplest way to display dependencies is to use the command line tool:\n\n.. code-block:: console\n\n    depinfo \"your-package-name\"\n\nTo print the dependencies of this package use (also try the ``--markdown`` option):\n\n.. code-block:: console\n\n    depinfo \"depinfo\"\n\n.. code-block:: console\n\n    Package Information\n    -------------------\n    depinfo 2.2.0\n\n    Dependency Information\n    ----------------------\n    black               22.3.0\n    importlib-metadata missing\n    isort               5.10.1\n    rich                12.4.4\n    tox                 3.25.0\n\n    Build Tools Information\n    -----------------------\n    pbr         5.9.0\n    pip        22.1.2\n    setuptools 62.3.2\n    wheel      0.37.1\n\n    Platform Information\n    --------------------\n    Linux   5.17.5-76051705-generic-x86_64\n    CPython                         3.10.2\n\nAlternatively you can use this package directly from Python\n\n.. code-block:: python\n\n    from depinfo.application import DisplayApplication\n\n    DisplayApplication.run(\"depinfo\")\n\nCopyright\n=========\n\n* Copyright \u00a9 2018-2022, Moritz E. Beber.\n* Free software distributed under the `Apache Software License 2.0\n  <https://www.apache.org/licenses/LICENSE-2.0>`_.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "List any package's direct dependencies and their versions.",
    "version": "2.2.0",
    "split_keywords": [
        "dependency",
        "tree",
        "version"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f105fe7a7778cc8a701373662f99393f443541353018d3cf2bf6c8f91b032d6",
                "md5": "a351f8711861c7419aab61586f6300db",
                "sha256": "3d9ba933e7a9d718b9915f75c844a38c5603cd3cdba1816ab95e0b148b100d8f"
            },
            "downloads": -1,
            "filename": "depinfo-2.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a351f8711861c7419aab61586f6300db",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 24025,
            "upload_time": "2022-09-07T16:27:49",
            "upload_time_iso_8601": "2022-09-07T16:27:49.813599Z",
            "url": "https://files.pythonhosted.org/packages/1f/10/5fe7a7778cc8a701373662f99393f443541353018d3cf2bf6c8f91b032d6/depinfo-2.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dff167444327ca23ca2eb511f4ab051cdf3f8ef2ad13cd75082701bd7c28aeeb",
                "md5": "dd87cc86737ca4595ff98f8a79aa6ea0",
                "sha256": "e0971be11519a823b126c875e17ad3ad8adaa6a86737395b9dbcef3ca0e77b0c"
            },
            "downloads": -1,
            "filename": "depinfo-2.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "dd87cc86737ca4595ff98f8a79aa6ea0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 14265,
            "upload_time": "2022-09-07T16:27:51",
            "upload_time_iso_8601": "2022-09-07T16:27:51.392178Z",
            "url": "https://files.pythonhosted.org/packages/df/f1/67444327ca23ca2eb511f4ab051cdf3f8ef2ad13cd75082701bd7c28aeeb/depinfo-2.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-09-07 16:27:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Midnighter",
    "github_project": "dependency-info",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "depinfo"
}
        
Elapsed time: 0.04701s