mansion-api 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.
- mansion_api-0.0.1/PKG-INFO +9 -0
- mansion_api-0.0.1/README.md +1 -0
- mansion_api-0.0.1/pyproject.toml +14 -0
- mansion_api-0.0.1/setup.cfg +4 -0
- mansion_api-0.0.1/src/mansion/__init__.py +0 -0
- mansion_api-0.0.1/src/mansion_api.egg-info/PKG-INFO +9 -0
- mansion_api-0.0.1/src/mansion_api.egg-info/SOURCES.txt +7 -0
- mansion_api-0.0.1/src/mansion_api.egg-info/dependency_links.txt +1 -0
- mansion_api-0.0.1/src/mansion_api.egg-info/top_level.txt +1 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: mansion-api
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Placeholder package for future development
|
|
5
|
+
Author-email: Steve Wen <shuo.wen@mail.mcgill.ca>, Lirong Che <clr24@mails.tsinghua.edu.cn>
|
|
6
|
+
Requires-Python: >=3.10
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
|
|
9
|
+
# Coming soon
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Coming soon
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=61.0"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "mansion-api"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
authors = [
|
|
9
|
+
{ name="Steve Wen", email="shuo.wen@mail.mcgill.ca" },
|
|
10
|
+
{name="Lirong Che", email="clr24@mails.tsinghua.edu.cn"}
|
|
11
|
+
]
|
|
12
|
+
description = "Placeholder package for future development"
|
|
13
|
+
readme = "README.md"
|
|
14
|
+
requires-python = ">=3.10"
|
|
File without changes
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: mansion-api
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Placeholder package for future development
|
|
5
|
+
Author-email: Steve Wen <shuo.wen@mail.mcgill.ca>, Lirong Che <clr24@mails.tsinghua.edu.cn>
|
|
6
|
+
Requires-Python: >=3.10
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
|
|
9
|
+
# Coming soon
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
mansion
|