SIGN IN SIGN UP
vinta / awesome-python UNCLAIMED

An opinionated list of Python frameworks, libraries, tools, and resources.

289813 0 0 Python
-include .env
export
install:
uv sync
fetch_github_stars:
uv run python website/fetch_github_stars.py
2015-06-09 19:19:41 +08:00
test:
uv run pytest website/tests/ -v
build:
uv run python website/build.py
preview: build
uv run watchmedo shell-command \
--patterns='*.md;*.html;*.css;*.js;*.py' \
--recursive \
--wait --drop \
--command='uv run python website/build.py' \
README.md website/templates website/static website/data & \
python -m http.server -b 127.0.0.1 -d website/output/ 8000