{"id":28559262,"url":"https://github.com/toastdriven/itty","last_synced_at":"2025-06-10T08:36:38.439Z","repository":{"id":516305,"uuid":"144321","full_name":"toastdriven/itty","owner":"toastdriven","description":"The itty-bitty Python web framework.","archived":false,"fork":false,"pushed_at":"2014-01-30T05:29:15.000Z","size":225,"stargazers_count":407,"open_issues_count":9,"forks_count":48,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-06-03T18:52:12.465Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toastdriven.png","metadata":{"files":{"readme":"README.rst","changelog":null,"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":"2009-03-06T08:12:23.000Z","updated_at":"2025-04-13T23:22:00.000Z","dependencies_parsed_at":"2022-08-16T10:25:30.588Z","dependency_job_id":null,"html_url":"https://github.com/toastdriven/itty","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fitty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fitty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fitty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fitty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toastdriven","download_url":"https://codeload.github.com/toastdriven/itty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fitty/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259039719,"owners_count":22796903,"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":[],"created_at":"2025-06-10T08:36:21.023Z","updated_at":"2025-06-10T08:36:38.426Z","avatar_url":"https://github.com/toastdriven.png","language":"Python","funding_links":[],"categories":["Micro Frameworks inspired by Sinatra (Other Languages)","Web framework for Python"],"sub_categories":[],"readme":"=======\nitty.py\n=======\n\nThe itty-bitty Python web framework.\n\n``itty.py`` is a little experiment, an attempt at a Sinatra_ influenced\nmicro-framework that does just enough to be useful and nothing more.\n\nCurrently supports:\n\n* Routing\n* Basic responses\n* Content-types\n* HTTP Status codes\n* URL Parameters\n* Basic GET/POST/PUT/DELETE support\n* User-definable error handlers\n* Redirect support\n* File uploads\n* Header support\n* Static media serving\n\nBeware! If you're looking for a proven, enterprise-ready framework, you're in\nthe wrong place. But it sure is a lot of fun.\n\n.. _Sinatra: http://sinatrarb.com/\n\n\nExample\n=======\n\n::\n\n  from itty import get, run_itty\n  \n  @get('/')\n  def index(request):\n      return 'Hello World!'\n  \n  run_itty()\n\nSee ``examples/`` for more usages.\n\n\nOther Sources\n=============\n\nA couple of bits have been borrowed from other sources:\n\n* Django\n\n  * HTTP_MAPPINGS\n\n* Armin Ronacher's blog (http://lucumr.pocoo.org/2007/5/21/getting-started-with-wsgi)\n\n  * How to get started with WSGI\n\n\nThanks\n======\n\nThanks go out to Matt Croydon \u0026 Christian Metts for putting me up to this late\nat night. The joking around has become reality. :)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoastdriven%2Fitty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoastdriven%2Fitty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoastdriven%2Fitty/lists"}