Skip to content

Code cleanup, improved Web service and distribution

Compare
Choose a tag to compare
@AlbertWeichselbraun AlbertWeichselbraun released this 16 Jan 15:05
· 32 commits to master since this release
16404b0
  • 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