quadkit-cli 0.0.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.
quadkit_cli/__init__.py
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
Metadata-Version: 2.5
|
|
2
|
+
Name: quadkit-cli
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: CLI tooling for the QuadKit framework
|
|
5
|
+
Project-URL: Homepage, https://quadkit.dev
|
|
6
|
+
Project-URL: Repository, https://github.com/dbtinoy-/quadkit
|
|
7
|
+
Project-URL: Documentation, https://quadkit.dev
|
|
8
|
+
Project-URL: Issues, https://github.com/dbtinoy-/quadkit/issues
|
|
9
|
+
Author-email: QuadKit Team <team@quadkit.dev>
|
|
10
|
+
Maintainer-email: QuadKit Team <team@quadkit.dev>
|
|
11
|
+
License: MIT
|
|
12
|
+
Keywords: cli,codegen,quadkit,scaffold
|
|
13
|
+
Classifier: Development Status :: 3 - Alpha
|
|
14
|
+
Classifier: Framework :: AsyncIO
|
|
15
|
+
Classifier: Intended Audience :: Developers
|
|
16
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
17
|
+
Classifier: Operating System :: OS Independent
|
|
18
|
+
Classifier: Programming Language :: Python :: 3
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
22
|
+
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
23
|
+
Classifier: Typing :: Typed
|
|
24
|
+
Requires-Python: >=3.11
|
|
25
|
+
Requires-Dist: quadkit>=0.0.1
|
|
26
|
+
Description-Content-Type: text/markdown
|
|
27
|
+
|
|
28
|
+
# quadkit-cli
|
|
29
|
+
|
|
30
|
+
CLI tooling for the QuadKit framework.
|
|
31
|
+
|
|
32
|
+
This is a placeholder package for name reservation on PyPI.
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
quadkit_cli/__init__.py,sha256=-UAs-4HUlqmouBPRzl0TC72wGwlbSHhOiT982Ov4kTA,80
|
|
2
|
+
quadkit_cli-0.0.1.dist-info/METADATA,sha256=wWX1OKA6wrBxAKNIF86avp49BD5Q5bMfq1fRyxzeL7w,1205
|
|
3
|
+
quadkit_cli-0.0.1.dist-info/WHEEL,sha256=zOwg4jB6zX2kU910N-cMawjivD6tO8NEWvE12je1bVk,87
|
|
4
|
+
quadkit_cli-0.0.1.dist-info/RECORD,,
|