Mercurial > repos > guerler > springsuite
comparison planemo/lib/python3.7/site-packages/bioblend-0.14.0.dist-info/METADATA @ 0:d30785e31577 draft
"planemo upload commit 6eee67778febed82ddd413c3ca40b3183a3898f1"
author | guerler |
---|---|
date | Fri, 31 Jul 2020 00:18:57 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d30785e31577 |
---|---|
1 Metadata-Version: 2.1 | |
2 Name: bioblend | |
3 Version: 0.14.0 | |
4 Summary: CloudMan and Galaxy 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 :: 4 - Beta | |
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.5 | |
19 Classifier: Programming Language :: Python :: 3.6 | |
20 Classifier: Programming Language :: Python :: 3.7 | |
21 Classifier: Programming Language :: Python :: 3.8 | |
22 Classifier: Topic :: Scientific/Engineering | |
23 Requires-Python: >=3.5 | |
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 .. image:: https://travis-ci.org/galaxyproject/bioblend.png | |
44 :target: https://travis-ci.org/galaxyproject/bioblend | |
45 :alt: Build Status | |
46 | |
47 | |
48 BioBlend is a Python library for interacting with `Galaxy`_ and `CloudMan`_ | |
49 APIs. | |
50 | |
51 BioBlend is supported and tested on: | |
52 | |
53 - Python 3.5, 3.6, 3.7 and 3.8 | |
54 - Galaxy release_17.09 and later. | |
55 | |
56 Full docs are available at https://bioblend.readthedocs.io/ with a quick library | |
57 overview also available in `ABOUT.rst <./ABOUT.rst>`_. | |
58 | |
59 .. References/hyperlinks used above | |
60 .. _CloudMan: https://galaxyproject.org/cloudman/ | |
61 .. _Galaxy: https://galaxyproject.org/ | |
62 | |
63 |