yaplon

View on PyPIReverse Dependencies (1)

1.6.0 yaplon-1.6.0-py3-none-any.whl

Wheel Details

Project: yaplon
Version: 1.6.0
Filename: yaplon-1.6.0-py3-none-any.whl
Download: [link]
Size: 14827
MD5: c6eebb5d38eedfda9c89399788d3727f
SHA256: 484f9cf1bd3f212f00dd9c03f69b65929fa0a6dd1afca210d57fba00d1bb7f07
Uploaded: 2022-06-10 05:55:19 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: yaplon
Version: 1.6.0
Summary: Python 3-based commandline converter CSV → YAML ↔ JSON ↔ PLIST ↔ XML
Author: Adam Twardoch
Author-Email: adam+github[at]twardoch.com
Home-Page: https://twardoch.github.io/yaplon/
Project-Url: Source, https://github.com/twardoch/yaplon/
License: MIT
Keywords: yaml json plist csv xml convert cli
Classifier: Environment :: Console
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Requires-Dist: PyYAML (>=5.4.1)
Requires-Dist: click (>=7.1.2)
Requires-Dist: dict2xml (>=1.7.0)
Requires-Dist: orderedattrdict (>=1.6.0)
Requires-Dist: xmltodict (>=0.12.0)
Requires-Dist: setuptools; extra == "dev"
Requires-Dist: wheel; extra == "dev"
Requires-Dist: pip; extra == "dev"
Requires-Dist: twine (>=3.2.0); extra == "dev"
Requires-Dist: pyinstaller (>=4.0); extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 3366 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.37.1)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
.DS_Store sha256=LG6eHBm9LcrNkdnIz0zCctOMsbUj4SVg4MyCMhONIAY 6148
yaplon/__init__.py sha256=8EjIC8Er4Bn8PhErizTXrZVYTgb6tHgj00LrrBVNYXA 22
yaplon/__main__.py sha256=fGRwW6d2Q3Dj0sbiI4dmA5nyejBqFsk2Eq0m_eROS9Y 20481
yaplon/ojson.py sha256=A7m3TkesSAaCUDkgAuIqx0akVCDrIVTToyzuTBeeg10 2217
yaplon/oplist.py sha256=W97tcSx5fDPEfxs4W61w8Bg3hyNgdLkr-gFYN4DCpZ0 2930
yaplon/oyaml.py sha256=a3VGVxFWCXtzJBv436XNaKPRxwRY2pF6d0ENQfpc9_Y 8761
yaplon/reader.py sha256=rXf0521F7lOEDRXlEI_HmW0QOS7KLC70-UfbOl0eEi8 1809
yaplon/writer.py sha256=LpfOudEFMIJhilcKH1qktrK7Op8wXVm6aE_J-fxU69w 1663
yaplon/file_strip/__init__.py sha256=PuQbg_j_3PZDVRDk6GxeZykxt9dI9rZyNL_Tll14xMQ 18
yaplon/file_strip/comments.py sha256=2gfu3zV-UaFvy9D4Kkkig4QGYW1lxR3f-VQ4iX347VQ 3242
yaplon/file_strip/json.py sha256=1Xb50w4zxAqrNeKCKwjH9PCnaChFLEfHS2JMulrsOuQ 2057
yaplon-1.6.0.dist-info/LICENSE sha256=pudyORBC4EXzwGP9CFUdUWfEljti4ddpoKwqphe8Db0 1154
yaplon-1.6.0.dist-info/METADATA sha256=mAiecbKz3bXdvYdM5yfFupLHDDLJq8p298bBtOwhRvQ 4403
yaplon-1.6.0.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
yaplon-1.6.0.dist-info/entry_points.txt sha256=gUx5GPzGMp0vXq19TXoxx8c3bNPkWEtGzGGqNkAjfaE 663
yaplon-1.6.0.dist-info/top_level.txt sha256=Bk_5TsfhLrZdTsLQ-NG3XafJxUed3qEbl1P4ciWOY_A 7
yaplon-1.6.0.dist-info/RECORD

top_level.txt

yaplon

entry_points.txt

csv22json = yaplon.__main__:csv2json
csv22plist = yaplon.__main__:csv2plist
csv22xml = yaplon.__main__:csv2xml
csv22yaml = yaplon.__main__:csv2yaml
json22plist = yaplon.__main__:json2plist
json22xml = yaplon.__main__:json2xml
json22yaml = yaplon.__main__:json2yaml
plist22json = yaplon.__main__:plist2json
plist22xml = yaplon.__main__:plist2xml
plist22yaml = yaplon.__main__:plist2yaml
xml22json = yaplon.__main__:xml2json
xml22plist = yaplon.__main__:xml2plist
xml22yaml = yaplon.__main__:xml2yaml
yaml22json = yaplon.__main__:yaml2json
yaml22plist = yaplon.__main__:yaml2plist
yaml22xml = yaplon.__main__:yaml2xml
yaplon = yaplon.__main__:cli