python-flashapi 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.
- {python_flashapi-0.1.0.dist-info → python_flashapi-0.1.1.dist-info}/METADATA +9 -9
- {python_flashapi-0.1.0.dist-info → python_flashapi-0.1.1.dist-info}/RECORD +4 -4
- {python_flashapi-0.1.0.dist-info → python_flashapi-0.1.1.dist-info}/WHEEL +0 -0
- {python_flashapi-0.1.0.dist-info → python_flashapi-0.1.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-flashapi
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Define your models. FlashAPI does the rest.
|
|
5
|
-
Project-URL: Homepage, https://github.com/
|
|
6
|
-
Project-URL: Documentation, https://flashapi
|
|
7
|
-
Project-URL: Repository, https://github.com/
|
|
5
|
+
Project-URL: Homepage, https://github.com/HackermanMe/flashapi
|
|
6
|
+
Project-URL: Documentation, https://github.com/HackermanMe/flashapi#readme
|
|
7
|
+
Project-URL: Repository, https://github.com/HackermanMe/flashapi
|
|
8
8
|
Author: FlashAPI Contributors
|
|
9
9
|
License-Expression: MIT
|
|
10
10
|
License-File: LICENSE
|
|
@@ -48,10 +48,10 @@ Description-Content-Type: text/markdown
|
|
|
48
48
|
</p>
|
|
49
49
|
|
|
50
50
|
<p align="center">
|
|
51
|
-
<a href="https://pypi.org/project/flashapi/"><img src="https://img.shields.io/pypi/v/flashapi?color=blue" alt="PyPI version"></a>
|
|
52
|
-
<a href="https://github.com/
|
|
53
|
-
<a href="https://pypi.org/project/flashapi/"><img src="https://img.shields.io/pypi/pyversions/flashapi" alt="Python versions"></a>
|
|
54
|
-
<a href="https://github.com/
|
|
51
|
+
<a href="https://pypi.org/project/python-flashapi/"><img src="https://img.shields.io/pypi/v/python-flashapi?color=blue" alt="PyPI version"></a>
|
|
52
|
+
<a href="https://github.com/HackermanMe/flashapi/actions/workflows/ci.yml"><img src="https://github.com/HackermanMe/flashapi/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
|
|
53
|
+
<a href="https://pypi.org/project/python-flashapi/"><img src="https://img.shields.io/pypi/pyversions/python-flashapi" alt="Python versions"></a>
|
|
54
|
+
<a href="https://github.com/HackermanMe/flashapi/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green" alt="License"></a>
|
|
55
55
|
</p>
|
|
56
56
|
|
|
57
57
|
<p align="center">
|
|
@@ -85,7 +85,7 @@ FlashAPI generates a full REST API with CRUD, pagination, filtering, sorting, fu
|
|
|
85
85
|
## Installation
|
|
86
86
|
|
|
87
87
|
```bash
|
|
88
|
-
pip install flashapi[fastapi] # or flashapi[django] or flashapi[flask] or flashapi[all]
|
|
88
|
+
pip install python-flashapi[fastapi] # or python-flashapi[django] or python-flashapi[flask] or python-flashapi[all]
|
|
89
89
|
```
|
|
90
90
|
|
|
91
91
|
---
|
|
@@ -33,7 +33,7 @@ flashapi/storage/auto.py,sha256=7tqlUZ_327jPpzZbjcbv4yCYUN-jZthhLJCkjPXHKPE,3947
|
|
|
33
33
|
flashapi/storage/base.py,sha256=b5gBj7j6DdY7AXrHnZ0Fj1o0SLND4z4lXsWzjNyIMhc,680
|
|
34
34
|
flashapi/storage/orm.py,sha256=2NlF8JK69R0bR1UiZe6YcUM7TJGB5oYRvcviwiRJ7nY,2919
|
|
35
35
|
flashapi/storage/sqlalchemy.py,sha256=o1rK2GmGvynj_zVdgvAHFqgWykt5Pe2GyKhuOm0bxb0,4697
|
|
36
|
-
python_flashapi-0.1.
|
|
37
|
-
python_flashapi-0.1.
|
|
38
|
-
python_flashapi-0.1.
|
|
39
|
-
python_flashapi-0.1.
|
|
36
|
+
python_flashapi-0.1.1.dist-info/METADATA,sha256=U9CBMasyBtR4szLDyIpWFCT0poevtsfHsAWiEuSrcAM,8038
|
|
37
|
+
python_flashapi-0.1.1.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
|
|
38
|
+
python_flashapi-0.1.1.dist-info/licenses/LICENSE,sha256=w0eWMxyBEZ3WUTFwSIdU-42zIv0zJC5dcwH2XUXrrds,1099
|
|
39
|
+
python_flashapi-0.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|