Skip to content

Commit

Permalink
Merge 6c7ad6f into 3d1e378
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon committed Sep 9, 2020
2 parents 3d1e378 + 6c7ad6f commit 439e219
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ pypuppetdb


pypuppetdtb is a library to work with PuppetDB's REST API. It is implemented
using the `requests` library.
.. _requests: http://docs.python-requests.org/en/latest/
using the `requests`_ library.

.. _requests: https://requests.readthedocs.io/

**pypuppetdb >= 0.2.0 requires PuppetDB 3.0.0 or later. There is no support for
previous versions beyond 0.1.1**
Expand All @@ -23,7 +24,8 @@ This library is a thin wrapper around the REST API providing some convenience
functions and objects to request and hold data from PuppetDB.

To use this library you will need:
* Python 3.6, 3.7, 3.8

* Python 3.6, 3.7, 3.8

Installation
============
Expand Down

0 comments on commit 439e219

Please sign in to comment.