lib_detect_encoding

lib_detect_encoding

MIT License

Downloads
71
Stars
0
lib_detect_encoding - v1.0.1 Latest Release

Published by bitranox about 1 year ago

v1.0.1

2023-10-14:
- update documentation

lib_detect_encoding - v1.0.0

Published by bitranox about 1 year ago

v1.0.0

2023-10-14:
- create mypy cache dir '.mypy_cache'
- 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