Releases: mahiki/desertislandutils
Releases · mahiki/desertislandutils
v0.3.10 bugfix
Previous release v0.3.9 was broken on homebrew deployment, the pyproject.toml
forgot to include the src/weeknumber
module.
Deleting release v0.3.9
because its broken downstream.
Full Changelog: v0.3.9...v0.3.10
v0.3.4
Full Changelog: v0.3.3...v0.3.4
v0.3.0 Week Number utility 'wn'
wn --help
Usage: wn [OPTIONS] [DATE]
ISO year week number of a date as YYYY-WDD. Default weekend day is Sat.
Example:
$> wn 'Jul 22'
2023-W29
Version 0.2.1 - CICD and too absolute
Changes to toobigdatadoc
:
- Added CICD workflows to the project
- test, merge, tag
- build and deploy still manual
- Added tests with pytest
too [big|data|doc]
now uses absolute symlink references- filesystem less portable
- better for moving folders around
- easy to rename all symlinks on a new home directory
First version of toobigdatadoc utility
too --help
This is the first working published version of a shell script converted to a python package.