acclimatise

View on PyPIReverse Dependencies (0)

1.2.0 acclimatise-1.2.0-py3-none-any.whl

Wheel Details

Project: acclimatise
Version: 1.2.0
Filename: acclimatise-1.2.0-py3-none-any.whl
Download: [link]
Size: 67921
MD5: 7cbad44b17f91f58ce5ee4d01c29e993
SHA256: 658cfade26faa2227caba6bf8b1fe3824e88568ce8969bf049cb7c6693f4a8c8
Uploaded: 2020-09-12 15:42:34 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: acclimatise
Version: 1.2.0
Summary: Acclimatise is a Python library and command-line utility for parsing the help output of a command-line tool and then outputting a description of the tool in a more structured format
License: GPLv3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Requires-Python: >=3.6
Requires-Dist: pyparsing
Requires-Dist: jinja2
Requires-Dist: spacy
Requires-Dist: miniwdl
Requires-Dist: wordsegment
Requires-Dist: inflection
Requires-Dist: illusional.wdlgen (==0.3.0)
Requires-Dist: ruamel.yaml (==0.16.5)
Requires-Dist: click
Requires-Dist: cwltool
Requires-Dist: cwl-utils (>=0.4)
Requires-Dist: regex
Requires-Dist: num2words
Requires-Dist: word2number
Requires-Dist: psutil
Requires-Dist: dataclasses
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: Sphinx; extra == "dev"
Requires-Dist: sphinx-click; extra == "dev"
Requires-Dist: pytest-timeout; extra == "dev"
Requires-Dist: docker; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/x-rst
[Description omitted; length: 3122 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.35.1)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
acclimatise/__init__.py sha256=hPzOy9Ua0ATvh2U40bFvj_9S747Iz-wtKRpBNhSqo4c 8821
acclimatise/cli.py sha256=84LnhLQhLyLYP1Cc6lAZ7Nf-Um3Y2iIZwG3g39Iqaog 4170
acclimatise/cli_types.py sha256=zAW7lcbVBLUFXqU2RPi73qK41fUnBg0NLHQhF84UnIE 2639
acclimatise/model.py sha256=DDbTn_QUgiUTlYZ42Stb_1nd3_NBEpdLXQxwiTAM58g 20530
acclimatise/name_generation.py sha256=oQxjAALzjKmICm3RgnmKfXEYOXfCR3aOjT1XsR-zxAg 13623
acclimatise/nlp.py sha256=6Y2Flo30zy3aQQUfLKzjckFJ7sduV0rIvQJkmlNYjwM 388
acclimatise/parser.py sha256=J_y8ajnHaDIuV_gaiXeWyLyofvrj-5xMbCk-GitgOUI 3318
acclimatise/yaml.py sha256=oUNIuYMfBjlpXq2L8YuWGrCADe3HOaWKgGzWY-6RICY 57
acclimatise/converter/__init__.py sha256=Gz26M_jJcdcj8sBaIfQyv3zBPMyS01N9YgnHBGr5TIc 4832
acclimatise/converter/cwl.py sha256=GhpRlf0ROj8rqFkBuSgH7jUs9ECUJQF9oMKUorTHCmM 4434
acclimatise/converter/wdl.py sha256=zvlwHW_IBESo07KSsoAWdN0kfmlpNzVy6nuf8foEYMs 7446
acclimatise/converter/yml.py sha256=r7VEowd7yw_eRm2lc3WaBNScHT2gbedOAko8tgqa-0Q 764
acclimatise/execution/__init__.py sha256=jjR0kz5X29snJ6Hlc7vc2lI_3nkFxsa0xVvISVRWy5A 1240
acclimatise/execution/docker.py sha256=imdcW1Ek1xGGE2KS9Flbc7vKLkjGYBzSVTHXKvtYr2U 2050
acclimatise/execution/local.py sha256=APDOaCXkv_c7PP6EOiNuaRUBsX1IB_473ZioF24ogqA 2140
acclimatise/flag_parser/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
acclimatise/flag_parser/elements.py sha256=8hetZvPDcKtJmnXIgue7Le7Kz8SBW8bDb57rSSfaLNk 8843
acclimatise/flag_parser/parser.py sha256=9K8AqZcwiQzipQIZ9dUoZEEW-PmjPH_4D-OR_zDNDVg 9935
acclimatise/usage_parser/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
acclimatise/usage_parser/elements.py sha256=ga5iTZvNbad1ZqHTgC2hebUZHMHPQWyGZxemDrxPtag 5413
acclimatise/usage_parser/model.py sha256=m1gQYBr2jU1v4N4yeznks21ox8hWd-SQS_dc5x40lNs 1632
acclimatise/usage_parser/parser.py sha256=i0FEc2youNO0uHxkr9QRpqMTycpvIO9-Yk_EM7BkdVY 5179
test/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
test/conftest.py sha256=NxEl5WPk24IBx5eqZ2mg9MguWIF-lysIBB-jjaDovuA 2380
test/test_cli.py sha256=O_dkyxiXImRMlVNYdnbhF-sGk8-NnZePBdGT6hhWdho 2620
test/test_convert.py sha256=Z7vEiQ33l_m8nE5CUYGykb9imJFBcO_spO25jC2-Yik 1434
test/test_explore_e2e.py sha256=h83kxPkyrUHDveKjgK5VPz5KsTXQSUcJUUZCrVY16eg 2340
test/test_parse_e2e.py sha256=CEDG2iuuoIXyunfXYtijAJw_W1eewFcqJR_Jfc33_K4 1421
test/test_type_inference.py sha256=B5sW1YvpnVMc2o77x3r0afP2a4BTgxfvU9w6Se5HPls 2742
test/test_yaml_dump.py sha256=pX0sMYGlgiyGVe7CadGYMyvWbbmQQIO473JBfGO2lp0 378
test/util.py sha256=OpqMllgAK3kXG5T4OkZ19c0iJCGDoJYWtGu81I6Hi_8 12764
test/executors/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
test/executors/test_docker.py sha256=SPJohn7XLGOcqDgpm2or0x9abAq7ZtM0wJPESlbCNGU 1752
test/executors/test_local.py sha256=S1MoZUN_LBkizBB7jeNEDBvoNMrfxFVwTGMj8WIycQY 253
test/name_generation/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
test/name_generation/conftest.py sha256=_7zfziCE0LhW1-pb55kJyIXYSuMZuQux9u1mujRM74U 327
test/name_generation/test_batch.py sha256=-vNclDwNGg7P8lDU9-04JHPjsYFgqa6Ab4f7MHv1uko 643
test/name_generation/test_case.py sha256=zTQCQe2QCmPd09Ja7i9WV6U2CNIWXl8QhKvh0LXhVIo 1310
test/name_generation/test_description.py sha256=_-DTeTOpJj_HCkjf5yevKXOOJxRxlMGffuX6DhEjydY 2934
test/name_generation/test_group.py sha256=PeoJnKvOWRoSsKBWzPeBUDWQII62Gb640gQlTfk5Y2o 2234
test/name_generation/test_single_flag.py sha256=t4wwa7UC0Y7RT7Tk5jL-DpO3xJFvS4aWJhG_0MRladA 2302
acclimatise-1.2.0.dist-info/LICENSE sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
acclimatise-1.2.0.dist-info/METADATA sha256=rVByeMCLqbKtwlfMYpVbotRvbGAqr0ZXRXslOBvFEEY 4486
acclimatise-1.2.0.dist-info/WHEEL sha256=EVRjI69F5qVjm_YgqcTXPnTAv3BfSUr0WVAHuSP3Xoo 92
acclimatise-1.2.0.dist-info/entry_points.txt sha256=5VrYSPzvNHqdCRb__FaKOoGzun733-TnVyd_gzLtoxc 54
acclimatise-1.2.0.dist-info/top_level.txt sha256=IU-zYXDs12F356kM6Sa8O20ThYFxIUnyJOq5-s3izfk 17
acclimatise-1.2.0.dist-info/RECORD

top_level.txt

acclimatise
test

entry_points.txt

acclimatise = acclimatise.cli:main