Metadata-Version: 2.0
Name: python-distilclient
Version: 0.1.1
Summary: Client library for Catalyst Cloud Rating API
Home-page: http://www.catalyst.net.nz/
Author: Catalyst IT Cloud team
Author-email: cloud@catalyst.net.nz
License: Apache License, Version 2.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: six (>=1.9.0)
Requires-Dist: pbr (>=1.6)
Requires-Dist: python-keystoneclient (!=2.1.0,!=1.8.0,>=1.7.0)

Client Library for Catalyst Cloud Rating API

How to build package for Pypi
=============================
1. Change the version in setup.cfg
2. export PBR_VERSION=<version>
3. python setup.py sdist
4. python setup.py sdist upload



