-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup.json
47 lines (47 loc) · 1.6 KB
/
setup.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"author": "Juan S. Medina, Juan E. Arango",
"author_email": "<[email protected]>, <[email protected]>",
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: Unix",
"Operating System :: POSIX",
"Programming Language :: Python :: 2 :: Only",
"Topic :: Utilities"
],
"long_description": "📘 learn more on `GitHub <https://github.com/papaemmelab/toil_container>`_!",
"long_description_content_type": "text/x-rst",
"description": "A python package with a Toil Job Class capable of containerized system calls.",
"install_requires": [
"python-slugify>=1.2",
"Click>=6.7",
"docker>=4.3",
"toil==5.5.0",
"requests>=2.18",
"coloredlogs>=15.0.1",
"packaging>=21.0"
],
"keywords": ["toil_container", "toil", "docker", "singularity"],
"license": "MIT license",
"name": "toil_container",
"setup_requires": ["pytest-runner==2.11.1"],
"extras_require": {
"test": [
"coverage>=4.4.2",
"pydocstyle>=2.1.1",
"pytest-cov>=2.5.1",
"pytest-env==0.6.2",
"pytest-sugar==0.9.1",
"pylint>=2.11.1",
"tox==2.9.1",
"ipdb>=0.11"
]
},
"test_suite": "tests",
"url": "https://github.com/papaemmelab/toil_container",
"zip_safe": false
}