Skip to main content

Simple wrapper of Python tornado web framework

Project description

nuvole

GitHub license

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


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 hashes)

Uploaded Source

Built Distribution

nuvole-1.0.0-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page