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 +13 -0
- libella-0.0.1/README.md +4 -0
- libella-0.0.1/pyproject.toml +16 -0
- libella-0.0.1/setup.cfg +4 -0
- libella-0.0.1/src/libella/__init__.py +0 -0
- libella-0.0.1/src/libella.egg-info/PKG-INFO +13 -0
- libella-0.0.1/src/libella.egg-info/SOURCES.txt +7 -0
- libella-0.0.1/src/libella.egg-info/dependency_links.txt +1 -0
- libella-0.0.1/src/libella.egg-info/top_level.txt +1 -0
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.*
|
libella-0.0.1/README.md
ADDED
|
@@ -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"
|
libella-0.0.1/setup.cfg
ADDED
|
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 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
libella
|