1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
# pypuppetdb
[](https://pypi.org/project/pypuppetdb/)
[](https://pypi.org/project/pypuppetdb/)
[](https://pypi.org/project/pypuppetdb/)
/badge.svg)
[](https://codecov.io/gh/voxpupuli/pypuppetdb)
[](https://pypuppetdb.readthedocs.io/en/latest/?badge=latest)
[](https://voxpupuli.org)
This library is a thin wrapper around the REST API providing some
convenience functions and objects to request and hold data from
PuppetDB.
## Requirements
* PuppetDB 5.2 or newer
* Python 3.7-3.11
(For support of the older PuppetDB or Python versions please check previous library version.)
## Installation
You can install this package from PyPI with:
```bash
pip install pypuppetdb
```
## Documentation
The [user guide, API reference and a developer guide is available on Read the Docs](https://pypuppetdb.readthedocs.io/en/latest/).
## Getting Help
For bug reports you can file an
[issue](https://github.com/voxpupuli/pypuppetdb/issues). If you need
help with something feel free to pop by \#voxpupuli or the \#puppetboard on
[Freenode](https://freenode.net) or [Vox Pupuli on Slack](https://puppetcommunity.slack.com/messages/voxpupuli/).
## Contributing
Please see the [contribution guide here](https://github.com/voxpupuli/pypuppetdb/blob/master/CONTRIBUTING.md).
## License
This project is licensed under the [Apache v2.0 License](https://github.com/voxpupuli/pypuppetdb/blob/master/LICENSE).
|