muffin 0.102.1__py3-none-any.whl → 0.102.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.
muffin/plugins.py CHANGED
@@ -80,7 +80,7 @@ class BasePlugin(ABC):
80
80
 
81
81
  return self.__app__
82
82
 
83
- def setup(self, app: Application, *, name: Optional[str] = None, **options) -> bool:
83
+ def setup(self, app: Application, *, name: Optional[str] = None, **options) -> Any:
84
84
  """Bind app and update the plugin's configuration."""
85
85
  # allow to redefine the name for multi plugins with same type
86
86
  self.name = name or self.name
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: muffin
3
- Version: 0.102.1
3
+ Version: 0.102.2
4
4
  Summary: Muffin is a fast, simple and asyncronous web-framework for Python 3 (asyncio, trio, curio)
5
5
  Home-page: https://github.com/klen/muffin
6
6
  License: MIT
@@ -4,12 +4,12 @@ muffin/constants.py,sha256=Ga1UJiEdXUk6dIEH_IEVYkFSZxQFPhxie7fCJwQY8V0,71
4
4
  muffin/errors.py,sha256=I-vKbMMBiMU07zPdKvoJKqA7s4xYAUA-4oZXrRMRzcM,701
5
5
  muffin/handler.py,sha256=GtIyn-SfWDXsMgJ3GyiJJiWUIezesrFoNVzSHyFI_yA,3736
6
6
  muffin/manage.py,sha256=Lx3WTWVXiSuGnTR8CfNZKyGXxJBM-rHnagVEPxUSxMs,8829
7
- muffin/plugins.py,sha256=V2tyKR371mxYsCdAq7MIxA-vLIsBWB3bzJFZwGw2OvY,3190
7
+ muffin/plugins.py,sha256=2DEjPZik-3MEhI_cCyuS0KZhqc1unEwIzzSR9rChN0E,3189
8
8
  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=zK_pGeYzWoTsv-4-Rlu6MjOhTEmS46NpprH4MsNRcVw,2899
12
- muffin-0.102.1.dist-info/METADATA,sha256=iu_V_xdUyh80b5WrfaseHskU35Pz0417tTUCJUtfdRQ,11331
13
- muffin-0.102.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
14
- muffin-0.102.1.dist-info/entry_points.txt,sha256=GvPS3M-tNVPzhUS5jnUpOmWw2NAqedY34VRCYgPYzlM,84
15
- muffin-0.102.1.dist-info/RECORD,,
12
+ muffin-0.102.2.dist-info/METADATA,sha256=oUAGC7XrMloE3SYHMF_sHrxPI88JFV2oqg7liHrn3fY,11331
13
+ muffin-0.102.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
14
+ muffin-0.102.2.dist-info/entry_points.txt,sha256=GvPS3M-tNVPzhUS5jnUpOmWw2NAqedY34VRCYgPYzlM,84
15
+ muffin-0.102.2.dist-info/RECORD,,