pathlib3x

backport of latest pathlib (3.10.a0) to python 3.6 and newer with a few extensions

MIT License

Downloads
20.8K
Stars
11
Committers
2
pathlib3x - v2.0.3 Latest Release

Published by bitranox over 1 year ago

v2.0.3

2023-07-13:
- require minimum python 3.8
- remove python 3.7 tests
- introduce PEP517 packaging standard
- introduce pyproject.toml build-system
- remove mypy.ini
- remove pytest.ini
- remove setup.cfg
- remove setup.py
- remove .bettercodehub.yml
- remove .travis.yml
- update black config
- clean ./tests/test_cli.py
- add codeql badge
- move 3rd_party_stubs outside the src directory to ./.3rd_party_stubs
- add pypy 3.10 tests
- add python 3.12-dev tests

pathlib3x - v2.0.2.1

Published by bitranox over 2 years ago

v2.0.2.1

2022-06-03: use io.encoding only on 3.10 upwards

pathlib3x - v2.0.1

Published by bitranox over 2 years ago

v2.0.1

2022-06-03: use io.encoding only on 3.10 upwards

pathlib3x - v2.0.0

Published by bitranox over 2 years ago

v2.0.0

2022-06-03:
- upgrade to pathlib python 3.11a0 version
- upgrade to github actions @v3

pathlib3x - v1.3.9

Published by bitranox about 4 years ago

v1.3.9

2020-10-09: service release
- update travis build matrix for linux 3.9-dev
- update travis build matrix (paths) for windows 3.9 / 3.10

pathlib3x - v1.3.8

Published by bitranox about 4 years ago

v1.3.8

2020-08-08: service release
- fix documentation
- fix travis
- deprecate pycodestyle
- implement flake8

pathlib3x - v1.3.7

Published by bitranox about 4 years ago

v1.3.7

2020-08-01: fix pypi deploy

pathlib3x - 2020-07-31: fix travis build

Published by bitranox about 4 years ago

v1.3.6

2020-07-31: fix travis build