pybiolib 1.2.1642__py3-none-any.whl → 1.2.1727__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.

Potentially problematic release.


This version of pybiolib might be problematic. Click here for more details.

@@ -1,52 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: pybiolib
3
- Version: 1.2.1642
4
- Summary: BioLib Python Client
5
- License: MIT
6
- License-File: LICENSE
7
- Keywords: biolib
8
- Author: biolib
9
- Author-email: hello@biolib.com
10
- Requires-Python: >=3.6.3,<4.0.0
11
- Classifier: License :: OSI Approved :: MIT License
12
- Classifier: Operating System :: OS Independent
13
- Classifier: Programming Language :: Python :: 3
14
- Classifier: Programming Language :: Python :: 3.7
15
- Classifier: Programming Language :: Python :: 3.8
16
- Classifier: Programming Language :: Python :: 3.9
17
- Classifier: Programming Language :: Python :: 3.10
18
- Classifier: Programming Language :: Python :: 3.11
19
- Classifier: Programming Language :: Python :: 3.12
20
- Classifier: Programming Language :: Python :: 3.13
21
- Classifier: Programming Language :: Python :: 3.14
22
- Provides-Extra: compute-node
23
- Requires-Dist: appdirs (>=1.4.3)
24
- Requires-Dist: click (>=8.0.0)
25
- Requires-Dist: docker (>=5.0.3)
26
- Requires-Dist: flask (>=2.0.1) ; extra == "compute-node"
27
- Requires-Dist: gunicorn (>=20.1.0) ; extra == "compute-node"
28
- Requires-Dist: importlib-metadata (>=1.6.1)
29
- Requires-Dist: pyyaml (>=5.3.1)
30
- Requires-Dist: rich (>=12.4.4)
31
- Requires-Dist: typing-extensions (>=4.1.0) ; python_version < "3.11"
32
- Project-URL: Homepage, https://github.com/biolib
33
- Description-Content-Type: text/markdown
34
-
35
- # PyBioLib
36
-
37
- PyBioLib is a Python package for running BioLib applications from Python scripts and the command line.
38
-
39
- ### Python Example
40
- ```python
41
- # pip3 install -U pybiolib
42
- import biolib
43
- samtools = biolib.load('samtools/samtools')
44
- print(samtools.cli(args='--help'))
45
- ```
46
-
47
- ### Command Line Example
48
- ```bash
49
- pip3 install -U pybiolib
50
- biolib run samtools/samtools --help
51
- ```
52
-
@@ -1,3 +0,0 @@
1
- [console_scripts]
2
- biolib=biolib:call_cli
3
-