cenv-tool

View on PyPIReverse Dependencies (0)

3.0.1 cenv_tool-3.0.1-py3-none-any.whl

Wheel Details

Project: cenv-tool
Version: 3.0.1
Filename: cenv_tool-3.0.1-py3-none-any.whl
Download: [link]
Size: 16310
MD5: 453c9a0ab9a11e30ef2a0b5ef104d48b
SHA256: 83b97e4b743db46dbb1587e730267e87524d0263b2880147547bfba19d9ed222
Uploaded: 2019-11-24 13:32:43 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: cenv-tool
Version: 3.0.1
Summary: conda environment creation and update from meta.yaml
Author: Simon Kallfass
Author-Email: skallfass[at]ouroboros.info
Home-Page: https://www.cenv.ouroboros.info
Project-Url: Repository, https://github.com/skallfass/cenv_tool
License: MIT
Keywords: conda,environment,dependencies
Classifier: Operating System :: Unix
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Requires-Dist: attrs (>=19)
Requires-Dist: coverage (>=4); extra == "tests" or extra == "dev"
Requires-Dist: coverage-badge (>=1); extra == "tests" or extra == "dev"
Requires-Dist: ipython (>=7); extra == "dev"
Requires-Dist: jinja2 (>=2)
Requires-Dist: marshmallow (<3,>=2.19)
Requires-Dist: pylint (>=2.4); extra == "dev"
Requires-Dist: pytest (>=5); extra == "tests" or extra == "dev"
Requires-Dist: pytest-cov (>=2); extra == "tests" or extra == "dev"
Requires-Dist: pytest-datafiles (>=2); extra == "tests" or extra == "dev"
Requires-Dist: pyyaml (==5.*,>=5.0.0)
Requires-Dist: six (>=1.12)
Requires-Dist: sphinx (>=2); extra == "docs" or extra == "dev"
Requires-Dist: sphinx-autodoc-typehints (>=1.8.0); extra == "docs" or extra == "dev"
Requires-Dist: sphinx-rtd-theme (>=0); extra == "dev"
Requires-Dist: yapf (>=0); extra == "dev"
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: tests
[Description omitted; length: 9026 characters]

WHEEL

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

RECORD

Path Digest Size
cenv_tool-3.0.1.dist-info/dependency_links.txt sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
cenv_tool-3.0.1.dist-info/entry_points.txt sha256=IJpxg-GIMQvIYnuDmDfqFdXWEWFcRq7QLu5uBTU_ZoA 84
cenv_tool-3.0.1.dist-info/METADATA sha256=RhW05_LsfBL96YONJwmNtuCavkCzVfYML6WwbUD-TQA 10504
cenv_tool-3.0.1.dist-info/top_level.txt sha256=AkUFNZjgo5TSBjapqW4JpF8QvOnqiiTJOOo8piAWufA 9
cenv_tool-3.0.1.dist-info/WHEEL sha256=Us79eivRQjLGHRjcJWcKLoOci69wgGrVnpmn7W4m6PA 86
cenv_tool/project.py sha256=zl1nrQ4shrF9A-hqJ2L9NCYe7-sk3AmZaK17bWh6dZA 10474
cenv_tool/utils.py sha256=clnVh5UZcL43Q7JfVCTsv0Bb-hcgG_R9JbqqNjNNE5I 6347
cenv_tool/init_cenv.py sha256=ix4Jzc4-5dOE5MV3c_my9xwfz9WvmvbfvEU5L-qA0ME 3953
cenv_tool/schemata.py sha256=Ds_eOVTyFGd1C3xPQDZoLyILQKYAg-uUAR5hG1Qftbk 4084
cenv_tool/__init__.py sha256=GfukJQ2fwYp3QQqrL0GxVSU2R3UAL5dQaHQ5x8ASYfc 304
cenv_tool/rules.py sha256=pTVc5Xkt4CsvuuNn_ArOlJerwMDdiMoxug0YgJ0FSAA 3910
cenv_tool/cenv.sh sha256=3NdIFRW1VGdg2jFL87iJgym3dOI_2DwUnkLAkAG0kTs 2080
cenv_tool/cenv.yml sha256=RsHegn7mYAoXydfwiHkKeOwuQ-N7J7YzaHPXSkSdRI4 86
cenv_tool-3.0.1.dist-info/LICENSE.txt sha256=iItx_sznPhDjWMzKW0J4hiV8cMAVOs0N54LURfr_uDI 1071
cenv_tool-3.0.1.dist-info/RECORD

top_level.txt

cenv_tool

entry_points.txt

cenv = cenv_tool.project:main
init_cenv = cenv_tool.init_cenv:main
[empty]