cqlib 0.0.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.
cqlib-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.1
2
+ Name: cqlib
3
+ Version: 0.0.1
4
+ Summary:
5
+ Author: Gao Jianjian
6
+ Author-email: jianjian001@outlook.com
7
+ Requires-Python: >=3.10,<4.0
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.10
10
+ Classifier: Programming Language :: Python :: 3.11
11
+ Description-Content-Type: text/markdown
12
+
13
+ # CQit
cqlib-0.0.1/README.md ADDED
@@ -0,0 +1 @@
1
+ # CQit
File without changes
@@ -0,0 +1,18 @@
1
+ [tool.poetry]
2
+ name = "cqlib"
3
+ version = "0.0.1"
4
+ description = ""
5
+ authors = ["Gao Jianjian <jianjian001@outlook.com>"]
6
+ readme = "README.md"
7
+ packages = [
8
+ { include = "cqlib" },
9
+ ]
10
+
11
+
12
+ [tool.poetry.dependencies]
13
+ python = "^3.10"
14
+
15
+
16
+ [build-system]
17
+ requires = ["poetry-core"]
18
+ build-backend = "poetry.core.masonry.api"