byconplus 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.
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: byconplus
3
+ Version: 0.1.0
4
+ Summary: The `byconplus` project provides additional 'beyond GA4GH Beacon' functionality to bycon based Beacon server installations and beyond.
5
+ Author-email: Michael Baudis <michael@baud.is>
6
+ Project-URL: Homepage, https://codeberg.org/Progenetix/byconplus
7
+ Project-URL: Documentation, https://bycon.progenetix.org
8
+ Requires-Python: >=3.8
9
+ Description-Content-Type: text/markdown
10
+ Requires-Dist: bycon>=2.8
11
+
12
+ # `byconplus`
13
+
14
+ Libraries and resources for content creation (special data modifications or
15
+ service databases) and "beyond Beacon" functionality for resources utilizing the
16
+ `bycon` framework
@@ -0,0 +1,5 @@
1
+ # `byconplus`
2
+
3
+ Libraries and resources for content creation (special data modifications or
4
+ service databases) and "beyond Beacon" functionality for resources utilizing the
5
+ `bycon` framework
@@ -0,0 +1,21 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "byconplus"
7
+ version = "0.1.0"
8
+ description = "The `byconplus` project provides additional 'beyond GA4GH Beacon' functionality to bycon based Beacon server installations and beyond."
9
+ authors = [{name = "Michael Baudis", email = "michael@baud.is"}]
10
+ readme = "README.md"
11
+ requires-python = ">=3.8"
12
+ dependencies = [
13
+ "bycon>=2.8", # Example dependency
14
+ ]
15
+
16
+ [project.urls]
17
+ Homepage = "https://codeberg.org/Progenetix/byconplus"
18
+ Documentation = "https://bycon.progenetix.org"
19
+
20
+ [tool.setuptools.packages.find]
21
+ where = ["src"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: byconplus
3
+ Version: 0.1.0
4
+ Summary: The `byconplus` project provides additional 'beyond GA4GH Beacon' functionality to bycon based Beacon server installations and beyond.
5
+ Author-email: Michael Baudis <michael@baud.is>
6
+ Project-URL: Homepage, https://codeberg.org/Progenetix/byconplus
7
+ Project-URL: Documentation, https://bycon.progenetix.org
8
+ Requires-Python: >=3.8
9
+ Description-Content-Type: text/markdown
10
+ Requires-Dist: bycon>=2.8
11
+
12
+ # `byconplus`
13
+
14
+ Libraries and resources for content creation (special data modifications or
15
+ service databases) and "beyond Beacon" functionality for resources utilizing the
16
+ `bycon` framework
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/byconplus.egg-info/PKG-INFO
4
+ src/byconplus.egg-info/SOURCES.txt
5
+ src/byconplus.egg-info/dependency_links.txt
6
+ src/byconplus.egg-info/requires.txt
7
+ src/byconplus.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ bycon>=2.8