Name | pyproject-parser JSON |
Version |
0.12.0
JSON |
| download |
home_page | None |
Summary | Parser for 'pyproject.toml' |
upload_time | 2025-02-12 19:42:31 |
maintainer | None |
docs_url | None |
author | None |
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.12.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/2025
: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": null,
"name": "pyproject-parser",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6.1",
"maintainer_email": null,
"keywords": "metadata, packaging, pep518, pep621, pyproject, toml",
"author": null,
"author_email": "Dominic Davis-Foster <dominic@davis-foster.co.uk>",
"download_url": "https://files.pythonhosted.org/packages/da/2b/9941daee1254bebcdf5771af618b120f75716530f4e176af59dbcd03fda9/pyproject_parser-0.12.0.tar.gz",
"platform": null,
"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.12.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/2025\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\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE\n OR OTHER DEALINGS IN THE SOFTWARE.",
"summary": "Parser for 'pyproject.toml'",
"version": "0.12.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": null,
"digests": {
"blake2b_256": "f133537cd5dc00fee46f59e9f252b1418de1a9cbdd568bd39a07abfd36e25339",
"md5": "a8e3ff9c0daced03b798f5e08b0c8306",
"sha256": "f6356ef9145f9c5c9e20088896970afbabd46e4db2757a6c02d884e2008ca12a"
},
"downloads": -1,
"filename": "pyproject_parser-0.12.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a8e3ff9c0daced03b798f5e08b0c8306",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6.1",
"size": 32942,
"upload_time": "2025-02-12T19:42:29",
"upload_time_iso_8601": "2025-02-12T19:42:29.734176Z",
"url": "https://files.pythonhosted.org/packages/f1/33/537cd5dc00fee46f59e9f252b1418de1a9cbdd568bd39a07abfd36e25339/pyproject_parser-0.12.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "da2b9941daee1254bebcdf5771af618b120f75716530f4e176af59dbcd03fda9",
"md5": "599d2edd2e978390147590b78a381757",
"sha256": "2df9c4a6ac796126399a64a91fa3fe76a9a1d6ce5753d26701b85dc4e04e87ab"
},
"downloads": -1,
"filename": "pyproject_parser-0.12.0.tar.gz",
"has_sig": false,
"md5_digest": "599d2edd2e978390147590b78a381757",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6.1",
"size": 24749,
"upload_time": "2025-02-12T19:42:31",
"upload_time_iso_8601": "2025-02-12T19:42:31.735776Z",
"url": "https://files.pythonhosted.org/packages/da/2b/9941daee1254bebcdf5771af618b120f75716530f4e176af59dbcd03fda9/pyproject_parser-0.12.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-12 19:42:31",
"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": [
[
">=",
"3.7.4.3"
],
[
"!=",
"4.7.0"
]
]
}
],
"tox": true,
"lcname": "pyproject-parser"
}