Releases: CybercentreCanada/configextractor-py
Releases · CybercentreCanada/configextractor-py
v1.1.9
What's Changed
- Leverage multiprocessing to handle importing of extractors and their … by @cccs-rs in #35
Full Changelog: v1.1.8...v1.1.9
v1.1.5
What's Changed
- Add the ability to parse pyproject.toml files for extractor dependencies by @cccs-rs in #27
- Bugfix/src layouts by @cccs-rs in #28
- Add support for parsing optional dependencies to be used for extractors by @cccs-rs in #29
Full Changelog: v1.1.4...v1.1.5
v1.1.2
Changelog
- Updated how running extractors in venv mode works to avoid relative path bugs (#19)
- Added tests for running extractors in venv mode