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

ENH: define TypedDict for pyproject.toml #317

Merged
merged 2 commits into from
Mar 10, 2024

Conversation

redeboer
Copy link
Member

Typing the pyproject.toml dictionary with a TypedDict makes it possible to load the document with different parsers. Particularly, for read-only TOML operations, it is much faster to use rtoml instead of tomlkit.

This makes it possible to load the document with different parsers
@redeboer redeboer added the ⚙️ Enhancement Improvements and optimizations of existing features label Mar 10, 2024
@redeboer redeboer self-assigned this Mar 10, 2024
@redeboer redeboer enabled auto-merge (squash) March 10, 2024 17:34
@redeboer redeboer added this to the 0.4.0 milestone Mar 10, 2024
@redeboer redeboer merged commit 17635bb into ComPWA:main Mar 10, 2024
18 checks passed
@redeboer redeboer deleted the pyproject-TypedDict branch March 10, 2024 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ Enhancement Improvements and optimizations of existing features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant