comparison planemo/lib/python3.7/site-packages/galaxy_containers-20.5.0.dist-info/METADATA @ 1:56ad4e20f292 draft

"planemo upload commit 6eee67778febed82ddd413c3ca40b3183a3898f1"
author guerler
date Fri, 31 Jul 2020 00:32:28 -0400
parents
children
comparison
equal deleted inserted replaced
0:d30785e31577 1:56ad4e20f292
1 Metadata-Version: 2.1
2 Name: galaxy-containers
3 Version: 20.5.0
4 Summary: Galaxy Container Modeling and Interaction Abstractions
5 Home-page: https://github.com/galaxyproject/galaxy
6 Author: Galaxy Project and Community
7 Author-email: galaxy-committers@lists.galaxyproject.org
8 License: AFL
9 Keywords: galaxy
10 Platform: UNKNOWN
11 Classifier: Development Status :: 5 - Production/Stable
12 Classifier: Intended Audience :: Developers
13 Classifier: Environment :: Console
14 Classifier: License :: OSI Approved :: Academic Free License (AFL)
15 Classifier: Operating System :: POSIX
16 Classifier: Topic :: Software Development
17 Classifier: Topic :: Software Development :: Code Generators
18 Classifier: Topic :: Software Development :: Testing
19 Classifier: Natural Language :: English
20 Classifier: Programming Language :: Python :: 2
21 Classifier: Programming Language :: Python :: 2.7
22 Classifier: Programming Language :: Python :: 3.5
23 Classifier: Programming Language :: Python :: 3.6
24 Classifier: Programming Language :: Python :: 3.7
25 Description-Content-Type: text/x-rst
26 Requires-Dist: galaxy-util
27 Requires-Dist: requests
28 Provides-Extra: docker
29 Requires-Dist: docker ; extra == 'docker'
30
31
32 .. image:: https://badge.fury.io/py/galaxy-containers.svg
33 :target: https://pypi.org/project/galaxy-containers/
34
35
36 Overview
37 --------
38
39 The Galaxy_ containers module - interfaces for modeling and interacting with container backends (docker and docker swarm currently).
40
41 * Free software: Academic Free License version 3.0
42 * Code: https://github.com/galaxyproject/galaxy
43
44 .. _Galaxy: http://galaxyproject.org/
45
46
47
48
49 History
50 -------
51
52 .. to_doc
53
54 ---------------------
55 20.5.0 (2020-07-04)
56 ---------------------
57
58 * First release from the 20.05 branch of Galaxy.
59
60 ---------------------
61 19.9.0 (2019-12-16)
62 ---------------------
63
64 * Initial import from dev branch of Galaxy during 19.09 development cycle.
65
66