vscode-task-runner

View on PyPIReverse Dependencies (0)

1.1.0 vscode_task_runner-1.1.0-py3-none-any.whl

Wheel Details

Project: vscode-task-runner
Version: 1.1.0
Filename: vscode_task_runner-1.1.0-py3-none-any.whl
Download: [link]
Size: 18281
MD5: b86cbdd75930c460b6e6366784c86fa6
SHA256: 30269482e2ae9de519bf7aaedff4a29a2286fa72a3d1d49438def4902fa3a239
Uploaded: 2024-02-18 03:24:09 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: vscode-task-runner
Version: 1.1.0
Summary: Task runner for VS Code tasks.json
Author: Nathan Vaughn
Author-Email: nvaughn51[at]gmail.com
Home-Page: https://github.com/NathanVaughn/vscode-task-runner
Project-Url: Issues, https://github.com/NathanVaughn/vscode-task-runner/issues
Project-Url: Repository, https://github.com/NathanVaughn/vscode-task-runner.git
License: MIT
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8,<4.0
Requires-Dist: dacite (<2.0.0,>=1.8.1)
Requires-Dist: pyjson5 (<2.0.0,>=1.6.2)
Requires-Dist: questionary (<3.0.0,>=2.0.1)
Requires-Dist: shellingham (<2.0.0,>=1.5.4)
Description-Content-Type: text/markdown
[Description omitted; length: 9231 characters]

WHEEL

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

RECORD

Path Digest Size
vtr/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
vtr/__main__.py sha256=dTYCg33vo5r5JDJ4yz_vqsm6wO0IWBjk0pi5D3yHDWw 39
vtr/console.py sha256=ZS5GtBqGH-BChELBT-KgqjEbQF1lU-ARBDa9k-MtSpw 3186
vtr/constants.py sha256=msnHcMuOj5jbuQnYxF34kjHgRJ6E1jg3cmWXj8_czNg 1308
vtr/exceptions.py sha256=dbt-VfCmjHZX0Huc3URKqxagLh4Ln4vBoyylCpliWqA 929
vtr/executor.py sha256=eDWIeIokSCTACsqnX7s-3n8T9jUPlQRpf_PeKvPunHk 1501
vtr/helpers.py sha256=cVAx9a2yCZNLccnW3qz2Ub67CJHF8MZVAZlQ8i5uJYQ 4187
vtr/models.py sha256=b6yPNZjsnz6l-AgapymQh7O7cHNgPI-QTFhzwdSI9yw 1489
vtr/parser.py sha256=kgOz-bCjWGwyYKoaJ7ADlo1jHj2_aROkCx07VeWIBts 620
vtr/task.py sha256=6zpWleyZtATSvXvMU94U0nTbB_2oMGlc1Fff2vnOhqw 10190
vtr/terminal_task_system.py sha256=cSPpKo-2ZQfGgLa-VvP-Bu5AUnubcgRQCUcZKAhj0qg 7523
vtr/variables.py sha256=XcvpMCdaXg7CtaA4cYVMxKTDxiPZp6drb7iEjx0QdDs 5382
vscode_task_runner-1.1.0.dist-info/LICENSE sha256=1OBsA1AWSxfd-3r-6osZg0gU_xe0tw358T-ByBB18rU 1070
vscode_task_runner-1.1.0.dist-info/METADATA sha256=jK5ATfpRIQRvN5UfZeF4JklYv0b2BkBeWsPp3bxqU-E 10389
vscode_task_runner-1.1.0.dist-info/WHEEL sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4 88
vscode_task_runner-1.1.0.dist-info/entry_points.txt sha256=7wWaIxCd3nbpK6ybD9tZJiRF-6CkaaYtaMhDvUVkH2g 74
vscode_task_runner-1.1.0.dist-info/RECORD

entry_points.txt

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