Express CLI.
Project description
express-cli
platform9 express cli
Status
Purpose
Platform9 Express CLI
A CLI for Platform9 Express
Usage
If you've cloned this project, and want to install the library (and all development dependencies), the command you'll want to run is::
$ pip install -e .[test]
If you'd like to run all tests for this project (assuming you've written some), you would run the following command::
$ python setup.py test
This will trigger py.test <http://pytest.org/latest/>
, along with its popular
coverage <https://pypi.python.org/pypi/pytest-cov>
plugin.
Lastly, if you'd like to cut a new release of this CLI tool, and publish it to
the Python Package Index (PyPI <https://pypi.python.org/pypi>
_), you can do so
by running::
$ python setup.py sdist bdist_wheel
$ twine upload dist/*
This will build both a source tarball of your CLI tool, as well as a newer wheel build (and this will, by default, run on all platforms).
The twine upload
command (which requires you to install the twine <https://pypi.python.org/pypi/twine>
_ tool) will then securely upload your
new package to PyPI so everyone in the world can use it!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file express-cli-0.2.2.tar.gz
.
File metadata
- Download URL: express-cli-0.2.2.tar.gz
- Upload date:
- Size: 19.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/2.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61bd13265f8aa1f7cfda883362c372bf9c8f467e2f93c1a9354f2192c929b0ff |
|
MD5 | de2046adc24d011294bf3e2738c3378a |
|
BLAKE2b-256 | 3ced92efbafafee8e221a01680a70a39546aeec0464480b2da2b40ee42bd16fd |
File details
Details for the file express_cli-0.2.2-py2.py3-none-any.whl
.
File metadata
- Download URL: express_cli-0.2.2-py2.py3-none-any.whl
- Upload date:
- Size: 28.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/2.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a282c561e241c1f7269c76846cbb44f4b05abfb46518b717a1bf22b24369683 |
|
MD5 | 6753d7c9f82624b90b9ef403ae22551e |
|
BLAKE2b-256 | 42f4eabff20728eb2eeaeaea4c10bc5dd5fb96313075142ca4e97ef8925ffe57 |