mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 23:00:17 +00:00
f4a292108b
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
17 lines
553 B
HTML
17 lines
553 B
HTML
<p class="logo">
|
|
<a href="{{ pathto(master_doc) }}">
|
|
<img class="logo" src="{{ pathto('_static/responder.png', 1) }}" />
|
|
</a>
|
|
</p>
|
|
<p>
|
|
<strong>Responder</strong> — a familiar HTTP service framework for Python.
|
|
<br />
|
|
<small>v{{ version }}</small>
|
|
</p>
|
|
<h3>Useful Links</h3>
|
|
<ul>
|
|
<li><a href="https://github.com/kennethreitz/responder">Responder @ GitHub</a></li>
|
|
<li><a href="https://pypi.org/project/responder/">Responder @ PyPI</a></li>
|
|
<li><a href="https://github.com/kennethreitz/responder/issues">Issue Tracker</a></li>
|
|
</ul>
|