==========
pypi-json
==========
.. start short_desc
**PyPI JSON API client library**
.. 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/pypi-json/latest?logo=read-the-docs
:target: https://pypi-json.readthedocs.io/en/latest
:alt: Documentation Build Status
.. |docs_check| image:: https://github.com/repo-helper/pypi-json/workflows/Docs%20Check/badge.svg
:target: https://github.com/repo-helper/pypi-json/actions?query=workflow%3A%22Docs+Check%22
:alt: Docs Check Status
.. |actions_linux| image:: https://github.com/repo-helper/pypi-json/workflows/Linux/badge.svg
:target: https://github.com/repo-helper/pypi-json/actions?query=workflow%3A%22Linux%22
:alt: Linux Test Status
.. |actions_windows| image:: https://github.com/repo-helper/pypi-json/workflows/Windows/badge.svg
:target: https://github.com/repo-helper/pypi-json/actions?query=workflow%3A%22Windows%22
:alt: Windows Test Status
.. |actions_macos| image:: https://github.com/repo-helper/pypi-json/workflows/macOS/badge.svg
:target: https://github.com/repo-helper/pypi-json/actions?query=workflow%3A%22macOS%22
:alt: macOS Test Status
.. |actions_flake8| image:: https://github.com/repo-helper/pypi-json/workflows/Flake8/badge.svg
:target: https://github.com/repo-helper/pypi-json/actions?query=workflow%3A%22Flake8%22
:alt: Flake8 Status
.. |actions_mypy| image:: https://github.com/repo-helper/pypi-json/workflows/mypy/badge.svg
:target: https://github.com/repo-helper/pypi-json/actions?query=workflow%3A%22mypy%22
:alt: mypy status
.. |requires| image:: https://dependency-dash.repo-helper.uk/github/repo-helper/pypi-json/badge.svg
:target: https://dependency-dash.repo-helper.uk/github/repo-helper/pypi-json/
:alt: Requirements Status
.. |coveralls| image:: https://img.shields.io/coveralls/github/repo-helper/pypi-json/master?logo=coveralls
:target: https://coveralls.io/github/repo-helper/pypi-json?branch=master
:alt: Coverage
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/repo-helper/pypi-json?logo=codefactor
:target: https://www.codefactor.io/repository/github/repo-helper/pypi-json
:alt: CodeFactor Grade
.. |pypi-version| image:: https://img.shields.io/pypi/v/pypi-json
:target: https://pypi.org/project/pypi-json/
:alt: PyPI - Package Version
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/pypi-json?logo=python&logoColor=white
:target: https://pypi.org/project/pypi-json/
:alt: PyPI - Supported Python Versions
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/pypi-json
:target: https://pypi.org/project/pypi-json/
:alt: PyPI - Supported Implementations
.. |wheel| image:: https://img.shields.io/pypi/wheel/pypi-json
:target: https://pypi.org/project/pypi-json/
:alt: PyPI - Wheel
.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/pypi-json?logo=anaconda
:target: https://anaconda.org/domdfcoding/pypi-json
:alt: Conda - Package Version
.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/pypi-json?label=conda%7Cplatform
:target: https://anaconda.org/domdfcoding/pypi-json
:alt: Conda - Platform
.. |license| image:: https://img.shields.io/github/license/repo-helper/pypi-json
:target: https://github.com/repo-helper/pypi-json/blob/master/LICENSE
:alt: License
.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/pypi-json
:alt: GitHub top language
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/pypi-json/v0.4.0
:target: https://github.com/repo-helper/pypi-json/pulse
:alt: GitHub commits since tagged version
.. |commits-latest| image:: https://img.shields.io/github/last-commit/repo-helper/pypi-json
:target: https://github.com/repo-helper/pypi-json/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/pypi-json
:target: https://pypi.org/project/pypi-json/
:alt: PyPI - Downloads
.. end shields
Installation
--------------
.. start installation
``pypi-json`` can be installed from PyPI or Anaconda.
To install with ``pip``:
.. code-block:: bash
$ python -m pip install pypi-json
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 pypi-json
.. end installation
Raw data
{
"_id": null,
"home_page": "https://github.com/repo-helper/pypi-json",
"name": "pypi-json",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "json,packaging,pypi,warehouse",
"author": "",
"author_email": "Dominic Davis-Foster <dominic@davis-foster.co.uk>",
"download_url": "https://files.pythonhosted.org/packages/96/f3/fcc8271d415fed916dde9d70baa59d825bc2d61f75f4b3644dda9f72854b/pypi_json-0.4.0.tar.gz",
"platform": "Windows",
"description": "\n==========\npypi-json\n==========\n\n.. start short_desc\n\n**PyPI JSON API client library**\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/pypi-json/latest?logo=read-the-docs\n\t:target: https://pypi-json.readthedocs.io/en/latest\n\t:alt: Documentation Build Status\n\n.. |docs_check| image:: https://github.com/repo-helper/pypi-json/workflows/Docs%20Check/badge.svg\n\t:target: https://github.com/repo-helper/pypi-json/actions?query=workflow%3A%22Docs+Check%22\n\t:alt: Docs Check Status\n\n.. |actions_linux| image:: https://github.com/repo-helper/pypi-json/workflows/Linux/badge.svg\n\t:target: https://github.com/repo-helper/pypi-json/actions?query=workflow%3A%22Linux%22\n\t:alt: Linux Test Status\n\n.. |actions_windows| image:: https://github.com/repo-helper/pypi-json/workflows/Windows/badge.svg\n\t:target: https://github.com/repo-helper/pypi-json/actions?query=workflow%3A%22Windows%22\n\t:alt: Windows Test Status\n\n.. |actions_macos| image:: https://github.com/repo-helper/pypi-json/workflows/macOS/badge.svg\n\t:target: https://github.com/repo-helper/pypi-json/actions?query=workflow%3A%22macOS%22\n\t:alt: macOS Test Status\n\n.. |actions_flake8| image:: https://github.com/repo-helper/pypi-json/workflows/Flake8/badge.svg\n\t:target: https://github.com/repo-helper/pypi-json/actions?query=workflow%3A%22Flake8%22\n\t:alt: Flake8 Status\n\n.. |actions_mypy| image:: https://github.com/repo-helper/pypi-json/workflows/mypy/badge.svg\n\t:target: https://github.com/repo-helper/pypi-json/actions?query=workflow%3A%22mypy%22\n\t:alt: mypy status\n\n.. |requires| image:: https://dependency-dash.repo-helper.uk/github/repo-helper/pypi-json/badge.svg\n\t:target: https://dependency-dash.repo-helper.uk/github/repo-helper/pypi-json/\n\t:alt: Requirements Status\n\n.. |coveralls| image:: https://img.shields.io/coveralls/github/repo-helper/pypi-json/master?logo=coveralls\n\t:target: https://coveralls.io/github/repo-helper/pypi-json?branch=master\n\t:alt: Coverage\n\n.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/repo-helper/pypi-json?logo=codefactor\n\t:target: https://www.codefactor.io/repository/github/repo-helper/pypi-json\n\t:alt: CodeFactor Grade\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/pypi-json\n\t:target: https://pypi.org/project/pypi-json/\n\t:alt: PyPI - Package Version\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/pypi-json?logo=python&logoColor=white\n\t:target: https://pypi.org/project/pypi-json/\n\t:alt: PyPI - Supported Python Versions\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/pypi-json\n\t:target: https://pypi.org/project/pypi-json/\n\t:alt: PyPI - Supported Implementations\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/pypi-json\n\t:target: https://pypi.org/project/pypi-json/\n\t:alt: PyPI - Wheel\n\n.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/pypi-json?logo=anaconda\n\t:target: https://anaconda.org/domdfcoding/pypi-json\n\t:alt: Conda - Package Version\n\n.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/pypi-json?label=conda%7Cplatform\n\t:target: https://anaconda.org/domdfcoding/pypi-json\n\t:alt: Conda - Platform\n\n.. |license| image:: https://img.shields.io/github/license/repo-helper/pypi-json\n\t:target: https://github.com/repo-helper/pypi-json/blob/master/LICENSE\n\t:alt: License\n\n.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/pypi-json\n\t:alt: GitHub top language\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/pypi-json/v0.4.0\n\t:target: https://github.com/repo-helper/pypi-json/pulse\n\t:alt: GitHub commits since tagged version\n\n.. |commits-latest| image:: https://img.shields.io/github/last-commit/repo-helper/pypi-json\n\t:target: https://github.com/repo-helper/pypi-json/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/pypi-json\n\t:target: https://pypi.org/project/pypi-json/\n\t:alt: PyPI - Downloads\n\n.. end shields\n\nInstallation\n--------------\n\n.. start installation\n\n``pypi-json`` can be installed from PyPI or Anaconda.\n\nTo install with ``pip``:\n\n.. code-block:: bash\n\n\t$ python -m pip install pypi-json\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 pypi-json\n\n.. end installation\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "PyPI JSON API client library",
"version": "0.4.0",
"project_urls": {
"Documentation": "https://pypi-json.readthedocs.io/en/latest",
"Homepage": "https://github.com/repo-helper/pypi-json",
"Issue Tracker": "https://github.com/repo-helper/pypi-json/issues",
"Source Code": "https://github.com/repo-helper/pypi-json"
},
"split_keywords": [
"json",
"packaging",
"pypi",
"warehouse"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0b0c246389572f52cba2c736be8c646f2f868f1b9458a8e6d5fc675656b3e01b",
"md5": "909e1d335c5c778d75742c745a5631fa",
"sha256": "956e1c80ea476ff9771f846d149aa7b433c42ca9158b0b0c1885239a50bfe0ac"
},
"downloads": -1,
"filename": "pypi_json-0.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "909e1d335c5c778d75742c745a5631fa",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 26914,
"upload_time": "2023-07-24T09:18:59",
"upload_time_iso_8601": "2023-07-24T09:18:59.623079Z",
"url": "https://files.pythonhosted.org/packages/0b/0c/246389572f52cba2c736be8c646f2f868f1b9458a8e6d5fc675656b3e01b/pypi_json-0.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "96f3fcc8271d415fed916dde9d70baa59d825bc2d61f75f4b3644dda9f72854b",
"md5": "0737170d8f430d28b6ff7e7cfdd436a9",
"sha256": "8ce9ecdb584b54704ef019a21e10c712729be0a12e564bcc5dbfecfd1b7e33f4"
},
"downloads": -1,
"filename": "pypi_json-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "0737170d8f430d28b6ff7e7cfdd436a9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 9192,
"upload_time": "2023-07-24T09:19:01",
"upload_time_iso_8601": "2023-07-24T09:19:01.330057Z",
"url": "https://files.pythonhosted.org/packages/96/f3/fcc8271d415fed916dde9d70baa59d825bc2d61f75f4b3644dda9f72854b/pypi_json-0.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-24 09:19:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "repo-helper",
"github_project": "pypi-json",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "apeye",
"specs": [
[
">=",
"1.1.0"
]
]
},
{
"name": "packaging",
"specs": [
[
">=",
"21.0"
]
]
},
{
"name": "requests",
"specs": [
[
">=",
"2.26.0"
]
]
}
],
"tox": true,
"lcname": "pypi-json"
}