fastapi-errors-plus 0.1.0__tar.gz → 0.1.1__tar.gz
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.
- {fastapi_errors_plus-0.1.0 → fastapi_errors_plus-0.1.1}/PKG-INFO +4 -4
- {fastapi_errors_plus-0.1.0 → fastapi_errors_plus-0.1.1}/README.md +3 -3
- {fastapi_errors_plus-0.1.0 → fastapi_errors_plus-0.1.1}/fastapi_errors_plus/__init__.py +1 -1
- {fastapi_errors_plus-0.1.0 → fastapi_errors_plus-0.1.1}/fastapi_errors_plus.egg-info/PKG-INFO +4 -4
- {fastapi_errors_plus-0.1.0 → fastapi_errors_plus-0.1.1}/pyproject.toml +1 -1
- {fastapi_errors_plus-0.1.0 → fastapi_errors_plus-0.1.1}/LICENSE +0 -0
- {fastapi_errors_plus-0.1.0 → fastapi_errors_plus-0.1.1}/fastapi_errors_plus/errors.py +0 -0
- {fastapi_errors_plus-0.1.0 → fastapi_errors_plus-0.1.1}/fastapi_errors_plus/protocol.py +0 -0
- {fastapi_errors_plus-0.1.0 → fastapi_errors_plus-0.1.1}/fastapi_errors_plus.egg-info/SOURCES.txt +0 -0
- {fastapi_errors_plus-0.1.0 → fastapi_errors_plus-0.1.1}/fastapi_errors_plus.egg-info/dependency_links.txt +0 -0
- {fastapi_errors_plus-0.1.0 → fastapi_errors_plus-0.1.1}/fastapi_errors_plus.egg-info/requires.txt +0 -0
- {fastapi_errors_plus-0.1.0 → fastapi_errors_plus-0.1.1}/fastapi_errors_plus.egg-info/top_level.txt +0 -0
- {fastapi_errors_plus-0.1.0 → fastapi_errors_plus-0.1.1}/setup.cfg +0 -0
- {fastapi_errors_plus-0.1.0 → fastapi_errors_plus-0.1.1}/tests/test_app.py +0 -0
- {fastapi_errors_plus-0.1.0 → fastapi_errors_plus-0.1.1}/tests/test_errors.py +0 -0
- {fastapi_errors_plus-0.1.0 → fastapi_errors_plus-0.1.1}/tests/test_integration.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fastapi-errors-plus
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Universal library for documenting errors in FastAPI endpoints
|
|
5
5
|
Author-email: Igor Selivanov <seligoroff@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -30,8 +30,8 @@ Dynamic: license-file
|
|
|
30
30
|
[](https://opensource.org/licenses/MIT)
|
|
31
31
|
[](https://www.python.org/downloads/)
|
|
32
32
|
[](https://fastapi.tiangolo.com/)
|
|
33
|
-
[](https://github.com/
|
|
34
|
-
[](https://github.com/
|
|
33
|
+
[](https://github.com/seligoroff/fastapi-errors-plus)
|
|
34
|
+
[](https://github.com/seligoroff/fastapi-errors-plus)
|
|
35
35
|
|
|
36
36
|
Universal library for documenting errors in FastAPI endpoints.
|
|
37
37
|
|
|
@@ -56,7 +56,7 @@ pip install fastapi-errors-plus
|
|
|
56
56
|
Or install from source:
|
|
57
57
|
|
|
58
58
|
```bash
|
|
59
|
-
git clone
|
|
59
|
+
git clone git@github.com:seligoroff/fastapi-errors-plus.git
|
|
60
60
|
cd fastapi-errors-plus
|
|
61
61
|
pip install -e .
|
|
62
62
|
```
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
5
|
[](https://www.python.org/downloads/)
|
|
6
6
|
[](https://fastapi.tiangolo.com/)
|
|
7
|
-
[](https://github.com/
|
|
8
|
-
[](https://github.com/
|
|
7
|
+
[](https://github.com/seligoroff/fastapi-errors-plus)
|
|
8
|
+
[](https://github.com/seligoroff/fastapi-errors-plus)
|
|
9
9
|
|
|
10
10
|
Universal library for documenting errors in FastAPI endpoints.
|
|
11
11
|
|
|
@@ -30,7 +30,7 @@ pip install fastapi-errors-plus
|
|
|
30
30
|
Or install from source:
|
|
31
31
|
|
|
32
32
|
```bash
|
|
33
|
-
git clone
|
|
33
|
+
git clone git@github.com:seligoroff/fastapi-errors-plus.git
|
|
34
34
|
cd fastapi-errors-plus
|
|
35
35
|
pip install -e .
|
|
36
36
|
```
|
{fastapi_errors_plus-0.1.0 → fastapi_errors_plus-0.1.1}/fastapi_errors_plus.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fastapi-errors-plus
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Universal library for documenting errors in FastAPI endpoints
|
|
5
5
|
Author-email: Igor Selivanov <seligoroff@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -30,8 +30,8 @@ Dynamic: license-file
|
|
|
30
30
|
[](https://opensource.org/licenses/MIT)
|
|
31
31
|
[](https://www.python.org/downloads/)
|
|
32
32
|
[](https://fastapi.tiangolo.com/)
|
|
33
|
-
[](https://github.com/
|
|
34
|
-
[](https://github.com/
|
|
33
|
+
[](https://github.com/seligoroff/fastapi-errors-plus)
|
|
34
|
+
[](https://github.com/seligoroff/fastapi-errors-plus)
|
|
35
35
|
|
|
36
36
|
Universal library for documenting errors in FastAPI endpoints.
|
|
37
37
|
|
|
@@ -56,7 +56,7 @@ pip install fastapi-errors-plus
|
|
|
56
56
|
Or install from source:
|
|
57
57
|
|
|
58
58
|
```bash
|
|
59
|
-
git clone
|
|
59
|
+
git clone git@github.com:seligoroff/fastapi-errors-plus.git
|
|
60
60
|
cd fastapi-errors-plus
|
|
61
61
|
pip install -e .
|
|
62
62
|
```
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fastapi_errors_plus-0.1.0 → fastapi_errors_plus-0.1.1}/fastapi_errors_plus.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{fastapi_errors_plus-0.1.0 → fastapi_errors_plus-0.1.1}/fastapi_errors_plus.egg-info/requires.txt
RENAMED
|
File without changes
|
{fastapi_errors_plus-0.1.0 → fastapi_errors_plus-0.1.1}/fastapi_errors_plus.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|