No description
  • Python 94.4%
  • C 5%
  • Makefile 0.6%
Find a file
Christopher Snyder ab645fabb0 Automatic commit of package [python-rhsm] release [1.19.2-1].
Created by command:

/usr/local/bin/tito tag
2020-03-17 17:11:27 -04:00
docs/sphinx Add setup for using sphinx for docs. 2014-05-11 16:07:46 -04:00
etc-conf/ca 1242057: This cert is no longer used and can be removed 2015-08-21 11:51:04 -04:00
playpen Use '!functional' as the default test filter 2014-10-03 13:21:15 -04:00
rel-eng Automatic commit of package [python-rhsm] release [1.19.2-1]. 2020-03-17 17:11:27 -04:00
scripts Add config for "checkcommits" 2012-05-18 11:18:24 -04:00
src Add consumer content API to python-rhsm 2017-01-31 17:16:47 -05:00
test Add consumer content API to python-rhsm 2017-01-31 17:16:47 -05:00
.branches Add config for "checkcommits" 2012-05-18 11:18:24 -04:00
.coveragerc Make more use of setup.py. 2014-10-03 13:21:15 -04:00
.gitignore 976855: build_py now populates version.py with ver 2015-02-04 18:29:50 -05:00
LICENSE Adding GPLv2 license file. 2010-12-17 15:14:12 -04:00
Makefile 'make clean' targets runs setup.py clean --all 2014-10-03 13:21:15 -04:00
python-rhsm.spec Automatic commit of package [python-rhsm] release [1.19.2-1]. 2020-03-17 17:11:27 -04:00
README Update copyright dates 2012-06-23 09:54:57 -03:00
requirements.txt Make more use of setup.py. 2014-10-03 13:21:15 -04:00
rpmlint.config Add rpmlint.config to make rpmlint happier 2012-06-25 12:16:51 -04:00
setup.py Automatic commit of package [python-rhsm] release [1.19.2-1]. 2020-03-17 17:11:27 -04:00
test-requirements.txt Adds new super class BaseRhsmLib that exposes request results. 2017-01-06 16:11:11 -05:00
tox.ini Adds new super class BaseRhsmLib that exposes request results. 2017-01-06 16:11:11 -05:00

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.