tokenspeed-mooncake 0.0.0__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,20 @@
1
+ Metadata-Version: 2.4
2
+ Name: tokenspeed-mooncake
3
+ Version: 0.0.0
4
+ Summary: Placeholder reserving the tokenspeed-mooncake name on PyPI.
5
+ Author-email: zhyncs <46627482+zhyncs@users.noreply.github.com>
6
+ License: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/lightseekorg/tokenspeed
8
+ Classifier: Development Status :: 1 - Planning
9
+ Classifier: License :: OSI Approved :: Apache Software License
10
+ Classifier: Programming Language :: Python :: 3
11
+ Requires-Python: >=3.9
12
+ Description-Content-Type: text/markdown
13
+
14
+ # tokenspeed-mooncake
15
+
16
+ Placeholder release reserving the `tokenspeed-mooncake` name on PyPI.
17
+
18
+ The real package will be published from
19
+ [lightseekorg/tokenspeed](https://github.com/lightseekorg/tokenspeed) at a
20
+ later date.
@@ -0,0 +1,7 @@
1
+ # tokenspeed-mooncake
2
+
3
+ Placeholder release reserving the `tokenspeed-mooncake` name on PyPI.
4
+
5
+ The real package will be published from
6
+ [lightseekorg/tokenspeed](https://github.com/lightseekorg/tokenspeed) at a
7
+ later date.
@@ -0,0 +1,25 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "tokenspeed-mooncake"
7
+ version = "0.0.0"
8
+ description = "Placeholder reserving the tokenspeed-mooncake name on PyPI."
9
+ readme = "README.md"
10
+ requires-python = ">=3.9"
11
+ license = { text = "Apache-2.0" }
12
+ authors = [
13
+ { name = "zhyncs", email = "46627482+zhyncs@users.noreply.github.com" },
14
+ ]
15
+ classifiers = [
16
+ "Development Status :: 1 - Planning",
17
+ "License :: OSI Approved :: Apache Software License",
18
+ "Programming Language :: Python :: 3",
19
+ ]
20
+
21
+ [project.urls]
22
+ Homepage = "https://github.com/lightseekorg/tokenspeed"
23
+
24
+ [tool.setuptools.packages.find]
25
+ where = ["src"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,3 @@
1
+ """Placeholder package; see https://github.com/lightseekorg/tokenspeed."""
2
+
3
+ __version__ = "0.0.0"
@@ -0,0 +1,20 @@
1
+ Metadata-Version: 2.4
2
+ Name: tokenspeed-mooncake
3
+ Version: 0.0.0
4
+ Summary: Placeholder reserving the tokenspeed-mooncake name on PyPI.
5
+ Author-email: zhyncs <46627482+zhyncs@users.noreply.github.com>
6
+ License: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/lightseekorg/tokenspeed
8
+ Classifier: Development Status :: 1 - Planning
9
+ Classifier: License :: OSI Approved :: Apache Software License
10
+ Classifier: Programming Language :: Python :: 3
11
+ Requires-Python: >=3.9
12
+ Description-Content-Type: text/markdown
13
+
14
+ # tokenspeed-mooncake
15
+
16
+ Placeholder release reserving the `tokenspeed-mooncake` name on PyPI.
17
+
18
+ The real package will be published from
19
+ [lightseekorg/tokenspeed](https://github.com/lightseekorg/tokenspeed) at a
20
+ later date.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/tokenspeed_mooncake/__init__.py
4
+ src/tokenspeed_mooncake.egg-info/PKG-INFO
5
+ src/tokenspeed_mooncake.egg-info/SOURCES.txt
6
+ src/tokenspeed_mooncake.egg-info/dependency_links.txt
7
+ src/tokenspeed_mooncake.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ tokenspeed_mooncake