Python client library for Bilean API
cbf2f589ee
This patches removes unnecessary utf-8 encoding in bileanclient/__init__.py bileanclient/v1/client.py bileanclient/v1/policies.py bileanclient/v1/resources.py bileanclient/v1/rules.py bileanclient/v1/shell.py bileanclient/v1/users.py doc/source/conf.py tools/install_venv_common.py Change-Id: Ia51fdd4a376e960a714a65861ea3d9d9d272771e |
||
---|---|---|
bileanclient | ||
doc | ||
tools | ||
.gitignore | ||
.testr.conf | ||
AUTHORS | ||
babel.cfg | ||
ChangeLog | ||
CONTRIBUTING.rst | ||
LICENSE | ||
openstack-common.conf | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Python bindings for the Bilean API
This is a client library for Bilean built on the Bilean billing API.
It provides a Python API (The bileanclient
module) and a
command-line tool (bilean
).
Development takes place via the usual OpenStack processes as outlined in the developer guide. The master repository is in Git.