venv-modulefile

View on PyPIReverse Dependencies (0)

0.1.5 venv_modulefile-0.1.5-py3-none-any.whl
0.1.4 venv_modulefile-0.1.4-py3-none-any.whl

Wheel Details

Project: venv-modulefile
Version: 0.1.4
Filename: venv_modulefile-0.1.4-py3-none-any.whl
Download: [link]
Size: 14716
MD5: 6cc3d28fede817ccd77727ff2d608b2c
SHA256: a5922472811ed3305d05bd901d4d9b6f9ffd968076a9f3331821d977fbe01cd9
Uploaded: 2023-09-06 10:17:22 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: venv-modulefile
Version: 0.1.4
Summary: Python venv extension using Modulefile
Author: R. Lenain
Author-Email: roland.lenain[at]cea.fr
Home-Page: https://github.com/code-coupling/venv-modulefile
Project-Url: Bug Reports, https://github.com/code-coupling/venv-modulefile/issues
Project-Url: Doc, https://venv-modulefile.readthedocs.io/en/latest/index.html
Project-Url: Source, https://github.com/code-coupling/venv-modulefile
Keywords: venv,modulefile
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.6, <4
Requires-Dist: packaging
Requires-Dist: requests
Requires-Dist: shellingham
Requires-Dist: psutil (==5.9.4); extra == "docs"
Requires-Dist: sphinx-rtd-theme (==1.1.1); extra == "docs"
Requires-Dist: myst-parser (==0.16.1); extra == "docs"
Requires-Dist: numpydoc (==1.1.0); extra == "docs"
Requires-Dist: psutil (==5.9.4); extra == "test"
Requires-Dist: pylint (>=2.13.9); extra == "test"
Requires-Dist: pytest (>=7.0.1); extra == "test"
Requires-Dist: pytest-cov (>=4.0.0); extra == "test"
Requires-Dist: pytest-html (>=3.2.0); extra == "test"
Requires-Dist: pytest-sugar (>=0.9.6); extra == "test"
Requires-Dist: pytest-xdist (>=3.0.2); extra == "test"
Provides-Extra: docs
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE.md
[Description omitted; length: 2901 characters]

WHEEL

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

RECORD

Path Digest Size
venvmod/VERSION sha256=ij2tFtNIwWNWakVvz2UNhdeu7aXlPQHuH6jcFSEpFac 6
venvmod/__init__.py sha256=JGzYfTtMtS5mhJDsU5QUlG-ucn0Bz7blJcTcp_9SD-U 247
venvmod/modulefile.py sha256=8p_ZxR3M7mljyNrHZZv61VgpFKM4qSIQAmYO_bH9xt4 10672
venvmod/tools.py sha256=3L3oWMOt2fn07RkPJ2X5Aot7ALVgaEa9Y8JTKz4PnbI 1624
venvmod/commands/__init__.py sha256=34gK9jUzcWB98-AgMGM9cVjylLlWEb9j9l2CXfIXvMU 3825
venvmod/commands/append_module.py sha256=oezuF_TcuBM0ESBBF5hm0uIpOJ1UWnKYDF6_o9rqXY0 11077
venvmod/commands/create_module.py sha256=YM7RVdDYdpN31skirfszYQL4n89PbpF_KX_aPm_SB94 5049
venvmod/commands/test_imports.py sha256=3f-MdwrxvJrHp-wRzDYQWBGi22d54OyTM39NJf-1PzU 1715
venv_modulefile-0.1.4.dist-info/LICENSE.md sha256=60g1-rYv-ihlhia33lGnN-_4bKV8OQKks8u2gJ7unUk 1302
venv_modulefile-0.1.4.dist-info/METADATA sha256=80KGUyWK6hgKje6InYAZAsHMWdiqgZAFmxhZrAs7jDo 4709
venv_modulefile-0.1.4.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
venv_modulefile-0.1.4.dist-info/entry_points.txt sha256=LhlHR4QNb8takOWSLB5n9u1p7Htis_ag00uqICsoutE 807
venv_modulefile-0.1.4.dist-info/top_level.txt sha256=YOyfBCdzuqhCzYY22PvpWrsXAriFVWupwatYtW7ZVs8 8
venv_modulefile-0.1.4.dist-info/RECORD

top_level.txt

venvmod

entry_points.txt

venvmod-add-appli = venvmod.commands.create_module:add_appli
venvmod-cmd-append-path = venvmod.commands.append_module:append_path
venvmod-cmd-module-load = venvmod.commands.append_module:module_load
venvmod-cmd-module-use = venvmod.commands.append_module:module_use
venvmod-cmd-prepend-path = venvmod.commands.append_module:prepend_path
venvmod-cmd-read-env = venvmod.commands.append_module:read_env
venvmod-cmd-remove-path = venvmod.commands.append_module:remove_path
venvmod-cmd-set-alias = venvmod.commands.append_module:set_aliases
venvmod-cmd-setenv = venvmod.commands.append_module:setenv
venvmod-cmd-source-sh = venvmod.commands.append_module:source_sh
venvmod-initialize = venvmod.commands.create_module:initialize
venvmod-test-import = venvmod.commands.test_imports:test_imports