Mercurial > repos > shellac > sam_consensus_v3
comparison env/lib/python3.9/site-packages/bioblend-0.15.0.dist-info/METADATA @ 0:4f3585e2f14b draft default tip
"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author | shellac |
---|---|
date | Mon, 22 Mar 2021 18:12:50 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4f3585e2f14b |
---|---|
1 Metadata-Version: 2.1 | |
2 Name: bioblend | |
3 Version: 0.15.0 | |
4 Summary: Galaxy and CloudMan API library | |
5 Home-page: https://bioblend.readthedocs.io/ | |
6 Author: Enis Afgan | |
7 Author-email: afgane@gmail.com | |
8 License: MIT | |
9 Project-URL: Bug Tracker, https://github.com/galaxyproject/bioblend/issues | |
10 Project-URL: Documentation, https://bioblend.readthedocs.io/ | |
11 Project-URL: Source Code, https://github.com/galaxyproject/bioblend | |
12 Platform: Posix; MacOS X; Windows | |
13 Classifier: Development Status :: 5 - Production/Stable | |
14 Classifier: Intended Audience :: Developers | |
15 Classifier: License :: OSI Approved :: MIT License | |
16 Classifier: Operating System :: OS Independent | |
17 Classifier: Programming Language :: Python :: 3 | |
18 Classifier: Programming Language :: Python :: 3.6 | |
19 Classifier: Programming Language :: Python :: 3.7 | |
20 Classifier: Programming Language :: Python :: 3.8 | |
21 Classifier: Programming Language :: Python :: 3.9 | |
22 Classifier: Topic :: Scientific/Engineering :: Bio-Informatics | |
23 Requires-Python: >=3.6 | |
24 Requires-Dist: boto (>=2.9.7) | |
25 Requires-Dist: pyyaml | |
26 Requires-Dist: requests (>=2.20.0) | |
27 Requires-Dist: requests-toolbelt (!=0.9.0,>=0.5.1) | |
28 Provides-Extra: testing | |
29 Requires-Dist: pytest ; extra == 'testing' | |
30 | |
31 .. image:: https://img.shields.io/pypi/v/bioblend.svg | |
32 :target: https://pypi.org/project/bioblend/ | |
33 :alt: latest version available on PyPI | |
34 | |
35 .. image:: https://readthedocs.org/projects/bioblend/badge/ | |
36 :alt: Documentation Status | |
37 :target: https://bioblend.readthedocs.io/ | |
38 | |
39 .. image:: https://badges.gitter.im/galaxyproject/bioblend.svg | |
40 :alt: Join the chat at https://gitter.im/galaxyproject/bioblend | |
41 :target: https://gitter.im/galaxyproject/bioblend?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge | |
42 | |
43 | |
44 BioBlend is a Python library for interacting with `Galaxy`_ and `CloudMan`_ | |
45 APIs. | |
46 | |
47 BioBlend is supported and tested on: | |
48 | |
49 - Python 3.6, 3.7, 3.8 and 3.9 | |
50 - Galaxy release_17.09 and later. | |
51 | |
52 Full docs are available at https://bioblend.readthedocs.io/ with a quick library | |
53 overview also available in `ABOUT.rst <./ABOUT.rst>`_. | |
54 | |
55 .. References/hyperlinks used above | |
56 .. _CloudMan: https://galaxyproject.org/cloudman/ | |
57 .. _Galaxy: https://galaxyproject.org/ | |
58 | |
59 |