libella 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.
libella-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.4
2
+ Name: libella
3
+ Version: 0.0.1
4
+ Summary: OOM-proof spatial transcriptomics ecotype discovery using Anisotropic GNNs. (Coming soon)
5
+ Author-email: Your Name <your.email@institute.edu>
6
+ Project-URL: Homepage, https://github.com/YourUsername/libella
7
+ Requires-Python: >=3.9
8
+ Description-Content-Type: text/markdown
9
+
10
+ # Libella
11
+ **Spatial Ecotype Discovery using Anisotropic GNNs.**
12
+
13
+ *This package is currently in active development. Code will be pushed upon bioRxiv preprint release.*
@@ -0,0 +1,4 @@
1
+ # Libella
2
+ **Spatial Ecotype Discovery using Anisotropic GNNs.**
3
+
4
+ *This package is currently in active development. Code will be pushed upon bioRxiv preprint release.*
@@ -0,0 +1,16 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "libella"
7
+ version = "0.0.1"
8
+ description = "OOM-proof spatial transcriptomics ecotype discovery using Anisotropic GNNs. (Coming soon)"
9
+ readme = "README.md"
10
+ requires-python = ">=3.9"
11
+ authors = [
12
+ { name="Your Name", email="your.email@institute.edu" },
13
+ ]
14
+
15
+ [project.urls]
16
+ "Homepage" = "https://github.com/YourUsername/libella"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
File without changes
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.4
2
+ Name: libella
3
+ Version: 0.0.1
4
+ Summary: OOM-proof spatial transcriptomics ecotype discovery using Anisotropic GNNs. (Coming soon)
5
+ Author-email: Your Name <your.email@institute.edu>
6
+ Project-URL: Homepage, https://github.com/YourUsername/libella
7
+ Requires-Python: >=3.9
8
+ Description-Content-Type: text/markdown
9
+
10
+ # Libella
11
+ **Spatial Ecotype Discovery using Anisotropic GNNs.**
12
+
13
+ *This package is currently in active development. Code will be pushed upon bioRxiv preprint release.*
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/libella/__init__.py
4
+ src/libella.egg-info/PKG-INFO
5
+ src/libella.egg-info/SOURCES.txt
6
+ src/libella.egg-info/dependency_links.txt
7
+ src/libella.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ libella