decoda

View on PyPIReverse Dependencies (0)

0.2.7 decoda-0.2.7-py2.py3-none-any.whl

Wheel Details

Project: decoda
Version: 0.2.7
Filename: decoda-0.2.7-py2.py3-none-any.whl
Download: [link]
Size: 36105
MD5: 514f84f0b9628d76f4f0d78055e3c729
SHA256: edb2bb6d2b36a4532d50f8c857d92696c6b18e9cb0bc2bf4d810f1ec23c4deab
Uploaded: 2024-10-20 23:53:38 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: decoda
Version: 0.2.7
Summary: Decoder for J1939
Author: Andrew Dodd
Author-Email: andrew.john.dodd[at]gmail.com
Maintainer: Andrew Dodd
Maintainer-Email: andrew.john.dodd[at]gmail.com
Home-Page: https://www.decoda.cc/
Project-Url: Documentation, https://www.decoda.cc/
Project-Url: Source Code, https://github.com/andrewdodd/decoda
License: MIT
Keywords: j1939
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
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: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Requires-Dist: attrs
Requires-Dist: pretty-j1939; extra == "sae-spec-converter"
Requires-Dist: xlrd2; extra == "sae-spec-converter"
Requires-Dist: pandas; extra == "sae-spec-converter"
Requires-Dist: openpyxl; extra == "sae-spec-converter"
Provides-Extra: sae_spec_converter
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 11125 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.2.0)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
decoda/__init__.py sha256=_V5f0WJ3Fy1pNGAdFI2Lnd5N5zu-FvffJK3iQTo_Fe0 391
decoda/exceptions.py sha256=SWcrU8qdWR0MOPHeTtZwfXk9WEmYWjC6v_3Wu5OHDlY 1092
decoda/main.py sha256=W_v2UG42PtP14-2jJ540eiqXzdkLAT_O2mRFCJBn4Z4 19864
decoda/spec_loader.py sha256=_NOMJs758gGMLcevEDSv-bzAlszky8pS0qxewCZSjGU 8243
decoda/transport.py sha256=-ilZBgyf6RVIwNi9ggNtN_1_qxKNn8DdkKk7jsxhvL8 5363
decoda/well_known.py sha256=GEy0jvRkTy79lLv8g0Q2FfB1Jye8C2yBH68FZSgQKsw 4209
decoda/sae_spec_converter/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
decoda/sae_spec_converter/correct_spec.py sha256=AyPCNiizSaDtSuMgLPNi20Fp7Rnk7c0MvCfIiEzrB5M 2646
decoda/sae_spec_converter/create_j1939db_json.py sha256=cEAQnICwa0K3eXuKOd-vU740kBQPpbuRqwbEw04SmKQ 38153
decoda/sae_spec_converter/enrich_spec.py sha256=iSXvIP7P4TiKDLsCDujbWqVomqd3IabVCkAlFwpMUYI 7493
decoda/sae_spec_converter/json_from_da.py sha256=p3Tp4xHCwXzILguT9EptJ7AzHk-vTAECw6gEcBlEjeE 11810
decoda/sae_spec_converter/json_from_isobus_xlsx.py sha256=_VuyC9lVL0w-YOeQf8pAw0wuryfmG2JkO4uiL2Idzdk 1198
decoda/sae_spec_converter/make_extract.py sha256=FO9kK7fyGUZRW6xVb_lByHUWQwK1MWq0kprgWiw2k70 1404
decoda/sae_spec_converter/remove_bad_items.py sha256=jOSn9yhzvScIW5xMjH25Ht9-h72GT8nc0Pk-_qSXCuc 1490
decoda-0.2.7.dist-info/LICENSE sha256=-C7oSXxSiO3Uej55TKq7jfOjDrniykCpzSU_k_Mc2yk 1068
decoda-0.2.7.dist-info/METADATA sha256=n26x7fAfNjEaPHKKE4VdGTZNG6xwXwfWlChufdOjHd4 12514
decoda-0.2.7.dist-info/WHEEL sha256=TJ49d73sNs10F0aze1W_bTW2P_X7-F4YXOlBqoqA-jY 109
decoda-0.2.7.dist-info/entry_points.txt sha256=yAUUlpPCRwSjD2Ylj_SKFmrN0R5ByUpUrgpQ3q-7ZNY 453
decoda-0.2.7.dist-info/top_level.txt sha256=bRaA4q2cYrq8mSkVLblPUXQQ8ERGfBxdRHuTxH5TpAM 7
decoda-0.2.7.dist-info/RECORD

top_level.txt

decoda

entry_points.txt

correct_spec = decoda.sae_spec_converter.correct_spec:main [sae_spec_converter]
enrich_spec = decoda.sae_spec_converter.enrich_spec:main [sae_spec_converter]
json_from_digital_annex = decoda.sae_spec_converter.json_from_da:main [sae_spec_converter]
json_from_isobus_xlsx = decoda.sae_spec_converter.json_from_isobus_xlsx:main [sae_spec_converter]
remove_bad_items = decoda.sae_spec_converter.remove_bad_items:main [sae_spec_converter]