{"id":16538466,"url":"https://github.com/teaglebuilt/maverick","last_synced_at":"2025-03-04T00:44:07.175Z","repository":{"id":50185365,"uuid":"209396162","full_name":"teaglebuilt/Maverick","owner":"teaglebuilt","description":"Building a python web framework with Gunicorn","archived":false,"fork":false,"pushed_at":"2022-12-08T06:38:21.000Z","size":16,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-14T06:15:25.486Z","etag":null,"topics":["http-framework","python-framework","wsgi"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teaglebuilt.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG","contributing":"CONTRIBUTING.rst","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-18T20:15:37.000Z","updated_at":"2019-09-29T15:07:51.000Z","dependencies_parsed_at":"2023-01-25T12:16:08.252Z","dependency_job_id":null,"html_url":"https://github.com/teaglebuilt/Maverick","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teaglebuilt%2FMaverick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teaglebuilt%2FMaverick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teaglebuilt%2FMaverick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teaglebuilt%2FMaverick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teaglebuilt","download_url":"https://codeload.github.com/teaglebuilt/Maverick/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241763754,"owners_count":20016162,"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":["http-framework","python-framework","wsgi"],"created_at":"2024-10-11T18:45:43.444Z","updated_at":"2025-03-04T00:44:07.155Z","avatar_url":"https://github.com/teaglebuilt.png","language":"Python","readme":"===========================\nMAVERICK\n===========================\n\nThis is a `Python \u003chttp://python.org/\u003e` web framework in the making:\n\nAs of now, there is a callable object that expects two parameters \"environ\" \u0026\u0026 start_response\".\nThen returns a WSGI compatible response \n\nLook how easy it is to use:\n\n.. code-block:: python\n\n    from api import API\n\n    app = API()\n\n    @app.route('/')\n    def home(request, response):\n\t    response.text = \"Hello from home page\"\n\n    @app.route('/about')\n    def about(request, response):\n\t    response.text = \"Hello from the About Page\"\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteaglebuilt%2Fmaverick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteaglebuilt%2Fmaverick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteaglebuilt%2Fmaverick/lists"}