fastbrick 0.4__py3-none-any.whl → 0.5__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.
- {fastbrick-0.4.dist-info → fastbrick-0.5.dist-info}/METADATA +3 -4
- fastbrick-0.5.dist-info/RECORD +6 -0
- fastbrick-0.4.dist-info/RECORD +0 -6
- {fastbrick-0.4.dist-info → fastbrick-0.5.dist-info}/LICENSE +0 -0
- {fastbrick-0.4.dist-info → fastbrick-0.5.dist-info}/WHEEL +0 -0
- {fastbrick-0.4.dist-info → fastbrick-0.5.dist-info}/entry_points.txt +0 -0
- {fastbrick-0.4.dist-info → fastbrick-0.5.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: fastbrick
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.5
|
4
4
|
Summary: A CLI tool for generating FastAPI projects and apps
|
5
5
|
Home-page: UNKNOWN
|
6
6
|
Author: Sandeep Singh Negi
|
@@ -60,17 +60,16 @@ fastbirck create-app my_app
|
|
60
60
|
```
|
61
61
|
myproject/
|
62
62
|
│── main.py # Entry point for FastAPI app
|
63
|
-
│── routes.py # Contains '
|
64
|
-
│── alembic.ini
|
63
|
+
│── routes.py # Contains 'app routes'
|
65
64
|
│── models.py
|
66
65
|
│── schemas.py
|
67
66
|
│── middlewares/
|
68
67
|
│ ├── middleware.py # Global middleware logic
|
69
68
|
│── routers/ # API route modules
|
70
69
|
│── settings/
|
70
|
+
│ ├── config.py # Database configuration
|
71
71
|
│ ├── database.py # Database configuration
|
72
72
|
│ ├── routing.py # Router configurations
|
73
|
-
│── alembic/
|
74
73
|
```
|
75
74
|
|
76
75
|
This structure ensures modularity and scalability for your FastAPI project. Adjust the folders and files as needed based on your project requirements.
|
@@ -0,0 +1,6 @@
|
|
1
|
+
fastbrick-0.5.dist-info/LICENSE,sha256=VueWmlho5XxqjRpByo5KlMuWT7T-_AjQOVeiXRad66o,244
|
2
|
+
fastbrick-0.5.dist-info/METADATA,sha256=OF9uXjjH_6oa7p_DGuVU_XTXwTCFFlwGuP0kZV3aWo0,1749
|
3
|
+
fastbrick-0.5.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
4
|
+
fastbrick-0.5.dist-info/entry_points.txt,sha256=E25qyIpsqpZCjdza4bncHZhd7tmQwWqnWaz8eTz5luE,45
|
5
|
+
fastbrick-0.5.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
6
|
+
fastbrick-0.5.dist-info/RECORD,,
|
fastbrick-0.4.dist-info/RECORD
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
fastbrick-0.4.dist-info/LICENSE,sha256=VueWmlho5XxqjRpByo5KlMuWT7T-_AjQOVeiXRad66o,244
|
2
|
-
fastbrick-0.4.dist-info/METADATA,sha256=Ce94KytoRlAE9o0P4j_SVzZktPYU4VbEgTV9UNL9NTo,1741
|
3
|
-
fastbrick-0.4.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
4
|
-
fastbrick-0.4.dist-info/entry_points.txt,sha256=E25qyIpsqpZCjdza4bncHZhd7tmQwWqnWaz8eTz5luE,45
|
5
|
-
fastbrick-0.4.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
6
|
-
fastbrick-0.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|