reactive-platform: Reactive Platform Python API
Project description
Reactive-Platform Python
Getting Started
Start by creating a virtual environment and installing required packages:
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
Run the tests:
$ python setup.py test
Deactivate the virtual environment when you are done:
$ deactivate
Upgrade Dependencies
Dependencies can be upgraded as follows:
$ pip install pip-tools
$ pip-compile requirements.in >requirements.txt
$ pip install -r requirements.txt
Testing
Run the tests:
$ python setup.py test
Run nosestests:
$ pip install coverage flake8 nose pylint
$ python setup.py nosetests
Generate coverage report:
$ python setup.py nosetests --cover-html --cover-html-dir=DIR
Run tox:
$ pip install tox
$ tox
Installation
Install locally:
$ pip install .
Build Python Package
Build Python package:
$ python setup.py sdist
Build wheel:
$ python setup.py bdist_wheel
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
reactive-platform-0.2.0.tar.gz
(19.1 kB
view hashes)
Built Distribution
Close
Hashes for reactive_platform-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29c17022ea6b18daccdff6c5cd8a3b203c9f07354ef4a896a543f6b546043e86 |
|
MD5 | bb8cc200ed6219a84d27b230189fb406 |
|
BLAKE2b-256 | f00e150f5dc47b7c122b4a1d07f02d26864ab27bfd70abef79065852b8ce468e |