opencodon 0.0.1

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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +11 -0
package/README.md ADDED
@@ -0,0 +1,8 @@
1
+ # OpenCodon
2
+
3
+ **The open-science agent workbench.** Provider-agnostic, auditable, yours.
4
+
5
+ This package on PyPI is currently a **name-reservation placeholder** (`0.0.1`).
6
+ The real release is coming soon.
7
+
8
+ - Project: https://github.com/opencodon
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "opencodon",
3
+ "version": "0.0.1",
4
+ "description": "OpenCodon — the open-science agent workbench. Name reservation; real release coming soon.",
5
+ "keywords": ["open-science", "bioinformatics", "agent", "workbench", "reproducibility"],
6
+ "license": "MIT",
7
+ "author": "OpenCodon",
8
+ "homepage": "https://github.com/opencodon",
9
+ "repository": { "type": "git", "url": "https://github.com/opencodon" },
10
+ "files": ["README.md"]
11
+ }