Skip to main content

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


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)

Uploaded Source

Built Distribution

reactive_platform-0.2.0-py3-none-any.whl (34.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page