plexosdb 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,17 @@
1
+ Metadata-Version: 2.1
2
+ Name: plexosdb
3
+ Version: 0.0.0
4
+ Summary: Coming soon
5
+ Author-email: Pedro Andres Sanchez Perez <psanchez@nrel.gov>, Kodi Obika <kodi.obika@nrel.gov>
6
+ Project-URL: Documentation, https://github.com/NREL/infrasys#readme
7
+ Project-URL: Issues, https://github.com/NREL/infrasys/issues
8
+ Project-URL: Source, https://github.com/NREL/infrasys
9
+ Description-Content-Type: text/markdown
10
+
11
+ # plexosdb
12
+
13
+
14
+ ## Installation
15
+
16
+ > [!IMPORTANT]
17
+ > This package will be realeased soon.
@@ -0,0 +1,7 @@
1
+ # plexosdb
2
+
3
+
4
+ ## Installation
5
+
6
+ > [!IMPORTANT]
7
+ > This package will be realeased soon.
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.1
2
+ Name: plexosdb
3
+ Version: 0.0.0
4
+ Summary: Coming soon
5
+ Author-email: Pedro Andres Sanchez Perez <psanchez@nrel.gov>, Kodi Obika <kodi.obika@nrel.gov>
6
+ Project-URL: Documentation, https://github.com/NREL/infrasys#readme
7
+ Project-URL: Issues, https://github.com/NREL/infrasys/issues
8
+ Project-URL: Source, https://github.com/NREL/infrasys
9
+ Description-Content-Type: text/markdown
10
+
11
+ # plexosdb
12
+
13
+
14
+ ## Installation
15
+
16
+ > [!IMPORTANT]
17
+ > This package will be realeased soon.
@@ -0,0 +1,6 @@
1
+ README.md
2
+ pyproject.toml
3
+ plexosdb.egg-info/PKG-INFO
4
+ plexosdb.egg-info/SOURCES.txt
5
+ plexosdb.egg-info/dependency_links.txt
6
+ plexosdb.egg-info/top_level.txt
@@ -0,0 +1,19 @@
1
+ [project]
2
+ name = "plexosdb"
3
+ version = "0.0.0"
4
+ readme = "README.md"
5
+ keywords = []
6
+ authors = [
7
+ { name = "Pedro Andres Sanchez Perez", email = "psanchez@nrel.gov" },
8
+ { name = "Kodi Obika", email = "kodi.obika@nrel.gov" },
9
+ ]
10
+ description = "Coming soon"
11
+
12
+ [project.urls]
13
+ Documentation = "https://github.com/NREL/infrasys#readme"
14
+ Issues = "https://github.com/NREL/infrasys/issues"
15
+ Source = "https://github.com/NREL/infrasys"
16
+
17
+ [build-system]
18
+ requires = ["setuptools>=61.0"]
19
+ build-backend = "setuptools.build_meta"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+