pyproject-parser


Namepyproject-parser JSON
Version 0.11.0 PyPI version JSON
download
home_pagehttps://github.com/repo-helper/pyproject-parser
SummaryParser for 'pyproject.toml'
upload_time2024-04-08 19:16:29
maintainerNone
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 metadata packaging pep518 pep621 pyproject toml
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            #################
pyproject-parser
#################

.. start short_desc

**Parser for 'pyproject.toml'**

.. 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/pyproject-parser/latest?logo=read-the-docs
	:target: https://pyproject-parser.readthedocs.io/en/latest
	:alt: Documentation Build Status

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

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

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

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

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

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

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

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

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

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

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

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

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

.. |conda-version| image:: https://img.shields.io/conda/v/conda-forge/pyproject-parser?logo=anaconda
	:target: https://anaconda.org/conda-forge/pyproject-parser
	:alt: Conda - Package Version

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

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

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

.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/pyproject-parser/v0.11.0
	:target: https://github.com/repo-helper/pyproject-parser/pulse
	:alt: GitHub commits since tagged version

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

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

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

.. end shields

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

.. start installation

``pyproject-parser`` can be installed from PyPI or Anaconda.

To install with ``pip``:

.. code-block:: bash

	$ python -m pip install pyproject-parser

To install with ``conda``:

.. code-block:: bash

	$ conda install -c conda-forge pyproject-parser

.. end installation

``pyproject-parser`` also has an optional README validation feature, which checks the README will render correctly on PyPI.
This requires that the ``readme`` extra is installed:

.. code-block:: bash

	$ python -m pip install pyproject-parser[readme]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/repo-helper/pyproject-parser",
    "name": "pyproject-parser",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6.1",
    "maintainer_email": null,
    "keywords": "metadata, packaging, pep518, pep621, pyproject, toml",
    "author": "Dominic Davis-Foster",
    "author_email": "Dominic Davis-Foster <dominic@davis-foster.co.uk>",
    "download_url": "https://files.pythonhosted.org/packages/76/d7/6581d4393498a213f65bccd021ef138dcbb06bd0d6b536adb49e94b8fd54/pyproject-parser-0.11.0.tar.gz",
    "platform": "Windows",
    "description": "#################\npyproject-parser\n#################\n\n.. start short_desc\n\n**Parser for 'pyproject.toml'**\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/pyproject-parser/latest?logo=read-the-docs\n\t:target: https://pyproject-parser.readthedocs.io/en/latest\n\t:alt: Documentation Build Status\n\n.. |docs_check| image:: https://github.com/repo-helper/pyproject-parser/workflows/Docs%20Check/badge.svg\n\t:target: https://github.com/repo-helper/pyproject-parser/actions?query=workflow%3A%22Docs+Check%22\n\t:alt: Docs Check Status\n\n.. |actions_linux| image:: https://github.com/repo-helper/pyproject-parser/workflows/Linux/badge.svg\n\t:target: https://github.com/repo-helper/pyproject-parser/actions?query=workflow%3A%22Linux%22\n\t:alt: Linux Test Status\n\n.. |actions_windows| image:: https://github.com/repo-helper/pyproject-parser/workflows/Windows/badge.svg\n\t:target: https://github.com/repo-helper/pyproject-parser/actions?query=workflow%3A%22Windows%22\n\t:alt: Windows Test Status\n\n.. |actions_macos| image:: https://github.com/repo-helper/pyproject-parser/workflows/macOS/badge.svg\n\t:target: https://github.com/repo-helper/pyproject-parser/actions?query=workflow%3A%22macOS%22\n\t:alt: macOS Test Status\n\n.. |actions_flake8| image:: https://github.com/repo-helper/pyproject-parser/workflows/Flake8/badge.svg\n\t:target: https://github.com/repo-helper/pyproject-parser/actions?query=workflow%3A%22Flake8%22\n\t:alt: Flake8 Status\n\n.. |actions_mypy| image:: https://github.com/repo-helper/pyproject-parser/workflows/mypy/badge.svg\n\t:target: https://github.com/repo-helper/pyproject-parser/actions?query=workflow%3A%22mypy%22\n\t:alt: mypy status\n\n.. |requires| image:: https://dependency-dash.repo-helper.uk/github/repo-helper/pyproject-parser/badge.svg\n\t:target: https://dependency-dash.repo-helper.uk/github/repo-helper/pyproject-parser/\n\t:alt: Requirements Status\n\n.. |coveralls| image:: https://img.shields.io/coveralls/github/repo-helper/pyproject-parser/master?logo=coveralls\n\t:target: https://coveralls.io/github/repo-helper/pyproject-parser?branch=master\n\t:alt: Coverage\n\n.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/repo-helper/pyproject-parser?logo=codefactor\n\t:target: https://www.codefactor.io/repository/github/repo-helper/pyproject-parser\n\t:alt: CodeFactor Grade\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/pyproject-parser\n\t:target: https://pypi.org/project/pyproject-parser/\n\t:alt: PyPI - Package Version\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/pyproject-parser?logo=python&logoColor=white\n\t:target: https://pypi.org/project/pyproject-parser/\n\t:alt: PyPI - Supported Python Versions\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/pyproject-parser\n\t:target: https://pypi.org/project/pyproject-parser/\n\t:alt: PyPI - Supported Implementations\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/pyproject-parser\n\t:target: https://pypi.org/project/pyproject-parser/\n\t:alt: PyPI - Wheel\n\n.. |conda-version| image:: https://img.shields.io/conda/v/conda-forge/pyproject-parser?logo=anaconda\n\t:target: https://anaconda.org/conda-forge/pyproject-parser\n\t:alt: Conda - Package Version\n\n.. |conda-platform| image:: https://img.shields.io/conda/pn/conda-forge/pyproject-parser?label=conda%7Cplatform\n\t:target: https://anaconda.org/conda-forge/pyproject-parser\n\t:alt: Conda - Platform\n\n.. |license| image:: https://img.shields.io/github/license/repo-helper/pyproject-parser\n\t:target: https://github.com/repo-helper/pyproject-parser/blob/master/LICENSE\n\t:alt: License\n\n.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/pyproject-parser\n\t:alt: GitHub top language\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/pyproject-parser/v0.11.0\n\t:target: https://github.com/repo-helper/pyproject-parser/pulse\n\t:alt: GitHub commits since tagged version\n\n.. |commits-latest| image:: https://img.shields.io/github/last-commit/repo-helper/pyproject-parser\n\t:target: https://github.com/repo-helper/pyproject-parser/commit/master\n\t:alt: GitHub last commit\n\n.. |maintained| image:: https://img.shields.io/maintenance/yes/2024\n\t:alt: Maintenance\n\n.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/pyproject-parser\n\t:target: https://pypi.org/project/pyproject-parser/\n\t:alt: PyPI - Downloads\n\n.. end shields\n\nInstallation\n--------------\n\n.. start installation\n\n``pyproject-parser`` can be installed from PyPI or Anaconda.\n\nTo install with ``pip``:\n\n.. code-block:: bash\n\n\t$ python -m pip install pyproject-parser\n\nTo install with ``conda``:\n\n.. code-block:: bash\n\n\t$ conda install -c conda-forge pyproject-parser\n\n.. end installation\n\n``pyproject-parser`` also has an optional README validation feature, which checks the README will render correctly on PyPI.\nThis requires that the ``readme`` extra is installed:\n\n.. code-block:: bash\n\n\t$ python -m pip install pyproject-parser[readme]\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": "Parser for 'pyproject.toml'",
    "version": "0.11.0",
    "project_urls": {
        "Documentation": "https://pyproject-parser.readthedocs.io/en/latest",
        "Homepage": "https://github.com/repo-helper/pyproject-parser",
        "Issue Tracker": "https://github.com/repo-helper/pyproject-parser/issues",
        "Source Code": "https://github.com/repo-helper/pyproject-parser"
    },
    "split_keywords": [
        "metadata",
        " packaging",
        " pep518",
        " pep621",
        " pyproject",
        " toml"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd59476fdae527138f21653f9d9dc440d740c8037e4431ad46ed8d2ef1f52827",
                "md5": "cfaab1819395e47ab009a0851804f4de",
                "sha256": "5bc91cf61958b888c74e8f9fc6039d886bc250f168838046352344d18ca9ba5d"
            },
            "downloads": -1,
            "filename": "pyproject_parser-0.11.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cfaab1819395e47ab009a0851804f4de",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6.1",
            "size": 33187,
            "upload_time": "2024-04-08T19:16:28",
            "upload_time_iso_8601": "2024-04-08T19:16:28.383790Z",
            "url": "https://files.pythonhosted.org/packages/dd/59/476fdae527138f21653f9d9dc440d740c8037e4431ad46ed8d2ef1f52827/pyproject_parser-0.11.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76d76581d4393498a213f65bccd021ef138dcbb06bd0d6b536adb49e94b8fd54",
                "md5": "9efb683fc5fb7319827bd924b8591a20",
                "sha256": "2b3a73e99f1ad6c6416e8777f4a34e98986899191880f32f481a024d5c9fb43b"
            },
            "downloads": -1,
            "filename": "pyproject-parser-0.11.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9efb683fc5fb7319827bd924b8591a20",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6.1",
            "size": 37240,
            "upload_time": "2024-04-08T19:16:29",
            "upload_time_iso_8601": "2024-04-08T19:16:29.689560Z",
            "url": "https://files.pythonhosted.org/packages/76/d7/6581d4393498a213f65bccd021ef138dcbb06bd0d6b536adb49e94b8fd54/pyproject-parser-0.11.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-08 19:16:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "repo-helper",
    "github_project": "pyproject-parser",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "pyproject-parser"
}
        
Elapsed time: 0.24193s