attrbox 0.1.6
Now with type hints.
attrbox 0.1.6
is available. This release vendorizes docopt-ng
, a more up-to-date version of the popular docopt
library that used to be a dependency.
To install attrbox
:
python -m pip install attrbox
# or, if you use uv (recommended):
uv add attrbox
Combined Release Notes 0.1.3, 0.1.4, 0.1.5, 0.1.6 - 2025-04-17T21:49:10Z #
Fixed
Versions 0.1.4 and 0.1.5 were zero-change version bumps due to errors in how GitHub Actions publish to PyPI.
- #11: add
py.typed
Changed
- #13: vendorized
docopt-ng
- #14, #16, metaist/LTS#8: using latest project configurations
- metaist/LTS#4: switched to using
ds
- metaist/LTS#6: copyright year
- metaist/LTS#8: using latest github actions
Added
- #15:
cog
to docs process
Removed
- metaist/LTS#5: python 3.9 support