{"id":13419658,"url":"https://github.com/mozillazg/bustard","last_synced_at":"2025-07-06T16:32:28.988Z","repository":{"id":29559959,"uuid":"33099268","full_name":"mozillazg/bustard","owner":"mozillazg","description":"A tiny WSGI web framework","archived":false,"fork":false,"pushed_at":"2016-03-28T12:22:31.000Z","size":207,"stargazers_count":45,"open_issues_count":0,"forks_count":2,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-06-26T03:04:19.991Z","etag":null,"topics":["orm","python3","template-engine","web-framework","wsgi"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mozillazg.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-30T02:31:19.000Z","updated_at":"2023-11-17T08:42:28.000Z","dependencies_parsed_at":"2022-08-31T00:50:59.287Z","dependency_job_id":null,"html_url":"https://github.com/mozillazg/bustard","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/mozillazg/bustard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozillazg%2Fbustard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozillazg%2Fbustard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozillazg%2Fbustard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozillazg%2Fbustard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mozillazg","download_url":"https://codeload.github.com/mozillazg/bustard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozillazg%2Fbustard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263934850,"owners_count":23532213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["orm","python3","template-engine","web-framework","wsgi"],"created_at":"2024-07-30T22:01:19.050Z","updated_at":"2025-07-06T16:32:28.961Z","avatar_url":"https://github.com/mozillazg.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"bustard\n-----------\n\n.. image:: https://badges.gitter.im/mozillazg/bustard.svg\n   :alt: Join the chat at https://gitter.im/mozillazg/bustard\n   :target: https://gitter.im/mozillazg/bustard?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge\n\n|Build| |Coverage| |Pypi version|\n\nA tiny WSGI web framework.\n\n\nfeatures\n===============\n\n* router\n* orm\n* request and response\n* cookies and session\n* template engine\n* wsgi server\n\ninstall\n=============\n\n::\n\n    pip install bustard\n    pip install psycopg2      # if you need orm feature\n\n\nGetting Started\n===================\n\n::\n\n    from bustard.app import Bustard\n\n    app = Bustard()\n\n\n    @app.route('/')\n    def helloword(request):\n        return 'hello world'\n\n    if __name__ == '__main__':\n        app.run()\n\nJust save it as hello.py and run it ::\n\n    $ python hello.py\n    WSGIServer: Serving HTTP on ('127.0.0.1', 5000) ...\n\nNow visit http://localhost:5000, and you should see ``hello world``.\n\n\n.. |Build| image:: https://img.shields.io/travis/mozillazg/bustard/master.svg\n   :target: https://travis-ci.org/mozillazg/bustard\n.. |Coverage| image:: https://img.shields.io/coveralls/mozillazg/bustard/master.svg\n   :target: https://coveralls.io/r/mozillazg/bustard\n.. |PyPI version| image:: https://img.shields.io/pypi/v/bustard.svg\n   :target: https://pypi.python.org/pypi/bustard\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmozillazg%2Fbustard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmozillazg%2Fbustard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmozillazg%2Fbustard/lists"}