{"id":15107570,"url":"https://github.com/zeroflag/teapot","last_synced_at":"2025-04-05T16:07:37.390Z","repository":{"id":33289995,"uuid":"36934721","full_name":"zeroflag/Teapot","owner":"zeroflag","description":"Teapot micro web framework for Pharo Smalltalk","archived":false,"fork":false,"pushed_at":"2024-10-20T18:51:33.000Z","size":544,"stargazers_count":99,"open_issues_count":3,"forks_count":20,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-05T16:07:02.720Z","etag":null,"topics":["http","pharo","pharo-smalltalk","smalltalk","teapot","webframework","webserver"],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","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/zeroflag.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-06-05T13:40:51.000Z","updated_at":"2025-01-23T17:05:31.000Z","dependencies_parsed_at":"2023-01-15T00:24:24.519Z","dependency_job_id":"b287ea35-ae1d-4e0c-a7f2-d13ae20a84ed","html_url":"https://github.com/zeroflag/Teapot","commit_stats":{"total_commits":244,"total_committers":9,"mean_commits":27.11111111111111,"dds":0.2622950819672131,"last_synced_commit":"5774572d44428ff33eff06f0243a969e666a9fb7"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroflag%2FTeapot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroflag%2FTeapot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroflag%2FTeapot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroflag%2FTeapot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeroflag","download_url":"https://codeload.github.com/zeroflag/Teapot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247361687,"owners_count":20926643,"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","pharo","pharo-smalltalk","smalltalk","teapot","webframework","webserver"],"created_at":"2024-09-25T21:25:33.499Z","updated_at":"2025-04-05T16:07:37.307Z","avatar_url":"https://github.com/zeroflag.png","language":"Smalltalk","readme":"# Teapot  \n\nTeapot is micro web framework for [Pharo Smalltalk](https://pharo.org) on top of\nthe [Zinc HTTP components](https://github.com/svenvc/zinc), that focuses on\nsimplicity and ease of use. It's around 600 lines of code, not counting the tests.\n\n**[Explore the docs](/docs)**\n\n[![Unit Tests](https://github.com/zeroflag/Teapot/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/zeroflag/Teapot/actions/workflows/unit-tests.yml/badge.svg)\n[![Coverage Status](https://codecov.io/github/zeroflag/Teapot/coverage.svg?branch=master)](https://codecov.io/gh/zeroflag/Teapot/branch/master)\n[![Baseline Groups](https://github.com/zeroflag/Teapot/actions/workflows/loading-groups.yml/badge.svg)](https://github.com/zeroflag/Teapot/actions/workflows/loading-groups.yml)\n[![Markdown Lint](https://github.com/zeroflag/Teapot/actions/workflows/markdown-lint.yml/badge.svg)](https://github.com/zeroflag/Teapot/actions/workflows/markdown-lint.yml)\n\n[![GitHub release](https://img.shields.io/github/release/zeroflag/Teapot.svg)](https://github.com/zeroflag/Teapot/releases/latest)\n[![Pharo 9.0](https://img.shields.io/badge/Pharo-9.0-informational)](https://pharo.org)\n[![Pharo 10](https://img.shields.io/badge/Pharo-10-informational)](https://pharo.org)\n[![Pharo 11](https://img.shields.io/badge/Pharo-11-informational)](https://pharo.org)\n\n\u003e *Name origin*: [418 I'm a teapot](http://en.wikipedia.org/wiki/List_of_HTTP_status_codes)\n\u003e (RFC 2324) is an HTTP status code.\n\nThis code was defined in 1998 as one of the traditional IETF April Fools' jokes,\nin RFC 2324, Hyper Text Coffee Pot Control Protocol. The RFC specifies this code\nshould be returned by tea pots requested to brew coffee.\n\n## License\n\n- The code is licensed under [MIT](LICENSE).\n- The documentation is licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/).\n\n## Quick Start\n\n- Download the latest [Pharo 64 bits VM](https://get.pharo.org/64/).\n- Download a ready to use image from the [release page](http://github.com/zeroflag/Teapot/releases/latest)\n- Explore the [documentation](docs/).\n\n```smalltalk\nMetacello new\n  baseline: 'Teapot';\n  repository: 'github://zeroflag/Teapot/source';\n  load.\n```\n\n## Installation\n\nTo load the project in a Pharo image, or declare it as a dependency of your own\nproject follow this [instructions](docs/Installation.md)\n\n## Contributing\n\nCheck the [Contribution Guidelines](CONTRIBUTING.md)\n\n## Other\n\nIf you want to lively work with Teapot or quickly implement REST services with\nit, we recommend having a look at the [Tealight project](https://github.com/astares/Tealight)\na thin layer on top of Teapot to quickly experiment and deliver\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroflag%2Fteapot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeroflag%2Fteapot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroflag%2Fteapot/lists"}