https://github.com/dvrpc/wp-reports
https://github.com/dvrpc/wp-reports
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dvrpc/wp-reports
- Owner: dvrpc
- License: mit
- Created: 2025-02-21T13:40:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-18T19:36:15.000Z (7 months ago)
- Last Synced: 2025-11-18T21:15:40.588Z (7 months ago)
- Language: HTML
- Size: 203 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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` |