readie 0.1.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.
readie-0.1.0/PKG-INFO ADDED
@@ -0,0 +1,10 @@
1
+ Metadata-Version: 2.4
2
+ Name: readie
3
+ Version: 0.1.0
4
+ Summary: Serverless AI framework
5
+ Author-email: Yongjoo Park <yongjoo.x.park@gmail.com>
6
+ Description-Content-Type: text/markdown
7
+
8
+ # Readie
9
+
10
+ This project is currently under development.
readie-0.1.0/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Readie
2
+
3
+ This project is currently under development.
@@ -0,0 +1,11 @@
1
+ [build-system]
2
+ requires = ["setuptools", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "readie"
7
+ version = "0.1.0"
8
+ description = "Serverless AI framework"
9
+ readme = "README.md"
10
+ authors = [{name = "Yongjoo Park", email = "yongjoo.x.park@gmail.com"}]
11
+ dependencies = []
@@ -0,0 +1,10 @@
1
+ Metadata-Version: 2.4
2
+ Name: readie
3
+ Version: 0.1.0
4
+ Summary: Serverless AI framework
5
+ Author-email: Yongjoo Park <yongjoo.x.park@gmail.com>
6
+ Description-Content-Type: text/markdown
7
+
8
+ # Readie
9
+
10
+ This project is currently under development.
@@ -0,0 +1,6 @@
1
+ README.md
2
+ pyproject.toml
3
+ readie.egg-info/PKG-INFO
4
+ readie.egg-info/SOURCES.txt
5
+ readie.egg-info/dependency_links.txt
6
+ readie.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+
readie-0.1.0/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+