muffin 1.0.0__py3-none-any.whl → 1.0.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: muffin
3
- Version: 1.0.0
3
+ Version: 1.0.2
4
4
  Summary: Muffin is a fast, simple and asyncronous web-framework for Python 3 (asyncio, trio, curio)
5
5
  License: MIT
6
6
  Keywords: asgi,web,web framework,asyncio,trio,curio
@@ -55,6 +55,8 @@ Description-Content-Type: text/x-rst
55
55
 
56
56
  ----------
57
57
 
58
+ .. _description:
59
+
58
60
  Why Muffin?
59
61
  -----------
60
62
 
@@ -69,6 +71,8 @@ Key Features
69
71
  - Multiple response types: text, HTML, JSON, streams, files, SSE, WebSockets
70
72
  - First-class plugin system for templating, databases, auth, and more
71
73
 
74
+ .. _installation:
75
+
72
76
  Installation
73
77
  ------------
74
78
 
@@ -97,6 +101,8 @@ These packages will be installed automatically:
97
101
  .. _ASGI-Tools: https://klen.github.io/asgi-tools/
98
102
  .. _Modconfig: https://pypi.org/project/modconfig/
99
103
 
104
+ .. _quickstart:
105
+
100
106
  Quickstart
101
107
  ----------
102
108
 
@@ -121,6 +127,8 @@ Save this as `example.py` and run:
121
127
 
122
128
  Visit http://localhost:8000 or http://localhost:8000/hello/username in your browser.
123
129
 
130
+ .. _plugins:
131
+
124
132
  Plugins
125
133
  -------
126
134
 
@@ -141,11 +149,15 @@ Muffin has a rich ecosystem of plugins:
141
149
 
142
150
  See each repo for usage and installation instructions.
143
151
 
152
+ .. _benchmarks:
153
+
144
154
  Benchmarks
145
155
  ----------
146
156
 
147
157
  Performance comparisons are available at: http://klen.github.io/py-frameworks-bench/
148
158
 
159
+ .. _links:
160
+
149
161
  Bug tracker
150
162
  -----------
151
163
 
@@ -9,7 +9,7 @@ muffin/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  muffin/pytest.py,sha256=51pJ-JJ2vwqiPhR9TPqXvT78X35l3v3oEkN5LBnfY8E,2679
10
10
  muffin/types.py,sha256=wsUj5oAfqSZMoEf-wyFJLBlWa8Mc-eJGqKLr02HxuXE,153
11
11
  muffin/utils.py,sha256=O3JXRkFyDlZ3kJZeaHz2WHMTY6-lvHGDu7qFy0x8Zls,2896
12
- muffin-1.0.0.dist-info/METADATA,sha256=sAsKPxbQILbEoCXRsm2aN7g1dizfaK89D0FJdRb9y5U,6146
13
- muffin-1.0.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
14
- muffin-1.0.0.dist-info/entry_points.txt,sha256=GvPS3M-tNVPzhUS5jnUpOmWw2NAqedY34VRCYgPYzlM,84
15
- muffin-1.0.0.dist-info/RECORD,,
12
+ muffin-1.0.2.dist-info/METADATA,sha256=tEGhvBFJLjkE-B0BKoGWk6D9dgHLM1GxW1wA_Ci0-QI,6243
13
+ muffin-1.0.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
14
+ muffin-1.0.2.dist-info/entry_points.txt,sha256=GvPS3M-tNVPzhUS5jnUpOmWw2NAqedY34VRCYgPYzlM,84
15
+ muffin-1.0.2.dist-info/RECORD,,
File without changes