Flask-Cake 0.3.1
pip install Flask-Cake
Latest version
Released:
Flask extension to execute Cake on filesystem events.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Ryan Senkbeil
Classifiers
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
# Flask-Cake
[](https://travis-ci.org/rsenk330/Flask-Cake)
Support for automatically executing CoffeeScript Cake files for Flask.
## Quickstart
```python
from flask import Flask
from flask_cake import Cake
app = Flask(__name__)
cake = Cake(app)
```
Whenever there is a change in the `static/coffee/` directory, `cake build` is executed.
## More Info
* [Flask-Cake Documentation](http://flask-cake.readthedocs.org/)
* [Cake Documentation](http://coffeescript.org/#cake)
* [Flask Documentation](http://flask.pocoo.org/docs/)
[](https://travis-ci.org/rsenk330/Flask-Cake)
Support for automatically executing CoffeeScript Cake files for Flask.
## Quickstart
```python
from flask import Flask
from flask_cake import Cake
app = Flask(__name__)
cake = Cake(app)
```
Whenever there is a change in the `static/coffee/` directory, `cake build` is executed.
## More Info
* [Flask-Cake Documentation](http://flask-cake.readthedocs.org/)
* [Cake Documentation](http://coffeescript.org/#cake)
* [Flask Documentation](http://flask.pocoo.org/docs/)
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Ryan Senkbeil
Classifiers
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Flask-Cake-0.3.1.tar.gz
.
File metadata
- Download URL: Flask-Cake-0.3.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a846bbf931566b23fd7fe734a9edabe1e214835769059d3c8ebda0e05d320f18 |
|
MD5 | aa16e3482603f44fd6fafb2c6ccceeeb |
|
BLAKE2b-256 | 7083f06a2d55e2a9170256774162b79684d9dc384817e04bc3246c13b990b6a9 |