Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Adds processing module and tests #75

Merged
merged 1 commit into from
Nov 22, 2024
Merged

feature: Adds processing module and tests #75

merged 1 commit into from
Nov 22, 2024

Conversation

ns-rse
Copy link
Contributor

@ns-rse ns-rse commented Nov 22, 2024

Closes #66

Adds an isoslam/processing.py module which creates an argument parser (with sub-parsers) and associated tests that the arguments are passed through correctly.

In due course we will add a isoslam/default_config.yaml and will add functions to update this configuration with the command line arguments that users can supply (which I expect to grow as more modules get added).

The minimum Python version has been bumped to 3.10 so that type-hints can be written as X | Y which is more succinct.

Also adds an entry point so that once installed can be run with isoslam [options] <module> [options].

Docstrings are in place along with typehints which pass mypy \o/

Closes #66

Adds an `isoslam/processing.py` module which creates an argument parser (with sub-parsers) and associated tests that the
arguments are passed through correctly.

In due course we will add a `isoslam/default_config.yaml` and will add functions to update this configuration with the
command line arguments that users can supply (which I expect to grow as more modules get added).

The minimum Python version has been bumped to `3.10` so that type-hints can be written as `X | Y` which is more
succinct.

Also adds an entry point so that once installed can be run with `isoslam [options] <module> [options]`.

Docstrings are in place along with typehints which pass mypy \o/
@ns-rse ns-rse added enhancement New feature or request tests Testing issues labels Nov 22, 2024
@ns-rse ns-rse merged commit 6ddcd38 into main Nov 22, 2024
0 of 14 checks passed
@ns-rse ns-rse deleted the ns-rse/66-parser branch November 22, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tests Testing issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

isoslam/processing.py
1 participant