fastbrick 0.1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,12 @@
1
+
2
+ ---
3
+
4
+ ## **5️⃣ Write `LICENSE` (MIT License Example)**
5
+ Inside **`LICENSE`**, add:
6
+
7
+ ```text
8
+ MIT License
9
+
10
+ Copyright (c) 2025 Sandeep Singh Negi
11
+
12
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software...
@@ -0,0 +1,25 @@
1
+ Metadata-Version: 2.2
2
+ Name: fastbrick
3
+ Version: 0.1
4
+ Summary: A CLI tool for generating FastAPI projects and apps
5
+ Author: Sandeep Singh Negi
6
+ Author-email: sandeepnegi1710@gmail.com
7
+ Classifier: Programming Language :: Python :: 3
8
+ Classifier: License :: OSI Approved :: MIT License
9
+ Classifier: Operating System :: OS Independent
10
+ Requires-Python: >=3.7
11
+ Description-Content-Type: text/plain
12
+ License-File: LICENSE
13
+ Requires-Dist: fastapi
14
+ Requires-Dist: click
15
+ Requires-Dist: jinja2
16
+ Dynamic: author
17
+ Dynamic: author-email
18
+ Dynamic: classifier
19
+ Dynamic: description
20
+ Dynamic: description-content-type
21
+ Dynamic: requires-dist
22
+ Dynamic: requires-python
23
+ Dynamic: summary
24
+
25
+ FastAPI-CLI created by Sandeep Singh Negi on 2025-02-19.
@@ -0,0 +1,6 @@
1
+ fastbrick-0.1.dist-info/LICENSE,sha256=VueWmlho5XxqjRpByo5KlMuWT7T-_AjQOVeiXRad66o,244
2
+ fastbrick-0.1.dist-info/METADATA,sha256=0CbM_AwskHfss29sLIk4mNwpixxr44Q2e9rGH82bqRI,709
3
+ fastbrick-0.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
4
+ fastbrick-0.1.dist-info/entry_points.txt,sha256=q8aYJsbtSyhanBgpEVXAdXWi2xgiQ_TBCdLy6PO3ztE,46
5
+ fastbrick-0.1.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
6
+ fastbrick-0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.8.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ fastbrick = fastapi_cli:cli
@@ -0,0 +1 @@
1
+