vscode-cli-helpers

View on PyPIReverse Dependencies (0)

0.1.0 vscode_cli_helpers-0.1.0-py3-none-any.whl

Wheel Details

Project: vscode-cli-helpers
Version: 0.1.0
Filename: vscode_cli_helpers-0.1.0-py3-none-any.whl
Download: [link]
Size: 5314
MD5: 8f82f99c7b2af3c64f63c66adfaadecf
SHA256: 5a49c78f34fe7a9a69292ee2333ab805c28b0cf9ef480ffa7622c8c8c60dca6e
Uploaded: 2023-11-15 11:04:17 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: vscode-cli-helpers
Version: 0.1.0
Summary: Open files (with templates) in VSCode from the command line
Author: Håkon Hægland
Author-Email: hakon.hagland[at]gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10,<4.0
Requires-Dist: click (<9.0.0,>=8.1.7)
Requires-Dist: configparser (<7.0.0,>=6.0.0)
Requires-Dist: platformdirs (<5.0.0,>=4.0.0)
Requires-Dist: sphinx (<8.0.0,>=7.2.6); extra == "docs"
Requires-Dist: sphinx-autodoc-typehints (<2.0.0,>=1.25.2); extra == "docs"
Requires-Dist: sphinx-click (<6.0.0,>=5.0.1); extra == "docs"
Requires-Dist: sphinx-rtd-theme (<2.0.0,>=1.3.0); extra == "docs"
Provides-Extra: docs
Description-Content-Type: text/markdown
[Description omitted; length: 222 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.6.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
vscode_cli_helpers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
vscode_cli_helpers/open_file/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
vscode_cli_helpers/open_file/config_reader.py sha256=Jg63BWoPs3y9Ow01cf7mdKL4SV5pscsgXFhiaDhUtE0 2680
vscode_cli_helpers/open_file/data/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
vscode_cli_helpers/open_file/data/templates/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
vscode_cli_helpers/open_file/data/templates/python.txt sha256=_RxWBAqXQQWO83tbeY0a7DakT4hsCxy6aF2aKCOx35s 175
vscode_cli_helpers/open_file/exceptions.py sha256=vCinLsFLBZOzJhNqgrC7kFDE79Eoq6u7I7YBW9DFQhA 177
vscode_cli_helpers/open_file/script.py sha256=VUTcRZEcXRTI5G5LHJ-lI6SdhpVc5ddiaN2r1KIafG0 2677
vscode_cli_helpers-0.1.0.dist-info/METADATA sha256=9VB6IH3Fd0EFpkfn33TVsxge9EvnlWh7bD-NraKyF-g 1047
vscode_cli_helpers-0.1.0.dist-info/WHEEL sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk 88
vscode_cli_helpers-0.1.0.dist-info/entry_points.txt sha256=Z1ntKPewNHm3hz9Il26R7RRWSemOXX1wN7GtRGqim6A 96
vscode_cli_helpers-0.1.0.dist-info/RECORD

entry_points.txt

vscode-cli-helper-new-python-script = vscode_cli_helpers.open_file.script:main