Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 814 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 814 Bytes

deploy deploy codecov

FastCLAM

FastAPI for CLAMS

Install

pip

pip install . uvicorn

poetry

poetry install

Enter into the venv shell

poetry shell

Usage

uvicorn fastclam.app:app --reload

Use --reload for development only

Visit localhost:8000/docs

Args

Additional args that might be helpful to pass to uvicorn:

  • --host 0.0.0.0
  • --port PORT
  • --log-level debug