Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add example using rich and pixi-build-python and remove flask #2638

Merged
merged 12 commits into from
Dec 5, 2024
Merged
2 changes: 0 additions & 2 deletions examples/flask-hello-world-pyproject/.gitattributes

This file was deleted.

3 changes: 0 additions & 3 deletions examples/flask-hello-world-pyproject/README.md

This file was deleted.

This file was deleted.

1,194 changes: 0 additions & 1,194 deletions examples/flask-hello-world-pyproject/pixi.lock

This file was deleted.

6 changes: 0 additions & 6 deletions examples/flask-hello-world-pyproject/tests/test.py

This file was deleted.

3 changes: 0 additions & 3 deletions examples/flask-hello-world/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions examples/flask-hello-world/app.py

This file was deleted.

1,346 changes: 0 additions & 1,346 deletions examples/flask-hello-world/pixi.lock

This file was deleted.

23 changes: 0 additions & 23 deletions examples/flask-hello-world/pixi.toml

This file was deleted.

2 changes: 2 additions & 0 deletions examples/rich_example/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# SCM syntax highlighting
pixi.lock linguist-language=YAML linguist-generated=true
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# pixi environments
.pixi
*.egg-info
Loading
Loading