This file contains some files useful for development.
bump.py
- Executebumpversion
then post-processes the CHANGELOG to handle corner-cases thatbumpversion
cannot. Requiresbump2version
, which is the maintained fork ofbumpversion
. It is not really intended to be called directly, but instead throughtox -e bump
.clean.py
- This file cleans most files that are created during development. Run in the project home directory. It is not really intended to be called directly, but instead throughtox -e clean
.generate_new_unicode_numbers.py
is used to updatenatsort/unicode_numeric_hex.py
when new Python versions are released.