dimos 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.
dimos-0.0.0/PKG-INFO ADDED
@@ -0,0 +1,5 @@
1
+ Metadata-Version: 2.1
2
+ Name: dimos
3
+ Version: 0.0.0
4
+ Summary: Coming soon
5
+ Author-email: Stash Pomichter <stash@dimensionalOS.com>
@@ -0,0 +1,5 @@
1
+ Metadata-Version: 2.1
2
+ Name: dimos
3
+ Version: 0.0.0
4
+ Summary: Coming soon
5
+ Author-email: Stash Pomichter <stash@dimensionalOS.com>
@@ -0,0 +1,10 @@
1
+ pyproject.toml
2
+ dimOS.egg-info/PKG-INFO
3
+ dimOS.egg-info/SOURCES.txt
4
+ dimOS.egg-info/dependency_links.txt
5
+ dimOS.egg-info/top_level.txt
6
+ dimos/__init__.py
7
+ dimos.egg-info/PKG-INFO
8
+ dimos.egg-info/SOURCES.txt
9
+ dimos.egg-info/dependency_links.txt
10
+ dimos.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ dimos
File without changes
@@ -0,0 +1,8 @@
1
+ [project]
2
+ name = "dimos"
3
+ authors = [
4
+ {name = "Stash Pomichter", email = "stash@dimensionalOS.com"},
5
+ ]
6
+ version = "0.0.0"
7
+ description = "Coming soon"
8
+
dimos-0.0.0/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+