serpy-rest 0.1.0__py3-none-any.whl → 0.1.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.
- {serpy_rest-0.1.0.dist-info → serpy_rest-0.1.1.dist-info}/METADATA +4 -2
- serpy_rest-0.1.1.dist-info/RECORD +5 -0
- serpy_rest-0.1.0.dist-info/RECORD +0 -5
- {serpy_rest-0.1.0.dist-info → serpy_rest-0.1.1.dist-info}/WHEEL +0 -0
- {serpy_rest-0.1.0.dist-info → serpy_rest-0.1.1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: serpy-rest
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
4
4
|
Summary: A minimal ASGI web framework for Python.
|
5
5
|
Home-page: https://github.com/ragav2005/SerPy
|
6
6
|
Author: Ragav Vignes
|
@@ -11,12 +11,14 @@ Classifier: Operating System :: OS Independent
|
|
11
11
|
Classifier: Framework :: AsyncIO
|
12
12
|
Requires-Python: >=3.7
|
13
13
|
Description-Content-Type: text/markdown
|
14
|
+
Requires-Dist: uvicorn
|
14
15
|
Dynamic: author
|
15
16
|
Dynamic: author-email
|
16
17
|
Dynamic: classifier
|
17
18
|
Dynamic: description
|
18
19
|
Dynamic: description-content-type
|
19
20
|
Dynamic: home-page
|
21
|
+
Dynamic: requires-dist
|
20
22
|
Dynamic: requires-python
|
21
23
|
Dynamic: summary
|
22
24
|
|
@@ -57,7 +59,7 @@ SerPy is a minimal, modern, and lightning-fast ASGI web framework for Python. It
|
|
57
59
|
Install the latest release from PyPI:
|
58
60
|
|
59
61
|
```bash
|
60
|
-
pip install serpy-
|
62
|
+
pip install serpy-rest
|
61
63
|
```
|
62
64
|
|
63
65
|
Or, to use the latest development version, clone this repository:
|
@@ -0,0 +1,5 @@
|
|
1
|
+
serpy/__init__.py,sha256=Wl08BQXRIsHSGJ85OqC05o2UqRdmItRBtiKbXHj-rUg,5616
|
2
|
+
serpy_rest-0.1.1.dist-info/METADATA,sha256=RGGyTX9H8FtpH2nfDWtYUnc5GFIwNXsLkOS2FQ1mfSU,3964
|
3
|
+
serpy_rest-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
4
|
+
serpy_rest-0.1.1.dist-info/top_level.txt,sha256=taqeUQycKG1R6VbUW9mD8vWeuHPE6UouxvPjgquT3tk,6
|
5
|
+
serpy_rest-0.1.1.dist-info/RECORD,,
|
@@ -1,5 +0,0 @@
|
|
1
|
-
serpy/__init__.py,sha256=Wl08BQXRIsHSGJ85OqC05o2UqRdmItRBtiKbXHj-rUg,5616
|
2
|
-
serpy_rest-0.1.0.dist-info/METADATA,sha256=Eb3r-BDvv9Mf3MYB_8QQn1cnzTbRkWs_j0uKlSghDDo,3918
|
3
|
-
serpy_rest-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
4
|
-
serpy_rest-0.1.0.dist-info/top_level.txt,sha256=taqeUQycKG1R6VbUW9mD8vWeuHPE6UouxvPjgquT3tk,6
|
5
|
-
serpy_rest-0.1.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|