An open API service indexing awesome lists of open source software.

https://github.com/dvrpc/wp-reports


https://github.com/dvrpc/wp-reports

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

## Commands

| Task | Command |
| --------------------- | ----------------------------------------------------------------------------------------------------------------- |
| Run in venv | `ve/bin/sanic server:app [--dev]` |
| Change python version | Modify postCreateCommand in .devcontainer/devcontainer.json |
| Format | `ve/bin/ruff format` |
| Lint | `ve/bin/ruff check` |
| Add packages | `uv pip install --python ve/bin/python [package_name] && uv pip freeze --python ve/bin/python > requirements.txt` |