- added official Python 3.12 support
- Inscriptis command line client
- renamed `inscript.py` to `inscript` and install client via pip
- added `--timeout` argument.
- 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