ChatECNU 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.
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: ChatECNU
3
+ Version: 0.0.1
4
+ Summary: Placeholder package for ChatECNU before the first feature release
5
+ Author-email: ChatArch <1073853456@qq.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/ChatArch/ChatECNU
8
+ Project-URL: Repository, https://github.com/ChatArch/ChatECNU
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.10
12
+ Description-Content-Type: text/markdown
13
+
14
+ # ChatECNU
15
+
16
+ Placeholder package for the ChatECNU project.
17
+
18
+ The first feature release will provide the ECNU campus portal CLI extracted from ChatNet.
@@ -0,0 +1,5 @@
1
+ # ChatECNU
2
+
3
+ Placeholder package for the ChatECNU project.
4
+
5
+ The first feature release will provide the ECNU campus portal CLI extracted from ChatNet.
@@ -0,0 +1,23 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "ChatECNU"
7
+ version = "0.0.1"
8
+ description = "Placeholder package for ChatECNU before the first feature release"
9
+ readme = "README.md"
10
+ requires-python = ">=3.10"
11
+ license = "MIT"
12
+ authors = [{name = "ChatArch", email = "1073853456@qq.com"}]
13
+ classifiers = [
14
+ "Programming Language :: Python :: 3",
15
+ "Operating System :: OS Independent",
16
+ ]
17
+
18
+ [project.urls]
19
+ Homepage = "https://github.com/ChatArch/ChatECNU"
20
+ Repository = "https://github.com/ChatArch/ChatECNU"
21
+
22
+ [tool.setuptools.packages.find]
23
+ where = ["src"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: ChatECNU
3
+ Version: 0.0.1
4
+ Summary: Placeholder package for ChatECNU before the first feature release
5
+ Author-email: ChatArch <1073853456@qq.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/ChatArch/ChatECNU
8
+ Project-URL: Repository, https://github.com/ChatArch/ChatECNU
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.10
12
+ Description-Content-Type: text/markdown
13
+
14
+ # ChatECNU
15
+
16
+ Placeholder package for the ChatECNU project.
17
+
18
+ The first feature release will provide the ECNU campus portal CLI extracted from ChatNet.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/ChatECNU.egg-info/PKG-INFO
4
+ src/ChatECNU.egg-info/SOURCES.txt
5
+ src/ChatECNU.egg-info/dependency_links.txt
6
+ src/ChatECNU.egg-info/top_level.txt
7
+ src/chatecnu/__init__.py
@@ -0,0 +1 @@
1
+ chatecnu
@@ -0,0 +1,3 @@
1
+ """Placeholder for ChatECNU."""
2
+
3
+ __version__ = "0.0.1"