https://github.com/tilt-dev/tilt-example-python
An example project that demonstrates fast updates to a Flask server running on Kubernetes
https://github.com/tilt-dev/tilt-example-python
Last synced: about 1 year ago
JSON representation
An example project that demonstrates fast updates to a Flask server running on Kubernetes
- Host: GitHub
- URL: https://github.com/tilt-dev/tilt-example-python
- Owner: tilt-dev
- License: apache-2.0
- Created: 2020-03-03T22:10:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-15T20:44:53.000Z (over 2 years ago)
- Last Synced: 2025-04-18T07:52:05.307Z (about 1 year ago)
- Language: Python
- Size: 208 KB
- Stars: 19
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tilt-example-python
[](https://circleci.com/gh/tilt-dev/tilt-example-python)
An example project that demonstrates how to use Tilt to develop on a Python app (built with Flask). Read [doc](https://docs.tilt.dev/example_python.html).
## Fastest Deployment
This progression of examples shows how to start, and incrementally update your project for the fastest possible update time. Follow along in our [Python example project guide](https://docs.tilt.dev/example_python.html).
- [0-base](0-base): the simplest way to start
- [1-measured](1-measured): use `local_resource` to measure your deployment time
- [2-optimize-dockerfile](2-optimize-dockerfile): be sure to optimize your Dockerfile to make good use of caching
- [3-recommended](3-recommended): use `live_update` for super-fast deploys
## Other Examples
- [debugger-examples](debugger-examples): examples of how to use remote Python debuggers with your Tilt workflow
## License
Copyright 2022 Docker, Inc.
Licensed under [the Apache License, Version 2.0](LICENSE)