Simple-parsing

Latest version: v0.1.7

Safety actively analyzes 724051 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.0.19.post1

What's Changed
* Fix bug with new Union syntax with postponed type annotations by lebrice in https://github.com/lebrice/SimpleParsing/pull/112
* Fix typos by kianmeng in https://github.com/lebrice/SimpleParsing/pull/116
* Fix nesting defaults (based on 113) by lebrice in https://github.com/lebrice/SimpleParsing/pull/115
* Add support for python 3.10, fix tests by lebrice in https://github.com/lebrice/SimpleParsing/pull/114
* Testing out GitHub actions instead of travis by lebrice in https://github.com/lebrice/SimpleParsing/pull/121
* Update badge on README by lebrice in https://github.com/lebrice/SimpleParsing/pull/122
* Try to run actions on PRs from forks too by lebrice in https://github.com/lebrice/SimpleParsing/pull/125
* Removed unnecessary state in ConflictResolver object. by idoby in https://github.com/lebrice/SimpleParsing/pull/123
* Fix 126, deserialization with postponed type ants by lebrice in https://github.com/lebrice/SimpleParsing/pull/127

New Contributors
* kianmeng made their first contribution in https://github.com/lebrice/SimpleParsing/pull/116

**Full Changelog**: https://github.com/lebrice/SimpleParsing/compare/v0.0.19...v0.0.19.post1

0.0.19

What's Changed
* Fix issue 62 by lebrice in https://github.com/lebrice/SimpleParsing/pull/99
* Replace yaml.full_load with yaml.safe_load by lebrice in https://github.com/lebrice/SimpleParsing/pull/109
* Add python 3.9 support, fix future annotations by lebrice in https://github.com/lebrice/SimpleParsing/pull/110


**Full Changelog**: https://github.com/lebrice/SimpleParsing/compare/v0.0.18...v0.0.19

0.0.18

Simple release: Adds optional subparsers.

This is the first step towards my ultimate goal, which is to have multiple, independent, optional subparsers.
Doesn't sound like much now, but this would be a killer feature, which would really help simple-parsing step above the subparser limitations of argparse.

This would be especially useful when creating command-line APIs for ML applications, when you might need a subparser for each type of model, or for each type of dataset, or for each type of optimizer, etc etc.

This is best achieved using subparsers, however the current API is a bit clumsy.
Here is the roadmap for that feature:
1. Optional subparsers (This release)
- [See this test file if you're curious](https://github.com/lebrice/SimpleParsing/blob/master/test/test_optional_subparsers.py)
2. Multiple independant subparsers on a single dataclass (Next release)
- [See this WIP example if you're curious](https://github.com/lebrice/SimpleParsing/blob/lebrice/multiple_subparsers/examples/multiple_subparsers/multiple_subparsers_example.py)
3. Multiple, inter-dependant subparsers (stretch goal)
- (e.g. where the default value is dependant on the types of other fields)

Let me know what you think!

What's Changed
* Add FrozenSerializable, fix tests by lebrice in https://github.com/lebrice/SimpleParsing/pull/102
* Add Optional Subparsers by lebrice in https://github.com/lebrice/SimpleParsing/pull/104


**Full Changelog**: https://github.com/lebrice/SimpleParsing/compare/v0.0.17...v0.0.18

0.0.17

Includes the changes from these:

- 92
- 91
- 90

0.0.16

Includes these changes:
- 78
- 79
- 80

Page 3 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.