Command-line interface into Inspired Platform
Project description
Command-line interface into Inspired Platform
Installation
$ pip install -r requirements.txt
$ pip install setup.py
Development
This project includes a number of helpers in the Makefile
to streamline common development tasks.
Environment Setup
The following demonstrates setting up and working with a development environment:
### create a virtualenv for development
$ make virtualenv
$ source env/bin/activate
### run insprdcli cli application
$ insprdcli --help
### run pytest / coverage
$ make test
Releasing to PyPi
Before releasing to PyPi, you must configure your login credentials:
~/.pypirc:
[pypi]
username = YOUR_USERNAME
password = YOUR_PASSWORD
Then use the included helper function via the Makefile
:
$ make dist
$ make dist-upload
Deployments
Docker
Included is a basic Dockerfile
for building and distributing Inspired CLI
,
and can be built with the included make
helper:
$ make docker
$ docker run -it insprdcli --help
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
insprdcli-0.0.1.tar.gz
(6.2 kB
view details)
Built Distribution
File details
Details for the file insprdcli-0.0.1.tar.gz
.
File metadata
- Download URL: insprdcli-0.0.1.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70bc2568f07d9a44eee6b9036cf06d54be24095b4e67fa50a9a0a0798c6c158c |
|
MD5 | d0fd3a4c96f7b219029d88f308c5f407 |
|
BLAKE2b-256 | 32c17c0a39bfc8e1796921616ff087d5280d8329e9b2d08441f0b23e64ca4fb7 |
File details
Details for the file insprdcli-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: insprdcli-0.0.1-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 876d0bdca0c584bea69197855892f38dcde4aed9a750a42510b6b39ddc91a663 |
|
MD5 | fcbc9e78c3085bf91e8e1712fe2c9892 |
|
BLAKE2b-256 | 9e810d2c02d6b41ee721e782d825ff0331e1c0521dce4493423fe082e7162d9a |