dist-meta


Namedist-meta JSON
Version 0.7.0 PyPI version JSON
download
home_pagehttps://github.com/repo-helper/dist-meta
SummaryParse and create Python distribution metadata.
upload_time2023-03-09 13:13:48
maintainer
docs_urlNone
authorDominic Davis-Foster
requires_python>=3.6.1
licenseCopyright (c) 2021 Dominic Davis-Foster Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords dist-info metadata packaging pypi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==========
dist-meta
==========

.. start short_desc

**Parse and create Python distribution metadata.**

.. end short_desc


.. start shields

.. list-table::
	:stub-columns: 1
	:widths: 10 90

	* - Docs
	  - |docs| |docs_check|
	* - Tests
	  - |actions_linux| |actions_windows| |actions_macos| |coveralls|
	* - PyPI
	  - |pypi-version| |supported-versions| |supported-implementations| |wheel|
	* - Anaconda
	  - |conda-version| |conda-platform|
	* - Activity
	  - |commits-latest| |commits-since| |maintained| |pypi-downloads|
	* - QA
	  - |codefactor| |actions_flake8| |actions_mypy|
	* - Other
	  - |license| |language| |requires|

.. |docs| image:: https://img.shields.io/readthedocs/dist-meta/latest?logo=read-the-docs
	:target: https://dist-meta.readthedocs.io/en/latest
	:alt: Documentation Build Status

.. |docs_check| image:: https://github.com/repo-helper/dist-meta/workflows/Docs%20Check/badge.svg
	:target: https://github.com/repo-helper/dist-meta/actions?query=workflow%3A%22Docs+Check%22
	:alt: Docs Check Status

.. |actions_linux| image:: https://github.com/repo-helper/dist-meta/workflows/Linux/badge.svg
	:target: https://github.com/repo-helper/dist-meta/actions?query=workflow%3A%22Linux%22
	:alt: Linux Test Status

.. |actions_windows| image:: https://github.com/repo-helper/dist-meta/workflows/Windows/badge.svg
	:target: https://github.com/repo-helper/dist-meta/actions?query=workflow%3A%22Windows%22
	:alt: Windows Test Status

.. |actions_macos| image:: https://github.com/repo-helper/dist-meta/workflows/macOS/badge.svg
	:target: https://github.com/repo-helper/dist-meta/actions?query=workflow%3A%22macOS%22
	:alt: macOS Test Status

.. |actions_flake8| image:: https://github.com/repo-helper/dist-meta/workflows/Flake8/badge.svg
	:target: https://github.com/repo-helper/dist-meta/actions?query=workflow%3A%22Flake8%22
	:alt: Flake8 Status

.. |actions_mypy| image:: https://github.com/repo-helper/dist-meta/workflows/mypy/badge.svg
	:target: https://github.com/repo-helper/dist-meta/actions?query=workflow%3A%22mypy%22
	:alt: mypy status

.. |requires| image:: https://dependency-dash.repo-helper.uk/github/repo-helper/dist-meta/badge.svg
	:target: https://dependency-dash.repo-helper.uk/github/repo-helper/dist-meta/
	:alt: Requirements Status

.. |coveralls| image:: https://img.shields.io/coveralls/github/repo-helper/dist-meta/master?logo=coveralls
	:target: https://coveralls.io/github/repo-helper/dist-meta?branch=master
	:alt: Coverage

.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/repo-helper/dist-meta?logo=codefactor
	:target: https://www.codefactor.io/repository/github/repo-helper/dist-meta
	:alt: CodeFactor Grade

.. |pypi-version| image:: https://img.shields.io/pypi/v/dist-meta
	:target: https://pypi.org/project/dist-meta/
	:alt: PyPI - Package Version

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/dist-meta?logo=python&logoColor=white
	:target: https://pypi.org/project/dist-meta/
	:alt: PyPI - Supported Python Versions

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/dist-meta
	:target: https://pypi.org/project/dist-meta/
	:alt: PyPI - Supported Implementations

.. |wheel| image:: https://img.shields.io/pypi/wheel/dist-meta
	:target: https://pypi.org/project/dist-meta/
	:alt: PyPI - Wheel

.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/dist-meta?logo=anaconda
	:target: https://anaconda.org/domdfcoding/dist-meta
	:alt: Conda - Package Version

.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/dist-meta?label=conda%7Cplatform
	:target: https://anaconda.org/domdfcoding/dist-meta
	:alt: Conda - Platform

.. |license| image:: https://img.shields.io/github/license/repo-helper/dist-meta
	:target: https://github.com/repo-helper/dist-meta/blob/master/LICENSE
	:alt: License

.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/dist-meta
	:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/dist-meta/v0.7.0
	:target: https://github.com/repo-helper/dist-meta/pulse
	:alt: GitHub commits since tagged version

.. |commits-latest| image:: https://img.shields.io/github/last-commit/repo-helper/dist-meta
	:target: https://github.com/repo-helper/dist-meta/commit/master
	:alt: GitHub last commit

.. |maintained| image:: https://img.shields.io/maintenance/yes/2023
	:alt: Maintenance

.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/dist-meta
	:target: https://pypi.org/project/dist-meta/
	:alt: PyPI - Downloads

.. end shields

Installation
--------------

.. start installation

``dist-meta`` can be installed from PyPI or Anaconda.

To install with ``pip``:

.. code-block:: bash

	$ python -m pip install dist-meta

To install with ``conda``:

	* First add the required channels

	.. code-block:: bash

		$ conda config --add channels https://conda.anaconda.org/conda-forge
		$ conda config --add channels https://conda.anaconda.org/domdfcoding

	* Then install

	.. code-block:: bash

		$ conda install dist-meta

.. end installation

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/repo-helper/dist-meta",
    "name": "dist-meta",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6.1",
    "maintainer_email": "",
    "keywords": "dist-info,metadata,packaging,pypi",
    "author": "Dominic Davis-Foster",
    "author_email": "Dominic Davis-Foster <dominic@davis-foster.co.uk>",
    "download_url": "https://files.pythonhosted.org/packages/4c/4f/93323c7333c6fe3722dfff6421314dc52538fcc89bb2931d30adf148a053/dist-meta-0.7.0.tar.gz",
    "platform": "Windows",
    "description": "==========\ndist-meta\n==========\n\n.. start short_desc\n\n**Parse and create Python distribution metadata.**\n\n.. end short_desc\n\n\n.. start shields\n\n.. list-table::\n\t:stub-columns: 1\n\t:widths: 10 90\n\n\t* - Docs\n\t  - |docs| |docs_check|\n\t* - Tests\n\t  - |actions_linux| |actions_windows| |actions_macos| |coveralls|\n\t* - PyPI\n\t  - |pypi-version| |supported-versions| |supported-implementations| |wheel|\n\t* - Anaconda\n\t  - |conda-version| |conda-platform|\n\t* - Activity\n\t  - |commits-latest| |commits-since| |maintained| |pypi-downloads|\n\t* - QA\n\t  - |codefactor| |actions_flake8| |actions_mypy|\n\t* - Other\n\t  - |license| |language| |requires|\n\n.. |docs| image:: https://img.shields.io/readthedocs/dist-meta/latest?logo=read-the-docs\n\t:target: https://dist-meta.readthedocs.io/en/latest\n\t:alt: Documentation Build Status\n\n.. |docs_check| image:: https://github.com/repo-helper/dist-meta/workflows/Docs%20Check/badge.svg\n\t:target: https://github.com/repo-helper/dist-meta/actions?query=workflow%3A%22Docs+Check%22\n\t:alt: Docs Check Status\n\n.. |actions_linux| image:: https://github.com/repo-helper/dist-meta/workflows/Linux/badge.svg\n\t:target: https://github.com/repo-helper/dist-meta/actions?query=workflow%3A%22Linux%22\n\t:alt: Linux Test Status\n\n.. |actions_windows| image:: https://github.com/repo-helper/dist-meta/workflows/Windows/badge.svg\n\t:target: https://github.com/repo-helper/dist-meta/actions?query=workflow%3A%22Windows%22\n\t:alt: Windows Test Status\n\n.. |actions_macos| image:: https://github.com/repo-helper/dist-meta/workflows/macOS/badge.svg\n\t:target: https://github.com/repo-helper/dist-meta/actions?query=workflow%3A%22macOS%22\n\t:alt: macOS Test Status\n\n.. |actions_flake8| image:: https://github.com/repo-helper/dist-meta/workflows/Flake8/badge.svg\n\t:target: https://github.com/repo-helper/dist-meta/actions?query=workflow%3A%22Flake8%22\n\t:alt: Flake8 Status\n\n.. |actions_mypy| image:: https://github.com/repo-helper/dist-meta/workflows/mypy/badge.svg\n\t:target: https://github.com/repo-helper/dist-meta/actions?query=workflow%3A%22mypy%22\n\t:alt: mypy status\n\n.. |requires| image:: https://dependency-dash.repo-helper.uk/github/repo-helper/dist-meta/badge.svg\n\t:target: https://dependency-dash.repo-helper.uk/github/repo-helper/dist-meta/\n\t:alt: Requirements Status\n\n.. |coveralls| image:: https://img.shields.io/coveralls/github/repo-helper/dist-meta/master?logo=coveralls\n\t:target: https://coveralls.io/github/repo-helper/dist-meta?branch=master\n\t:alt: Coverage\n\n.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/repo-helper/dist-meta?logo=codefactor\n\t:target: https://www.codefactor.io/repository/github/repo-helper/dist-meta\n\t:alt: CodeFactor Grade\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/dist-meta\n\t:target: https://pypi.org/project/dist-meta/\n\t:alt: PyPI - Package Version\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/dist-meta?logo=python&logoColor=white\n\t:target: https://pypi.org/project/dist-meta/\n\t:alt: PyPI - Supported Python Versions\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/dist-meta\n\t:target: https://pypi.org/project/dist-meta/\n\t:alt: PyPI - Supported Implementations\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/dist-meta\n\t:target: https://pypi.org/project/dist-meta/\n\t:alt: PyPI - Wheel\n\n.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/dist-meta?logo=anaconda\n\t:target: https://anaconda.org/domdfcoding/dist-meta\n\t:alt: Conda - Package Version\n\n.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/dist-meta?label=conda%7Cplatform\n\t:target: https://anaconda.org/domdfcoding/dist-meta\n\t:alt: Conda - Platform\n\n.. |license| image:: https://img.shields.io/github/license/repo-helper/dist-meta\n\t:target: https://github.com/repo-helper/dist-meta/blob/master/LICENSE\n\t:alt: License\n\n.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/dist-meta\n\t:alt: GitHub top language\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/dist-meta/v0.7.0\n\t:target: https://github.com/repo-helper/dist-meta/pulse\n\t:alt: GitHub commits since tagged version\n\n.. |commits-latest| image:: https://img.shields.io/github/last-commit/repo-helper/dist-meta\n\t:target: https://github.com/repo-helper/dist-meta/commit/master\n\t:alt: GitHub last commit\n\n.. |maintained| image:: https://img.shields.io/maintenance/yes/2023\n\t:alt: Maintenance\n\n.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/dist-meta\n\t:target: https://pypi.org/project/dist-meta/\n\t:alt: PyPI - Downloads\n\n.. end shields\n\nInstallation\n--------------\n\n.. start installation\n\n``dist-meta`` can be installed from PyPI or Anaconda.\n\nTo install with ``pip``:\n\n.. code-block:: bash\n\n\t$ python -m pip install dist-meta\n\nTo install with ``conda``:\n\n\t* First add the required channels\n\n\t.. code-block:: bash\n\n\t\t$ conda config --add channels https://conda.anaconda.org/conda-forge\n\t\t$ conda config --add channels https://conda.anaconda.org/domdfcoding\n\n\t* Then install\n\n\t.. code-block:: bash\n\n\t\t$ conda install dist-meta\n\n.. end installation\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2021 Dominic Davis-Foster  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Parse and create Python distribution metadata.",
    "version": "0.7.0",
    "split_keywords": [
        "dist-info",
        "metadata",
        "packaging",
        "pypi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39a233a03a1277daba1e809eca80cc820302775b349a6e5b8cf41aa61c73d0bb",
                "md5": "2cb58711f25e2c15603083151cdc2e8a",
                "sha256": "a9ecd103ba88e74f5e1e20f7826a19042a95ed5c21166860cca5eb0998d87fd7"
            },
            "downloads": -1,
            "filename": "dist_meta-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2cb58711f25e2c15603083151cdc2e8a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6.1",
            "size": 27666,
            "upload_time": "2023-03-09T13:13:46",
            "upload_time_iso_8601": "2023-03-09T13:13:46.494429Z",
            "url": "https://files.pythonhosted.org/packages/39/a2/33a03a1277daba1e809eca80cc820302775b349a6e5b8cf41aa61c73d0bb/dist_meta-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c4f93323c7333c6fe3722dfff6421314dc52538fcc89bb2931d30adf148a053",
                "md5": "df39917220ea2d8394f14c6e73310578",
                "sha256": "72b4a7ad548dbeba4042cae15ba842893597f9ce10232bce1c5986350a6c91ab"
            },
            "downloads": -1,
            "filename": "dist-meta-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "df39917220ea2d8394f14c6e73310578",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6.1",
            "size": 21139,
            "upload_time": "2023-03-09T13:13:48",
            "upload_time_iso_8601": "2023-03-09T13:13:48.508760Z",
            "url": "https://files.pythonhosted.org/packages/4c/4f/93323c7333c6fe3722dfff6421314dc52538fcc89bb2931d30adf148a053/dist-meta-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-09 13:13:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "repo-helper",
    "github_project": "dist-meta",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "dist-meta"
}
        
Elapsed time: 0.05465s