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.
- byconplus-0.1.0/PKG-INFO +16 -0
- byconplus-0.1.0/README.md +5 -0
- byconplus-0.1.0/pyproject.toml +21 -0
- byconplus-0.1.0/setup.cfg +4 -0
- byconplus-0.1.0/src/byconplus.egg-info/PKG-INFO +16 -0
- byconplus-0.1.0/src/byconplus.egg-info/SOURCES.txt +7 -0
- byconplus-0.1.0/src/byconplus.egg-info/dependency_links.txt +1 -0
- byconplus-0.1.0/src/byconplus.egg-info/requires.txt +1 -0
- byconplus-0.1.0/src/byconplus.egg-info/top_level.txt +1 -0
byconplus-0.1.0/PKG-INFO
ADDED
|
@@ -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,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,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 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
bycon>=2.8
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|