1- .. image :: http://www.repostatus.org/badges/latest/wip .svg
2- :target: http://www.repostatus.org/#wip
3- :alt: Project Status: WIP — Initial development is in progress, but there
4- has not yet been a stable, usable release suitable for the public .
1+ .. image :: http://www.repostatus.org/badges/latest/active .svg
2+ :target: http://www.repostatus.org/#active
3+ :alt: Project Status: Active — The project has reached a stable, usable
4+ state and is being actively developed .
55
66.. image :: https://travis-ci.org/jwodder/pypi-simple.svg?branch=master
77 :target: https://travis-ci.org/jwodder/pypi-simple
88
99.. image :: https://codecov.io/gh/jwodder/pypi-simple/branch/master/graph/badge.svg
1010 :target: https://codecov.io/gh/jwodder/pypi-simple
1111
12+ .. image :: https://img.shields.io/pypi/pyversions/pypi-simple.svg
13+ :target: https://pypi.org/project/pypi-simple/
14+
1215.. image :: https://img.shields.io/github/license/jwodder/pypi-simple.svg
1316 :target: https://opensource.org/licenses/MIT
1417 :alt: MIT License
1518
1619`GitHub <https://github.com/jwodder/pypi-simple >`_
20+ | `PyPI <https://pypi.org/project/pypi-simple/>`_
1721| `Issues <https://github.com/jwodder/pypi-simple/issues>`_
1822
1923``pypi-simple `` is a client library for the Python Simple Repository API as
@@ -24,6 +28,14 @@ library also allows you to query package files for their project version,
2428package type, file digests, ``requires_python `` string, and PGP signature URL.
2529
2630
31+ Installation
32+ ============
33+ Just use `pip <https://pip.pypa.io >`_ (You have pip, right?) to install
34+ ``pypi-simple `` and its dependencies::
35+
36+ pip install pypi-simple
37+
38+
2739Example
2840=======
2941
0 commit comments