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.69.tar.gz
(9.4 kB
view details)
Built Distribution
flowcept-0.0.69-py3-none-any.whl
(13.3 kB
view details)
File details
Details for the file flowcept-0.0.69.tar.gz
.
File metadata
- Download URL: flowcept-0.0.69.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63d7013611739a37ec34278fc01e6b7ed4fe2f8ed6bb447cd35def1317aee9fd |
|
MD5 | 7036ef23da509f18457ecb52794d9e6b |
|
BLAKE2b-256 | 36056cb95fe67f01314d253c17c1ae5a813b4041aac1da39ac2db7df28eb8b57 |
File details
Details for the file flowcept-0.0.69-py3-none-any.whl
.
File metadata
- Download URL: flowcept-0.0.69-py3-none-any.whl
- Upload date:
- Size: 13.3 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 | f0ba334337bff1d6709c08f02c5aabdcd6c8f9468dde5395a7ee468db751f0ca |
|
MD5 | 8f32fd95be397d6e5a4f5886792df062 |
|
BLAKE2b-256 | f668fed092d653f0c47e004efd5d3e7d8bd6dbd7eb13c242ff614c675d0a5591 |