Skip to main content

A tool to intercept dataflows

Project description

Build PyPI Unit Tests Code Formatting License: MIT Code style: black

Flowcept

Development Environment

Read the Contributing file.

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 Server for the Interception Messages and Local State Managers

$ 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

See also

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

flowcept-0.0.97.tar.gz (14.3 kB view hashes)

Uploaded Source

Built Distribution

flowcept-0.0.97-py3-none-any.whl (21.4 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