comparison env/lib/python3.7/site-packages/bioblend-0.13.0.dist-info/METADATA @ 0:26e78fe6e8c4 draft

"planemo upload commit c699937486c35866861690329de38ec1a5d9f783"
author shellac
date Sat, 02 May 2020 07:14:21 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:26e78fe6e8c4
1 Metadata-Version: 2.1
2 Name: bioblend
3 Version: 0.13.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 Platform: Posix; MacOS X; Windows
10 Classifier: Development Status :: 4 - Beta
11 Classifier: Intended Audience :: Developers
12 Classifier: License :: OSI Approved :: MIT License
13 Classifier: Operating System :: OS Independent
14 Classifier: Programming Language :: Python :: 2
15 Classifier: Programming Language :: Python :: 2.7
16 Classifier: Programming Language :: Python :: 3
17 Classifier: Programming Language :: Python :: 3.5
18 Classifier: Programming Language :: Python :: 3.6
19 Classifier: Programming Language :: Python :: 3.7
20 Classifier: Topic :: Scientific/Engineering
21 Requires-Dist: boto (>=2.9.7)
22 Requires-Dist: pyyaml
23 Requires-Dist: requests (>=2.20.0)
24 Requires-Dist: requests-toolbelt (!=0.9.0,>=0.5.1)
25 Requires-Dist: six
26 Provides-Extra: testing
27 Requires-Dist: pytest ; extra == 'testing'
28
29 .. image:: https://img.shields.io/pypi/v/bioblend.svg
30 :target: https://pypi.org/project/bioblend/
31 :alt: latest version available on PyPI
32
33 .. image:: https://readthedocs.org/projects/bioblend/badge/
34 :alt: Documentation Status
35 :target: https://bioblend.readthedocs.io/
36
37 .. image:: https://badges.gitter.im/galaxyproject/bioblend.svg
38 :alt: Join the chat at https://gitter.im/galaxyproject/bioblend
39 :target: https://gitter.im/galaxyproject/bioblend?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
40
41 .. image:: https://travis-ci.org/galaxyproject/bioblend.png
42 :target: https://travis-ci.org/galaxyproject/bioblend
43 :alt: Build Status
44
45
46 BioBlend is a Python library for interacting with `CloudMan`_ and `Galaxy`_'s
47 API.
48
49 BioBlend is supported and tested on:
50
51 - Python 2.7, 3.5, 3.6 and 3.7
52 - Galaxy release_14.10 and later.
53
54 Full docs are available at https://bioblend.readthedocs.io/ with a quick library
55 overview also available in `ABOUT.rst <./ABOUT.rst>`_.
56
57 .. References/hyperlinks used above
58 .. _CloudMan: https://galaxyproject.org/cloudman/
59 .. _Galaxy: https://galaxyproject.org/
60
61