Skip to main content

A tiny WSGI web framework

Project description

A tiny web framework powered by Python.

features

  • router

  • orm

  • request and response

  • cookies and session

  • template

  • wsgi server

install

pip install bustard

usage

from bustard.app import Bustard

app = Bustard()


@app.route('/')
def helloword(request):
    return 'hello world'

if __name__ == '__main__':
    app.run()

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

bustard-0.1.0.tar.gz (20.5 kB view hashes)

Uploaded Source

Built Distribution

bustard-0.1.0-py3-none-any.whl (25.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