IterTable 2.2 updates the project layout and code style to latest Python standards; the functionality is essentially the same as IterTable 2.1.
All changes by @sheppard.
- Move documentation to https://django-data-wizard.wq.io/itertable/
- Generate
itertable/version.py
while building package instead of reading frompkg_resources
at runtime (f2d437b) - Switch to
pyproject.toml
, update code style, and test with latest Python versions (f2d437b, 3f8f2bb, e57e58f)