Simple wrapper of Python tornado web framework
Project description
nuvole
Nuvole is a simple wrapper of Python tornado web framework - crogeo.org
Installation
- From sources
git clone https://github.com/crogeo/nuvole.git
cd nuvole
pip install .
- From PyPi
pip install nuvole
Documentation
- Usage
from nuvole import Server, Service
class MyService(Service):
PATH = r'/page/*'
def get(self):
self.write('Hello World')
if __name__ == '__main__':
server = Server([MyService, ])
server.run('localhost', 8080)
License
Crogeo nuvole is MIT licensed.
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
nuvole-1.0.0.tar.gz
(3.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nuvole-1.0.0.tar.gz.
File metadata
- Download URL: nuvole-1.0.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc9e7969bf80f868226f4a33f23dde6c72fffd3d2284c040389c996c759a4767
|
|
| MD5 |
cfd86f8df9484e4021c244e81d8421a5
|
|
| BLAKE2b-256 |
203e5c1a0c61509a32d24da9f60967868e3f4f7649384515ff1cfe2cd5878bd6
|
File details
Details for the file nuvole-1.0.0-py3-none-any.whl.
File metadata
- Download URL: nuvole-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12b3f8a333990b10620cc4ae3d72eae67d6837d5ca3af5d4f0cd6522ed4d12a2
|
|
| MD5 |
f117d19fe4ac48b40a6800f26fbd1335
|
|
| BLAKE2b-256 |
da81f9b122db278920ceaa11cd5edd7378c9ca294e058e70aeeb7237ae4570c5
|