coracle 0.0.1__py3-none-any.whl

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.
coracle/__init__.py ADDED
@@ -0,0 +1,11 @@
1
+ """Coracle Research.
2
+
3
+ This package name is reserved by Coracle Research. For the protein
4
+ behavior-prediction client, install coracle-protein:
5
+
6
+ pip install coracle-protein
7
+
8
+ See https://coracleresearch.com.
9
+ """
10
+
11
+ __version__ = "0.0.1"
@@ -0,0 +1,45 @@
1
+ Metadata-Version: 2.4
2
+ Name: coracle
3
+ Version: 0.0.1
4
+ Summary: Coracle Research (name reserved). Install coracle-protein for the protein behavior-prediction client.
5
+ Project-URL: Homepage, https://coracleresearch.com
6
+ Author: Coracle Research
7
+ License: Copyright (c) 2026 Coracle Research. All rights reserved.
8
+
9
+ This package and the "coracle" distribution name are reserved by Coracle
10
+ Research. This is proprietary software and is not open-source. No license,
11
+ express or implied, to use, copy, modify, merge, publish, distribute,
12
+ sublicense, or sell any part of this package is granted except under a separate
13
+ written agreement signed by the copyright holder.
14
+
15
+ For the protein behavior-prediction client, install coracle-protein, which is
16
+ governed by its own license.
17
+
18
+ THIS PACKAGE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19
+ IMPLIED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM,
20
+ DAMAGES, OR OTHER LIABILITY ARISING FROM THE USE OF THIS PACKAGE.
21
+ License-File: LICENSE
22
+ Keywords: bioinformatics,coracle,protein
23
+ Classifier: Development Status :: 1 - Planning
24
+ Classifier: Intended Audience :: Science/Research
25
+ Classifier: License :: Other/Proprietary License
26
+ Classifier: Operating System :: OS Independent
27
+ Classifier: Programming Language :: Python :: 3
28
+ Requires-Python: >=3.9
29
+ Description-Content-Type: text/markdown
30
+
31
+ # coracle
32
+
33
+ This package name is reserved by Coracle Research.
34
+
35
+ For the protein behavior-prediction client, install:
36
+
37
+ ```bash
38
+ pip install coracle-protein
39
+ ```
40
+
41
+ See [coracleresearch.com](https://coracleresearch.com).
42
+
43
+ ## License
44
+
45
+ Proprietary. See the `LICENSE` file. This is not open-source software.
@@ -0,0 +1,5 @@
1
+ coracle/__init__.py,sha256=ywBQkXXMnkCf4sK6mzdkWDQPczfzCZdNj2gfdB3LJvU,236
2
+ coracle-0.0.1.dist-info/METADATA,sha256=StZuA1XDZ_ypSI7Jd1ZALy3FXHEGwkqd3hh-PivlDF4,1747
3
+ coracle-0.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4
+ coracle-0.0.1.dist-info/licenses/LICENSE,sha256=PdPBS0TkWZlEhgxvLHVV1SgSbkAoaprVec3UAzE-4wM,730
5
+ coracle-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.27.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,14 @@
1
+ Copyright (c) 2026 Coracle Research. All rights reserved.
2
+
3
+ This package and the "coracle" distribution name are reserved by Coracle
4
+ Research. This is proprietary software and is not open-source. No license,
5
+ express or implied, to use, copy, modify, merge, publish, distribute,
6
+ sublicense, or sell any part of this package is granted except under a separate
7
+ written agreement signed by the copyright holder.
8
+
9
+ For the protein behavior-prediction client, install coracle-protein, which is
10
+ governed by its own license.
11
+
12
+ THIS PACKAGE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+ IMPLIED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM,
14
+ DAMAGES, OR OTHER LIABILITY ARISING FROM THE USE OF THIS PACKAGE.