Python interface to Inspired Platform
Project description
Python interface to 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 insprd cli application
$ insprd --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 Python
,
and can be built with the included make
helper:
$ make docker
$ docker run -it insprd --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
insprd-0.0.1.tar.gz
(5.3 kB
view details)
Built Distribution
File details
Details for the file insprd-0.0.1.tar.gz
.
File metadata
- Download URL: insprd-0.0.1.tar.gz
- Upload date:
- Size: 5.3 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 | 8431a73ebc65dc9db36646a5a3eecf600d73f9b0f59e4b07db8abaa5dbedec94 |
|
MD5 | 2b19fa253223b8e64e9538b5792596da |
|
BLAKE2b-256 | b9b28d0e314194ae79641e13d06dae226ab0453869309f82c26ebef897aa8b82 |
File details
Details for the file insprd-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: insprd-0.0.1-py3-none-any.whl
- Upload date:
- Size: 7.3 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 | 596c77b7a54fb52872072d3abdc228122abfaf1ec55b5aa5816d53e396bfaed9 |
|
MD5 | 9ea1939b6a7c81aefbfc41d801dd3f6d |
|
BLAKE2b-256 | a961f18b12c9b51556ac85395f58b9286b82b074648a5e36f6849dbd03182408 |