Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.1 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.1 KB

Fireball

Development

Poetry

This project uses Poetry to manage Python dependencies.

Useful links:

Useful commands:

  • poetry add <package> to add new dependency
  • poetry install to install dependencies
  • poetry shell to run in a virtual environment

Make

NOTE: You will need to run most of these commands in a virtual env created by Poetry

  • make dev will run a dev server that will automatically restart on fs changes
  • make lint will run pylint
  • make typecheck will run mypy
  • make format will run black formatter

Links to package docs

Testing

TODO

Deployment

See fireball/config.py for configuration variables

Docs

You can see swagger schema at /docs when running the dev server