File: README.md

package info (click to toggle)
natsort 8.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 504 kB
  • sloc: python: 4,891; makefile: 17; sh: 4
file content (13 lines) | stat: -rw-r--r-- 781 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Development Collateral

This file contains some files useful for development.

- `bump.py` - Execute `bumpversion` then post-processes the CHANGELOG to handle corner-cases
  that `bumpversion` cannot. Requires [`bump2version`](https://github.com/c4urself/bump2version),
  which is the maintained fork of [`bumpversion`](https://github.com/peritus/bumpversion).
  It is not really intended to be called directly, but instead through `tox -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 through `tox -e clean`.
- `generate_new_unicode_numbers.py` is used to update `natsort/unicode_numeric_hex.py`
  when new Python versions are released.