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

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

Awesome Lists containing this project

README

          

# tilt-example-python

[![Build Status](https://circleci.com/gh/tilt-dev/tilt-example-python/tree/master.svg?style=shield)](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)