Python3 library for parsing pipeline components with their own options.
Project description
Simple Entry Point PipeLines (seppl). Python library for parsing pipeline components with their own options.
Changelog
0.0.5 (2023-10-10)
added OutputProducer and InputConsumer mixins that can be use for checking the compatibility between pipeline components using the check_compatibility function.
0.0.4 (2023-10-09)
added support for dynamic mode which only requires listing the superclass of a plugin and the module in which to look for these plugins (slower, but more convenient)
0.0.3 (2023-10-05)
added generate_entry_points helper method to easily generate the entry_points section for plugins, rather than manually maintaining it
added generate_help and generate_plugin_usage methods for generating documentation for plugins
0.0.2 (2023-10-04)
removed old, logging-related code from Plugin class
added args_to_objects to quickly instantiate plugins from parsed arguments
added example to README.md and example library (https://github.com/waikato-datamining/seppl-example)
0.0.1 (2023-09-28)
initial release
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
File details
Details for the file seppl-0.0.5.tar.gz
.
File metadata
- Download URL: seppl-0.0.5.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4da178612462efe377a7936842f388d3c74a546db0dccb76189baf5a9c61f08 |
|
MD5 | 2ae82dc455fbc8448c5eae22d093312b |
|
BLAKE2b-256 | f44327acfe845bdfa97dacfdd62154b5c97966c31d500a3aa6d2d3ed3cad96b1 |