Skip to content

This repo is deprecated. All new development is in candlepin/subscription-manager

License

Notifications You must be signed in to change notification settings

candlepin/python-rhsm

Repository files navigation

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.