Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pytablewriter-1.2.1-py3-none-any.whl | 2025-01-01 | 91.1 kB | |
pytablewriter-1.2.1-py3-none-any.whl.sigstore.json | 2025-01-01 | 8.9 kB | |
pytablewriter-1.2.1.tar.gz | 2025-01-01 | 619.2 kB | |
pytablewriter-1.2.1.tar.gz.sigstore.json | 2025-01-01 | 9.0 kB | |
README.md | 2025-01-01 | 919 Bytes | |
v1.2.1 source code.tar.gz | 2025-01-01 | 594.4 kB | |
v1.2.1 source code.zip | 2025-01-01 | 725.9 kB | |
Totals: 7 Items | 2.0 MB | 0 |
What's Changed
- Add support for Python 3.13 and drop EOL 3.7-3.8 by @hugovk in https://github.com/thombashi/pytablewriter/pull/65
- Fix README rendering on PyPI (Thanks to @hugovk)
- https://github.com/thombashi/pytablewriter/pull/65#issuecomment-2480608452
- Add GitHub Actions workflows for building and publishing to PyPI/TestPyPI and signing with sigstore
- Refactor deprecated
@abstractproperty
to use@property
and@abstractmethod
decorators - Improve type annotations
- Modify to use
setuptools_scm
for package build - Bump minimum version of
DataProperty
to1.1.0
- Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/thombashi/pytablewriter/pull/61
New Contributors
- @dependabot made their first contribution in https://github.com/thombashi/pytablewriter/pull/61
Full Changelog: https://github.com/thombashi/pytablewriter/compare/v1.2.0...v1.2.1