Releases: timeforplanb123/anac
Releases · timeforplanb123/anac
v0.1.2
What's Changed
dev
by @timeforplanb123 in #1:- Add
nox
sessions withnoxfile.py
- Add unit tests for
api.py
module - Add linting, typing, testing, code coverage dev packages, pytest and coverage options to
pyproject.toml
- Add new github pipelines,
commit.yml
andcoverage.yml
- Add
.flake8
,mypy.ini
configuration files - Add unit tests / coverage reports to
.gitignore
- Add new code coverage badge to
README.md
, addPyPI
badge logo - Change import statemenets (groups and order) with
flake8-import-order
plugin andimport-order-style = google
.flake8
option.Black
reformatting withmax-line-length = 88
- Change single-sourcing package version (
anac/core/__init__
), using standardimportlib.metadata
library (it's possible from Python 3.8) instead ofpkg_resources
library
- Add
v0.1.1
Initial release