{"id":17088913,"url":"https://github.com/thesage21/bottle-tools","last_synced_at":"2025-10-25T13:02:05.833Z","repository":{"id":36681216,"uuid":"164084525","full_name":"theSage21/bottle-tools","owner":"theSage21","description":"Common tools to be used in conjunction with the bottle framework","archived":false,"fork":false,"pushed_at":"2022-12-09T06:41:59.000Z","size":93,"stargazers_count":14,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T22:06:04.385Z","etag":null,"topics":["bottle","rest","rest-api"],"latest_commit_sha":null,"homepage":"https://bottle-tools.readthedocs.io/en/latest/","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/theSage21.png","metadata":{"files":{"readme":"README.md","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":"2019-01-04T09:07:14.000Z","updated_at":"2023-08-09T07:02:19.000Z","dependencies_parsed_at":"2023-01-17T04:01:10.462Z","dependency_job_id":null,"html_url":"https://github.com/theSage21/bottle-tools","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theSage21%2Fbottle-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theSage21%2Fbottle-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theSage21%2Fbottle-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theSage21%2Fbottle-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theSage21","download_url":"https://codeload.github.com/theSage21/bottle-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248637769,"owners_count":21137538,"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":["bottle","rest","rest-api"],"created_at":"2024-10-14T13:44:12.421Z","updated_at":"2025-10-25T13:02:05.781Z","avatar_url":"https://github.com/theSage21.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Bottle-Tools\n============\n\nA set of tools to make things easier to work with when using Bottle.\n[Full Documentation](https://bottle-tools.readthedocs.io/en/latest/)\n\n\nAutofill APIs with typed information\n\n```python\n\nimport bottle_tools as bt\n\nbt.common_kwargs.update({\"User\": UserTable})\n\n@app.post('/calculate')\n@bt.fill_args(coerce_types=True)\ndef login(usrname: str, pwd: str, User):\n    user = User.get_or_404(usrname=usrname)\n    if not user.password_is_correct(pwd):\n        raise HttpNotFound()\n    return 'ok'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesage21%2Fbottle-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthesage21%2Fbottle-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesage21%2Fbottle-tools/lists"}