Code cleanup, improved Web service and distribution
AlbertWeichselbraun
released this
16 Jan 15:05
·
32 commits
to master
since this release
- added official Python 3.12 support
- Inscriptis command line client
- renamed
inscript.py
toinscript
and install client via pip - added
--timeout
argument.
- renamed
- Inscriptis Web service:
- migrate the Web service to FastAPI and uvicorn
- enable install as an extra using
pip install inscriptis[web-service]
- code cleanup
- migrate to
pyproject.toml
and poetry for package distribution - use black for code formatting
- improved tox config and code checks