muffin

View on PyPIReverse Dependencies (22)

0.100.1 muffin-0.100.1-py3-none-any.whl

Wheel Details

Project: muffin
Version: 0.100.1
Filename: muffin-0.100.1-py3-none-any.whl
Download: [link]
Size: 15754
MD5: aae7df6013a254b4fa515cfbe74ac727
SHA256: 2f2e20725289b21993f25c974a0ae568f22c4da0d4edeb983b5b459a0940387e
Uploaded: 2023-10-11 08:55:04 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: muffin
Version: 0.100.1
Summary: Muffin is a fast, simple and asyncronous web-framework for Python 3 (asyncio, trio, curio)
Author: Kirill Klenov
Author-Email: horneds[at]gmail.com
Home-Page: https://github.com/klen/muffin
Project-Url: Documentation, https://klen.github.io/muffin
Project-Url: Repository, https://github.com/klen/muffin
Project-Url: changelog, https://raw.githubusercontent.com/klen/muffin/master/CHANGELOG.md
License: MIT
Keywords: asgi,web,web framework,asyncio,trio,curio
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: AsyncIO
Classifier: Framework :: Trio
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.8,<4.0
Requires-Dist: asgi-tools (<1,>=0)
Requires-Dist: gunicorn (<21.0.0,>=20.1.0); extra == "standard"
Requires-Dist: modconfig (<2,>=1)
Requires-Dist: ujson
Requires-Dist: uvicorn[standard] (<0.22.0,>=0.21.1); extra == "standard"
Provides-Extra: standard
Description-Content-Type: text/x-rst
[Description omitted; length: 9875 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.7.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
muffin/__init__.py sha256=8ldUFl0xhKQ7efnpU-TlB0BjXwkJ8lCOip0Uqcn-G4k 1016
muffin/app.py sha256=m3m98XOVwgt44iClqXuVROqYn91-UU81Jf147UPmnc8 5213
muffin/constants.py sha256=Ga1UJiEdXUk6dIEH_IEVYkFSZxQFPhxie7fCJwQY8V0 71
muffin/errors.py sha256=I-vKbMMBiMU07zPdKvoJKqA7s4xYAUA-4oZXrRMRzcM 701
muffin/handler.py sha256=cbEt5hKSGBTHSI5IEZ9T8RNiKcvcliYVsY_1PPnvpZE 3755
muffin/manage.py sha256=yOKhfF_wEfHCsSrQNzt6wDiPcMQlVhzCK1XLy5i5ve8 8842
muffin/plugins.py sha256=Mc6AhsJQdth-jZN2hNPtvn_F3LR3G_A8C1SgoBE4Ifc 2964
muffin/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
muffin/pytest.py sha256=51pJ-JJ2vwqiPhR9TPqXvT78X35l3v3oEkN5LBnfY8E 2679
muffin/types.py sha256=wsUj5oAfqSZMoEf-wyFJLBlWa8Mc-eJGqKLr02HxuXE 153
muffin/utils.py sha256=6Domw0vOVj9hv9NYadaRgfBUgPYhJTMc7sG8VgqszRQ 2905
muffin-0.100.1.dist-info/METADATA sha256=9dA8w4QGs4b6d03BQlqab47WAWT2JvC17qMYBgl_aGg 11330
muffin-0.100.1.dist-info/WHEEL sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50 88
muffin-0.100.1.dist-info/entry_points.txt sha256=GvPS3M-tNVPzhUS5jnUpOmWw2NAqedY34VRCYgPYzlM 84
muffin-0.100.1.dist-info/RECORD

entry_points.txt

muffin = muffin.manage:cli
muffin_pytest = muffin.pytest