muffin-rest 4.5.0__py3-none-any.whl → 4.5.1__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.1
|
|
2
2
|
Name: muffin-rest
|
|
3
|
-
Version: 4.5.
|
|
3
|
+
Version: 4.5.1
|
|
4
4
|
Summary: The package provides enhanced support for writing REST APIs with Muffin framework
|
|
5
5
|
Home-page: https://github.com/klen/muffin-rest
|
|
6
6
|
License: MIT
|
|
@@ -25,9 +25,18 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.8
|
|
26
26
|
Classifier: Programming Language :: Python :: 3.9
|
|
27
27
|
Classifier: Topic :: Internet :: WWW/HTTP
|
|
28
|
+
Provides-Extra: peewee
|
|
29
|
+
Provides-Extra: sqlalchemy
|
|
30
|
+
Provides-Extra: yaml
|
|
28
31
|
Requires-Dist: apispec (>=4,<5)
|
|
29
32
|
Requires-Dist: marshmallow (>=3.14,<4.0)
|
|
33
|
+
Requires-Dist: marshmallow-peewee (>=4,<5) ; extra == "peewee"
|
|
34
|
+
Requires-Dist: marshmallow-sqlalchemy (>=0.27.0,<0.28.0) ; extra == "sqlalchemy"
|
|
30
35
|
Requires-Dist: muffin (>=0.94,<0.95)
|
|
36
|
+
Requires-Dist: muffin-databases (>=0.5.0,<0.6.0) ; extra == "sqlalchemy"
|
|
37
|
+
Requires-Dist: muffin-peewee-aio (>=0.9.6,<0.10.0) ; extra == "peewee"
|
|
38
|
+
Requires-Dist: pyyaml ; extra == "yaml"
|
|
39
|
+
Requires-Dist: sqlalchemy ; extra == "sqlalchemy"
|
|
31
40
|
Project-URL: Repository, https://github.com/klen/muffin-rest
|
|
32
41
|
Description-Content-Type: text/x-rst
|
|
33
42
|
|
|
@@ -28,7 +28,7 @@ muffin_rest/sqlalchemy/types.py,sha256=JnIw44XJ2ClWzOv-mTUrvFw1JPxAlvdX_jf7r4zau
|
|
|
28
28
|
muffin_rest/swagger.html,sha256=FGTD5pU9ZUNmlaaVZ1TSajNHvoZ9IiNhJ5yw6Yk_Kz4,4058
|
|
29
29
|
muffin_rest/types.py,sha256=HvPwnmZomUFy4jW5IGHSvzYDZjaLY0kMt_unBfynq2g,388
|
|
30
30
|
muffin_rest/utils.py,sha256=hAxgIvzf7uCGRhOv0pf-oFxdreBYxp0zpLa7DPILQHY,2036
|
|
31
|
-
muffin_rest-4.5.
|
|
32
|
-
muffin_rest-4.5.
|
|
33
|
-
muffin_rest-4.5.
|
|
34
|
-
muffin_rest-4.5.
|
|
31
|
+
muffin_rest-4.5.1.dist-info/LICENSE,sha256=xHPkOZhjyKBMOwXpWn9IB_BVLjrrMxv2M9slKkHj2hM,1082
|
|
32
|
+
muffin_rest-4.5.1.dist-info/METADATA,sha256=63Vq5xeNlF0O42_VAIt3b8dkBxZl-PxJwpvbxPEEQbg,4406
|
|
33
|
+
muffin_rest-4.5.1.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
34
|
+
muffin_rest-4.5.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|