Skip to content

repo-helper/pypi-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4b1ed49 · May 8, 2025

History

70 Commits
May 8, 2025
Feb 5, 2025
Jul 24, 2023
Jul 21, 2023
Jul 24, 2023
Aug 5, 2021
Aug 5, 2021
May 8, 2025
Aug 11, 2021
Apr 18, 2025
Aug 5, 2021
Aug 5, 2021
Feb 5, 2025
Apr 16, 2024
Jun 5, 2022
Apr 8, 2025
Apr 8, 2025
Oct 21, 2021
Apr 8, 2025

Repository files navigation

pypi-json

PyPI JSON API client library

Docs Documentation Build Status Docs Check Status
Tests Linux Test Status Windows Test Status macOS Test Status Coverage
PyPI PyPI - Package Version PyPI - Supported Python Versions PyPI - Supported Implementations PyPI - Wheel
Anaconda Conda - Package Version Conda - Platform
Activity GitHub last commit GitHub commits since tagged version Maintenance PyPI - Downloads
QA CodeFactor Grade Flake8 Status mypy status
Other License GitHub top language Requirements Status

Installation

pypi-json can be installed from PyPI or Anaconda.

To install with pip:

$ python -m pip install pypi-json

To install with conda:

  • First add the required channels
$ conda config --add channels https://conda.anaconda.org/conda-forge
$ conda config --add channels https://conda.anaconda.org/domdfcoding
  • Then install
$ conda install pypi-json