tomlscript

View on PyPIReverse Dependencies (0)

0.2.1 tomlscript-0.2.1-py3-none-any.whl

Wheel Details

Project: tomlscript
Version: 0.2.1
Filename: tomlscript-0.2.1-py3-none-any.whl
Download: [link]
Size: 7449
MD5: 4b75ab08fe7829b6a283ac15a47d3414
SHA256: 9746e4488c1dfb50e6056105bea2d0c0267d3404b47896c6d134755e0c5df692
Uploaded: 2024-10-30 13:55:33 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: tomlscript
Version: 0.2.1
Summary: A lightweight, dependency-free tool to manage your scripts directly from pyproject.toml
Project-Url: Source, https://github.com/phihung/tomlscript
Requires-Python: >=3.10
Requires-Dist: tomli (>=1); python_version < "3.11"
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 3739 characters]

WHEEL

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

RECORD

Path Digest Size
tomlscript/__init__.py sha256=QwGiaieFDC1ujtTpLl_2f020WqpvHtLM2SEOa3SIW5w 76
tomlscript/main.py sha256=Bp1pJ-FgVCmQSP1WUBc1jieot_TlOTgNrBOiMjV_tkQ 3297
tomlscript/parser.py sha256=r7ybA-mZyRjFvWOeL-fnujFcfkuMutn0zUFpvDBa8MA 3679
tomlscript/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tomlscript/utils.py sha256=mkW93wyEkUJQgZO8aRBZgmpKlF4uXyi7Hgx3xDMWOf0 1931
tomlscript-0.2.1.dist-info/METADATA sha256=UKcna2G9jnzUzjMGhlzGW1Dqvxstzre24z5yrq4SBvU 4085
tomlscript-0.2.1.dist-info/WHEEL sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY 87
tomlscript-0.2.1.dist-info/entry_points.txt sha256=DsjPfr7nrPYmDoTO6o22ZdAkDWT71f3lUXxhmfijEZM 79
tomlscript-0.2.1.dist-info/licenses/LICENSE sha256=tgq9iciPpCZGH9Ir4pc3Lp2zYI1_Fw_Gs0LD4ZDWzdU 1064
tomlscript-0.2.1.dist-info/RECORD

entry_points.txt

tom = tomlscript.main:main
tomlscript = tomlscript.main:main