Skip to main content

Framework for dataflow-style python programming

Project description

python-conduit
==============

Python framework for dataflow-style programs.

Users of this framework structure their code into blocks with named inputs and outputs that are connected
by channels. A typical application will have one or more data generator/importer blocks which then pass
their data through various blocks which apply filters or tranforms to operate on the data.

For other similar projects, see: http://wiki.python.org/moin/FlowBasedProgramming

# License #

conduit is free software and is released under the terms
of the MIT license (<http://opensource.org/licenses/mit-license.php>),
as specified in the accompanying LICENSE.txt file.

# Procedures #

Contributors: Submit pull requests on github to request that your changes be added to the repository.

Maintainers: To release a new version:
1. Increment release number in setup.py
2. Run 'python setup.py sdist' to create a new distribution.
3. Using a virtualenv, run 'pip install dist/conduit-<version>.tar.gz' to locally install for testing purposes.
4. Run the nose tests via:
% cd <virtualenv_dir>/lib/python2.7/site-packages/conduit/test
% nosetests
5. Upload new package via:
% python setup.py sdist upload

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

conduit-0.0.8.tar.gz (14.3 kB view details)

Uploaded Source

File details

Details for the file conduit-0.0.8.tar.gz.

File metadata

  • Download URL: conduit-0.0.8.tar.gz
  • Upload date:
  • Size: 14.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for conduit-0.0.8.tar.gz
Algorithm Hash digest
SHA256 036e50e6d5789aa9d6abd4386fcdc759dee55bd18bb0ee51c5b34eecab0995df
MD5 0d011ff5130baf45f7ac7386ea14e442
BLAKE2b-256 ddc73bf0630006b419319abacd068bea1947d4d4cfd7d33251266268bf455733

See more details on using hashes here.

Supported by

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