Name | pyproject-parser JSON |
Version |
0.11.1
JSON |
| download |
home_page | https://github.com/repo-helper/pyproject-parser |
Summary | Parser for 'pyproject.toml' |
upload_time | 2024-05-20 17:47:39 |
maintainer | None |
docs_url | None |
author | Dominic Davis-Foster |
requires_python | >=3.6.1 |
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. |
keywords |
metadata
packaging
pep518
pep621
pyproject
toml
|
VCS |
|
bugtrack_url |
|
requirements |
apeye-core
attrs
dom-toml
domdf-python-tools
natsort
packaging
shippinglabel
typing-extensions
|
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.1
: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/e4/2d/134f46eb08d546e16f27264d3e14c72a0b399114dfe6c432e2b76576a05a/pyproject-parser-0.11.1.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.1\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.1",
"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": "34dda7fe0edb1d27b103ff80ac6d64d18f70713fbcd48ba0f94b8fa73deea6ba",
"md5": "ddc946e39a093fef7f034b5dcac80fee",
"sha256": "ce5e62aa78ef79e0d8dbdcf60ec39cb8f6469e6e08ff4921ea6d4738f71f8f9a"
},
"downloads": -1,
"filename": "pyproject_parser-0.11.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ddc946e39a093fef7f034b5dcac80fee",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6.1",
"size": 33187,
"upload_time": "2024-05-20T17:47:37",
"upload_time_iso_8601": "2024-05-20T17:47:37.576349Z",
"url": "https://files.pythonhosted.org/packages/34/dd/a7fe0edb1d27b103ff80ac6d64d18f70713fbcd48ba0f94b8fa73deea6ba/pyproject_parser-0.11.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e42d134f46eb08d546e16f27264d3e14c72a0b399114dfe6c432e2b76576a05a",
"md5": "316169c265142c30cce9524cc4bcc07e",
"sha256": "d1e8edbba3a5480eb0ff3ffe8f6943ba2905199878aff1cb05984900a6618201"
},
"downloads": -1,
"filename": "pyproject-parser-0.11.1.tar.gz",
"has_sig": false,
"md5_digest": "316169c265142c30cce9524cc4bcc07e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6.1",
"size": 27998,
"upload_time": "2024-05-20T17:47:39",
"upload_time_iso_8601": "2024-05-20T17:47:39.479212Z",
"url": "https://files.pythonhosted.org/packages/e4/2d/134f46eb08d546e16f27264d3e14c72a0b399114dfe6c432e2b76576a05a/pyproject-parser-0.11.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-20 17:47:39",
"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": [
{
"name": "apeye-core",
"specs": [
[
">=",
"1.0.0"
]
]
},
{
"name": "attrs",
"specs": [
[
">=",
"20.3.0"
]
]
},
{
"name": "dom-toml",
"specs": [
[
">=",
"2.0.0"
]
]
},
{
"name": "domdf-python-tools",
"specs": [
[
">=",
"2.8.0"
]
]
},
{
"name": "natsort",
"specs": [
[
">=",
"7.1.1"
]
]
},
{
"name": "packaging",
"specs": [
[
">=",
"20.9"
]
]
},
{
"name": "shippinglabel",
"specs": [
[
">=",
"1.0.0"
]
]
},
{
"name": "typing-extensions",
"specs": [
[
"!=",
"4.7.0"
],
[
">=",
"3.7.4.3"
]
]
}
],
"tox": true,
"lcname": "pyproject-parser"
}