A tool to intercept dataflows
Project description
Flowcept
Development Environment
Code Formatting
Flowcept code uses Black, a PEP 8 compliant code formatter, and Flake8, a code style guide enforcement tool. To install the these tools you simply need to run the following:
$ pip install flake8 black
Before every commit, you should run the following:
$ black .
$ flake8 .
If errors are reported by flake8
, please fix them before commiting the code.
Running Tests
There are a few dependencies that need to be installed to run the pytest, if you installed the requirements.txt file then this should be covered as well.
$ pip install pytest
From the root directory using pytest we can run:
$ pytest
Redis for local interceptions
$ docker run -p 6379:6379 --name redis -d redis
RabbitMQ for Zambeze plugin
$ docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.11-management
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
flowcept-0.0.82.tar.gz
(11.5 kB
view details)
Built Distribution
flowcept-0.0.82-py3-none-any.whl
(16.6 kB
view details)
File details
Details for the file flowcept-0.0.82.tar.gz
.
File metadata
- Download URL: flowcept-0.0.82.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 957b860c3376f874e2c500565b39363078e0fbaf09acfaf5f6b9620e27e60438 |
|
MD5 | f796873fd7a5ac5650a687aacb1015cc |
|
BLAKE2b-256 | c066f21ec8871df792d1cf5016f78bf555725d9773a682eacb05a1fc8f2f0988 |
File details
Details for the file flowcept-0.0.82-py3-none-any.whl
.
File metadata
- Download URL: flowcept-0.0.82-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b4b9cdca4d6f993b5c51007b6b88be5595cb6176db7a9576aac689098f2a1ff |
|
MD5 | a92d3e61508a0a077a808400d6312585 |
|
BLAKE2b-256 | 7a6728bc89de7ed1df98271c537382e0bd0c349e39ab50d84f783c7dd41a5225 |