{"id":22174325,"url":"https://github.com/brianschubert/django-htcpcp-tea","last_synced_at":"2025-09-11T19:31:37.956Z","repository":{"id":57420394,"uuid":"192806499","full_name":"brianschubert/django-htcpcp-tea","owner":"brianschubert","description":"Django app implementing HTCPCP-TEA as defined in RFC 7168","archived":false,"fork":false,"pushed_at":"2024-04-15T23:06:21.000Z","size":368,"stargazers_count":5,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-03T06:42:06.520Z","etag":null,"topics":["django","htcpcp","htcpcp-tea"],"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/brianschubert.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-19T21:25:52.000Z","updated_at":"2024-01-02T03:20:06.000Z","dependencies_parsed_at":"2024-12-02T18:16:45.554Z","dependency_job_id":null,"html_url":"https://github.com/brianschubert/django-htcpcp-tea","commit_stats":{"total_commits":161,"total_committers":1,"mean_commits":161.0,"dds":0.0,"last_synced_commit":"5dd7451bd8c3e6755595aec2debe8fe5f8defc7c"},"previous_names":["brianschubert/django-htcpcp-tea","blueschu/django-htcpcp-tea"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/brianschubert/django-htcpcp-tea","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianschubert%2Fdjango-htcpcp-tea","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianschubert%2Fdjango-htcpcp-tea/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianschubert%2Fdjango-htcpcp-tea/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianschubert%2Fdjango-htcpcp-tea/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brianschubert","download_url":"https://codeload.github.com/brianschubert/django-htcpcp-tea/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianschubert%2Fdjango-htcpcp-tea/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274694363,"owners_count":25332672,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["django","htcpcp","htcpcp-tea"],"created_at":"2024-12-02T07:43:58.054Z","updated_at":"2025-09-11T19:31:37.680Z","avatar_url":"https://github.com/brianschubert.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Django HTCPCP-TEA\n=================\n\n.. image:: https://travis-ci.com/blueschu/django-htcpcp-tea.svg?branch=master\n    :target: https://travis-ci.com/blueschu/django-htcpcp-tea\n    :alt: Travis CI Build\n\n.. image:: https://coveralls.io/repos/github/blueschu/django-htcpcp-tea/badge.svg?branch=master\n    :target: https://coveralls.io/github/blueschu/django-htcpcp-tea?branch=master\n    :alt: Coverage\n\n.. image:: https://readthedocs.org/projects/django-htcpcp-tea/badge/?version=latest\n    :target: https://django-htcpcp-tea.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/v/django-htcpcp-tea.svg\n    :target: https://pypi.org/project/django-htcpcp-tea/\n    :alt: PyPI - django-htcpcp-tea\n\n.. image:: https://img.shields.io/github/license/blueschu/django-htcpcp-tea.svg\n    :target: ./LICENSE\n    :alt: License\n\n..\n\n    [T]here is a strong, dark, rich requirement for a protocol designed\n    espressoly for the brewing of coffee.\n\n    --- RFC 2324 Section 1\n\nA `Django`_ app that implements the TEA extension to HTCPCP as defined in `RFC 7168`_.\n\nThis app extends the Django web framework to simulate the functionality of an HTCPCP server. Both the HTCPCP/1.0 protocol from `RFC 2324`_ and the HTCPCP-TEA protocol from `RFC 7168`_ are supported.\n\n.. _RFC 7168: https://tools.ietf.org/html/rfc7168\n.. _Django: https://www.djangoproject.com/\n.. _RFC 2324: https://tools.ietf.org/html/rfc2324\n\nNotable features:\n\n- Customizable coffee and teapots\n- Support for BREW and WHEN HTTP methods\n- Interactive brewing sessions\n- HTCPCP response codes (e.g. 418 I'm a teapot)\n- User-defined forbidden combinations of beverage additions\n\nDocumentation\n-------------\n\nDocumentation for Django HTCPCP-TEA is available on `Read the Docs`_.\n\n.. _Read the Docs: https://django-htcpcp-tea.readthedocs.io/en/latest/?badge=latest\n\nReferences\n----------\n\n- `[RFC 2324] Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0)`_\n- `[RFC 7158] The Hyper Text Coffee Pot Control Protocol for Tea Efflux Appliances (HTCPCP-TEA)`_\n- `[RFC 2295] Transparent Content Negotiation in HTTP`_\n- `MDN Web Docs | HTTP response codes`_\n\n.. _[RFC 2324] Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0): https://tools.ietf.org/html/rfc2324\n.. _[RFC 7158] The Hyper Text Coffee Pot Control Protocol for Tea Efflux Appliances (HTCPCP-TEA): https://tools.ietf.org/html/rfc7168\n.. _[RFC 2295] Transparent Content Negotiation in HTTP: https://tools.ietf.org/html/rfc2295\n.. _MDN Web Docs | HTTP response codes: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status\n\nRelated Work\n------------\n\n- Shane Brunswick's `Save 418 Movement`_.\n- Dash Winterson's `HTCPCP Middleware (django-htcpcp)`_\n\n.. _Save 418 Movement: http://save418.com/\n.. _HTCPCP Middleware (django-htcpcp): https://github.com/dashdanw/django-htcpcp\n\nLicense\n-------\n\nThis software is licensed under the `MIT License`_. For more\ninformation, read the file `LICENSE`_.\n\n.. _MIT License: https://opensource.org/licenses/MIT\n.. _LICENSE: ./LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianschubert%2Fdjango-htcpcp-tea","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrianschubert%2Fdjango-htcpcp-tea","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianschubert%2Fdjango-htcpcp-tea/lists"}