nt2

View on PyPIReverse Dependencies (0)

0.2.7 nt2-0.2.7-py3-none-any.whl

Wheel Details

Project: nt2
Version: 0.2.7
Filename: nt2-0.2.7-py3-none-any.whl
Download: [link]
Size: 19336
MD5: 8375d5a516ea90bb9e995368d6d347fc
SHA256: f1ace151f13e9267c9a09a4ad3cb16634265b9e4f733e91ad536dca4a5a7da79
Uploaded: 2024-10-15 20:07:17 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: nt2
Version: 0.2.7
Summary: CLI to convert between NestedText and JSON, YAML or TOML, with explicit type casting.
Author: Andy Kluger
Project-Url: Home, https://github.com/andydecleyre/nestedtextto
Keywords: NestedText,JSON,YAML,TOML
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
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Environment :: Console
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Requires-Dist: cattrs
Requires-Dist: nestedtext
Requires-Dist: plumbum
Requires-Dist: rich
Requires-Dist: ruamel.yaml
Requires-Dist: yamlpath (>=3.6.9)
Requires-Dist: darglint; extra == "dev"
Requires-Dist: flit; extra == "dev"
Requires-Dist: ipython; extra == "dev"
Requires-Dist: nestedtext; extra == "dev"
Requires-Dist: nox; extra == "dev"
Requires-Dist: plumbum; extra == "dev"
Requires-Dist: pyright; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: ssort; extra == "dev"
Requires-Dist: taskipy; extra == "dev"
Requires-Dist: tomli; extra == "dev"
Requires-Dist: tomli-w; extra == "dev"
Requires-Dist: ward; extra == "dev"
Requires-Dist: md-toc; extra == "doc"
Requires-Dist: plumbum; extra == "doc"
Requires-Dist: pydoctor; extra == "doc"
Requires-Dist: wheezy.template; extra == "doc"
Requires-Dist: darglint; extra == "fmt"
Requires-Dist: ruff; extra == "fmt"
Requires-Dist: ssort; extra == "fmt"
Requires-Dist: nestedtext; extra == "test"
Requires-Dist: plumbum; extra == "test"
Requires-Dist: tomli; extra == "test"
Requires-Dist: tomli-w; extra == "test"
Requires-Dist: ward; extra == "test"
Requires-Dist: nestedtext; extra == "test-without-toml"
Requires-Dist: plumbum; extra == "test-without-toml"
Requires-Dist: ward; extra == "test-without-toml"
Requires-Dist: tomli; extra == "toml"
Requires-Dist: tomli-w; extra == "toml"
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: fmt
Provides-Extra: test
Provides-Extra: test-without-toml
Provides-Extra: toml
Description-Content-Type: text/markdown
[Description omitted; length: 19348 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
nt2/__init__.py sha256=M3vHdAIgA48_I7fZojqMmpV8bR1gcf8OQwBgr7OmhkA 115
nt2/casters.py sha256=WNzh-rCbwUtH30R4aqRDhFsJJn70QGwU3-JUNBD5CKY 7811
nt2/converters.py sha256=T-8MvHHqvbrF2X_4F3EU5-6Ukr8NYqPli8oKuHAydbs 6701
nt2/dumpers.py sha256=YN4vh8z_Iu8UlnM1vUxlhMSDtSWAGn7pTbcOUaOBoCs 12260
nt2/requirements.in sha256=pvM_PZgIMdJ7jYMk-p9TiUQS9R5e66b9uCMJUBwYjH0 128
nt2/requirements.txt sha256=AhwlKkQeKJ8b3KZNXTYyExiyE7BIpzDqjTdPBVFHL7U 717
nt2/toml-requirements.in sha256=rGID8R8qejqYziceIrn_2VWTpIpmGW2vlkB7d5O9xog 34
nt2/toml-requirements.txt sha256=9rsiZyfeUSt-FwNxF_fx2hiuK5ZgTPsY-f-T86qkbx0 112
nt2/ui.py sha256=YoDLxoDyBAMPp6quTMM1hMobIb2LRQpLKhvvupac_w4 9933
nt2/yamlpath_tools.py sha256=GA4zbgoojgGzBq_uVx-0dr0nA7bnFmT7lJ0payHP43M 4263
nt2-0.2.7.dist-info/entry_points.txt sha256=LW-4o7N2ZHKBLLdRM_9o-t1V4z9ZJCQK9K1wDpKrf8E 211
nt2-0.2.7.dist-info/LICENSE sha256=fhLl30uuEsshWBuhV87SDhmGoFCN0Q0Oikq5pM-U6Fw 1211
nt2-0.2.7.dist-info/WHEEL sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4 81
nt2-0.2.7.dist-info/METADATA sha256=nBOF4byH6BzC_wYweiKCph3I1-LXCTwPINzpluZmRyU 21800
nt2-0.2.7.dist-info/RECORD

entry_points.txt

json2nt = nt2.ui:JSONToNestedText
nt2json = nt2.ui:NestedTextToJSON
nt2toml = nt2.ui:NestedTextToTOML
nt2yaml = nt2.ui:NestedTextToYAML
toml2nt = nt2.ui:TOMLToNestedText
yaml2nt = nt2.ui:YAMLToNestedText