Python client library for Bilean API
Go to file
DeepaJon cbf2f589ee Removes unnecessary utf-8 encoding
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
2017-06-22 08:50:15 +00:00
bileanclient Removes unnecessary utf-8 encoding 2017-06-22 08:50:15 +00:00
doc Removes unnecessary utf-8 encoding 2017-06-22 08:50:15 +00:00
tools Removes unnecessary utf-8 encoding 2017-06-22 08:50:15 +00:00
.gitignore Modify v1 client 2016-05-10 22:48:09 -04:00
.testr.conf Initial tests 2016-04-21 23:56:17 -04:00
AUTHORS Initial version 2016-04-15 04:23:28 -04:00
CONTRIBUTING.rst Initial version 2016-04-15 04:23:28 -04:00
ChangeLog Initial version 2016-04-15 04:23:28 -04:00
LICENSE Initial version 2016-04-15 04:23:28 -04:00
README.rst Initial version 2016-04-15 04:23:28 -04:00
babel.cfg Initial version 2016-04-15 04:23:28 -04:00
openstack-common.conf Initial version 2016-04-15 04:23:28 -04:00
requirements.txt Fix pep8 issues and update requirements 2017-06-22 16:34:53 +08:00
setup.cfg Fix pep8 issues and update requirements 2017-06-22 16:34:53 +08:00
setup.py Fix pep8 issues and update requirements 2017-06-22 16:34:53 +08:00
test-requirements.txt Fix pep8 issues and update requirements 2017-06-22 16:34:53 +08:00
tox.ini Fix pep8 issues and update requirements 2017-06-22 16:34:53 +08:00

README.rst

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.