Skip to main content

A tiny WSGI web framework

Project description

Build Coverage PyPI version

A tiny WSGI web framework.

features

  • router

  • orm

  • request and response

  • cookies and session

  • template

  • wsgi server

install

pip install bustard
pip install psycopg2      # if you need orm feature

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.2.tar.gz (21.4 kB view details)

Uploaded Source

Built Distribution

bustard-0.1.2-py3-none-any.whl (26.6 kB view details)

Uploaded Python 3

File details

Details for the file bustard-0.1.2.tar.gz.

File metadata

  • Download URL: bustard-0.1.2.tar.gz
  • Upload date:
  • Size: 21.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for bustard-0.1.2.tar.gz
Algorithm Hash digest
SHA256 106ba69f53e07ed157f990ac268e9f0e851957cbe2d177c9c72d6d9774b5bef8
MD5 24644d0d6fa86aeaf2ac56e8b43ebee7
BLAKE2b-256 61cb48ad82fef31f41c41ac37aa578ec8009464ea3a98fad26fe757ce85718ed

See more details on using hashes here.

File details

Details for the file bustard-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for bustard-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7178a3cd44802b990b41e66d5d8affee8945ab5d2c536da2add2a8f339d2756c
MD5 ba95e7d8cbf35bb5fd1a10f879c16a22
BLAKE2b-256 c85609dff419edae3d68dd50161ee8087e3c3ad286d202b3a73a05dcf36ecaec

See more details on using hashes here.

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