vscode-task-runner

View on PyPIReverse Dependencies (0)

1.3.4 vscode_task_runner-1.3.4-py3-none-any.whl

Wheel Details

Project: vscode-task-runner
Version: 1.3.4
Filename: vscode_task_runner-1.3.4-py3-none-any.whl
Download: [link]
Size: 19996
MD5: 72c60badb7fa68f6c9c8e6e832dd38c4
SHA256: 60d38083fab15874f643c0a1b8e9370f19b0c7e396fcfb5a404c80462f35a26e
Uploaded: 2024-10-24 00:27:02 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: vscode-task-runner
Version: 1.3.4
Summary: Task runner for VS Code tasks.json
Author-Email: Nathan Vaughn <nath[at]nvaughn.email>
Project-Url: Homepage, https://github.com/NathanVaughn/vscode-task-runner
Project-Url: Repository, https://github.com/NathanVaughn/vscode-task-runner.git
Project-Url: Issues, https://github.com/NathanVaughn/vscode-task-runner/issues
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: colorama (>=0.4.6)
Requires-Dist: dacite (>=1.8.1)
Requires-Dist: pyjson5 (>=1.6.7)
Requires-Dist: questionary (>=2.0.1)
Requires-Dist: shellingham (>=1.5.4)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 9509 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.25.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
vscode_task_runner/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
vscode_task_runner/__main__.py sha256=K7EPd8fa5wMsTn1UYmtPwPBHSSHwOqqcHurTLggXI_c 54
vscode_task_runner/console.py sha256=TygedZoXm5RcetxI1Bgrf5OGSdPzzi7QGgZdkZdWhqQ 4551
vscode_task_runner/constants.py sha256=g9zfN-e4jTNKy-gXkvtyr1F_-QIVwAIJC12D40Fq22w 1340
vscode_task_runner/exceptions.py sha256=dbt-VfCmjHZX0Huc3URKqxagLh4Ln4vBoyylCpliWqA 929
vscode_task_runner/executor.py sha256=78XgRnwXGm_V6eXD0IxRYnvARQPkTDlTd9a2-Z9mwTs 2004
vscode_task_runner/helpers.py sha256=z2QssxDuOEfoIR7D3TzEnrqeMLPvi7C9Qw6Qf6qQbUQ 4132
vscode_task_runner/models.py sha256=b6yPNZjsnz6l-AgapymQh7O7cHNgPI-QTFhzwdSI9yw 1489
vscode_task_runner/parser.py sha256=Qk1HdfvGycNfEr0Juc0lu7s5EQRtRy9sa3rW9ksL2vA 635
vscode_task_runner/printer.py sha256=Zd2W5HYRdotOTUmfUrase4-XtqpYvfL026buPl2pol4 1914
vscode_task_runner/task.py sha256=NSvz2PTzoscdW5R8g_pxdP_uOrlcqsWqbk0PmYeBnVQ 10934
vscode_task_runner/terminal_task_system.py sha256=EJbjd-i-udbVkkz3LSQ8qj1hBNtjU-pet2MssJfk1tc 7363
vscode_task_runner/variables.py sha256=gS48JdrRR0fn8iKjEpX1_tJO_KzrUZhHH4gGzKksSgg 5414
vscode_task_runner-1.3.4.dist-info/METADATA sha256=SS3r9_yBv5YgJMtanVchdnlYvqU_tVH7bBxSCfCoDW8 10620
vscode_task_runner-1.3.4.dist-info/WHEEL sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY 87
vscode_task_runner-1.3.4.dist-info/entry_points.txt sha256=nmUUo0Hir-GfBbNsbNzLX5Ig9Ds-fd1W8nByhWW0uz8 107
vscode_task_runner-1.3.4.dist-info/licenses/LICENSE sha256=1OBsA1AWSxfd-3r-6osZg0gU_xe0tw358T-ByBB18rU 1070
vscode_task_runner-1.3.4.dist-info/RECORD

entry_points.txt

vscode-task-runner = vscode_task_runner.console:run
vtr = vscode_task_runner.console:run