08cc7dc601b4af26726483ccbec62bf7d5210290
According to new requirements [1] argparse as a dependency should be avoided in requirements.txt file. Argparse is part of Python Standard Library starting from Python 2.7 [2] [1] https://wiki.openstack.org/wiki/Python3#Python_2:_Python_2.6_support_dropped.2C_Python_2.7_only [2] https://docs.python.org/2/library/argparse.html Change-Id: I773ac2e9d388a2e47544494e1a225154a6e676a0
Python bindings to the OpenStack Sahara API
This is a client for the OpenStack Sahara API. There's a Python API
(the saharaclient module), and a command-line script
(sahara). Each implements the OpenStack Sahara API. You can
find documentation for both Python bindings and CLI in Docs.
Development takes place via the usual OpenStack processes as outlined in the developer guide.
- License: Apache License, Version 2.0
- PyPi - package installation
- Online Documentation
- Launchpad project - release management
- Blueprints - feature specifications
- Bugs - issue tracking
- Source
- Specs
- How to Contribute
Description