Skip to main content

Yet another python web (WSGI) micro-framework

Project description

Bicchiere

Bicchiere Logo

Yet another python web (WSGI) micro-framework

Following Flask and Bottle footsteps, adding a bit of italian flavor :-)

This is a work in progress at a very initial stage, so it won't be available to install through Python official repository (PyPI) for a while.

So, as of now, only available means of installing/using it is through git clone, or just raw downloading bicchiere.py as Bicchiere follows the footsteps of Bottle.py in the sense of being a single file framework.

Project home page

A drop from Bicchiere

from bicchiere import Bicchiere

app = Bicchiere(__name__)

@app.get("/")
def home():
    return "Bon giorno, bebiamo un bon bicchiere?"
    
if __name__ == "__main__":
    #This will run default server on http://localhost:8086
    app.run()

... and this is just about the classical WSGI Hello, World but there's more to come...

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

bicchiere-0.1.4.tar.gz (27.8 kB view hashes)

Uploaded Source

Built Distribution

bicchiere-0.1.4-py3-none-any.whl (28.4 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