-
3.2.0 Stable
released this
2025-08-07 21:29:43 +00:00 | 30 commits to main since this releaseRelease created by the release pipeline.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
3.1.0 Stable
released this
2025-03-20 02:55:48 +00:00 | 33 commits to main since this releaseRelease created by the release pipeline.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
3.0.0 Stable
released this
2025-03-20 01:49:40 +00:00 | 37 commits to main since this releaseRelease 3.0.0 introduces massive changes to the API for the user's convenience.
However a lot of those changes are not directly compatible with the 2.X line.
so take care when migrating.Release created by the release pipeline.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
2.0.4.post1 Stable
released this
2024-09-29 02:17:46 +00:00 | 54 commits to main since this releaseRelease created by the release pipeline.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
2.0.4 Stable
released this
2024-09-29 01:28:54 +00:00 | 56 commits to main since this releaseThis release ships minor fixes to documentation and the build pipeline.
Release created by the release pipeline.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
2.0.3 Stable
released this
2024-09-29 01:05:04 +00:00 | 58 commits to main since this releaseThis release ships minor changes to the development pipeline.
Release created by the release pipeline.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
2.0.2 Stable
released this
2024-07-05 20:44:10 +00:00 | 61 commits to main since this releaseThis release ships minor updates to example code and documentation.
Release created by the release pipeline.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
2.0.1 Stable
released this
2024-07-01 19:38:11 +00:00 | 62 commits to main since this releaseThis release adds a new example for integrating
envenomwith a simpleSingletonmetaclass for caching config class instances.Release created by the release pipeline.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
2.0.0 Stable
released this
2024-07-01 14:28:04 +00:00 | 66 commits to main since this releaseThis release introduces some backwards-incompatible changes to the API:
- the
as_booleanandas_listare now namedbool_parserandlist_parserand are instead both factory functions which create a parser. This means all code likerequired(as_boolean)needs to be converted torequired(bool_parser())(as_listwas already a factory before). with_defaultfield type previously allowed thedefaultparameter to be either aTor aCallable[[], T]. This caused some funny behavior with regards to default values of custom classes with an overridden__call__method. This behavior has now been split in towith_defaultandwith_default_factoryconfiguration field types.- Exception classes representations have changed.
This release ships with a whole new documentation layout, better examples and an API reference section. It also implements the Trusted Publisher model for publishing the package in PyPI.
Release created by the release pipeline.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- the
-
1.0.19 Stable
released this
2024-06-20 18:01:43 +00:00 | 84 commits to main since this releaseThis release updates the documentation and the test suite.
Release created by the release pipeline.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)