mirror of
https://github.com/ansible/python-rhsm
synced 2026-04-05 19:25:18 +00:00
No description
- Python 94.4%
- C 5%
- Makefile 0.6%
|
|
||
|---|---|---|
| docs/sphinx | ||
| etc-conf/ca | ||
| playpen | ||
| rel-eng | ||
| scripts | ||
| src | ||
| test | ||
| .branches | ||
| .coveragerc | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| python-rhsm.spec | ||
| README | ||
| requirements.txt | ||
| rpmlint.config | ||
| setup.py | ||
| test-requirements.txt | ||
| tox.ini | ||
python-rhsm is a small Python wrapper for making REST calls to a Candlepin Subscription Management Engine. Information about this library and Candlepin can be found at: http://www.candlepinproject.org To use, create an rhsm.connection.UEPConnection object and examine the methods it provides. The vast majority of what this library offers is on this class.