Torneira is a lightweight web framework build on top of Tornado
Project description
Torneira is a lightweight web framework build on top of Tornado. It’s name came from the idea of getting rapid and fluid development (‘torneira’ is the portuguese word for water tap).
Installation
Torrneira is available under PyPI. You can install using pip:
$ pip install torneira
Quick start
To build an app using torneira, you just need 3 files: one for your urls definitions (normally urls.py), one for settings (settings.py) and another for your handlers (handlers.py). The Application and HTTPServer stuff is already setup to you.
To start the server on por 8888, just run the following command in the base directory of your app:
$ torneira
In the directory demos/simple_app/ there is a minimal app already configured. If you want to see a more complex app that uses more available features, take a look at demos/more_complex_app.
To see all options that torneira command support, run:
$ torneira –help
Contributing
Send a pull request (preferred) or patches using git format-patch. Also, torneira comes with some tests in tests/ directory. Make sure you don’t break anything accidentally and also write some tests for your fix/feature.
Issues
Please report any issues on GitHub issues.
Dependencies
Tornado (tested with 2.3 and 2.4)
Optional dependencies:
Mako (if you want to use Mako templates instead of built-in tornado.template)
SQL Alchemy (only if using torneira.models)
On Python 2.5 we also need simplejson module.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file torneira-0.3.3.tar.gz
.
File metadata
- Download URL: torneira-0.3.3.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6467991ee537c06fd2800b0bc05bf099fc28caf7bc82d0f553b96645c4a201bc |
|
MD5 | 571b0a7ac22d157f1840f2a9ffadc4f1 |
|
BLAKE2b-256 | d7760ca531f64b480d278463dd5c531518b1bbea5abe7a468df6ed2954c1240c |
File details
Details for the file torneira-0.3.3.macosx-10.4-x86_64.exe
.
File metadata
- Download URL: torneira-0.3.3.macosx-10.4-x86_64.exe
- Upload date:
- Size: 98.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f77e9d56c4565f841d76008ee6cc49aa15a92b2458a73525586b5570f24c8178 |
|
MD5 | a36804d2d9b70014abfec21ef2bdc1fa |
|
BLAKE2b-256 | 8f859c58cfe904e32c083f3d0694e5173adab14b73471aca9fc8a786864430bd |