jsonvl

View on PyPIReverse Dependencies (1)

0.5.0 jsonvl-0.5.0-py3-none-any.whl

Wheel Details

Project: jsonvl
Version: 0.5.0
Filename: jsonvl-0.5.0-py3-none-any.whl
Download: [link]
Size: 28300
MD5: e9820bb5c2444ab440801fec10edb129
SHA256: 17fd296cae13a35c172a89c15b1497958f9fb32827830af9f0ce8a11abc490bd
Uploaded: 2021-03-14 09:59:29 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: jsonvl
Version: 0.5.0
Summary: JSON schema validator.
Author: Chris Gregory
Author-Email: christopher.b.gregory[at]gmail.com
Home-Page: https://github.com/gregorybchris/jsonvl
License: Apache Software License
Keywords: json,schema,validator,checker,types,typing,constraint
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Topic :: Utilities
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: pytest-forked; extra == "testing"
Requires-Dist: pytest-xdist; extra == "testing"
Requires-Dist: pycodestyle; extra == "testing"
Requires-Dist: pydocstyle; extra == "testing"
Requires-Dist: flake8; extra == "testing"
Provides-Extra: testing
Description-Content-Type: text/markdown
[Description omitted; length: 2487 characters]

WHEEL

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

RECORD

Path Digest Size
jsonvl/__init__.py sha256=1oH7QdrMibjGiP0wKQ2PLOOdJKn7rkZp2xjRbajeXlo 248
jsonvl/_cli/__init__.py sha256=pUgpYwiqn41jMrGggDY9nLOmBoSg9YKnW-E2hCp3JDo 52
jsonvl/_cli/color.py sha256=Lc3ZThIe5pFmI3Gx8Ez8gcN-QY1YCeE2d3BmbNEPP50 467
jsonvl/_cli/main.py sha256=Bsqz5KONv5WQ8Vy6Ag_VJr_pxBxsV2zrtKLWu0VJsgQ 807
jsonvl/_path/__init__.py sha256=FIrkkxnnfYWatcpWQbb7SpFhy897p6gQvBy58o4tLx4 53
jsonvl/_path/path_utilities.py sha256=env2cPqRWsZ_o1wBFCLZoisyxukg8N8Rfsi6Ef3HoBE 1399
jsonvl/_utilities/__init__.py sha256=ECLKpzcp9LdG0N3ZCzNZ6a1Jl79vFlQG49Pis83_G8s 39
jsonvl/_utilities/venum.py sha256=O2H2SfJABnRm3kcAFIHmM3BvYYkxSsZYCWF-Ib_sEUU 715
jsonvl/constants/__init__.py sha256=DFTxd8EFFlCT6arGg0MyOdP3A_Kr1IfpUqdoT2l6o5A 35
jsonvl/constants/builtins.py sha256=XDSyY3dchvemMnJT7Zurz5-cZvvevtCJNdOxz1Y25mU 351
jsonvl/constants/reserved.py sha256=Jv9jWPNMO5_tG4tys9STmaiMDBEs3mruqwMIsEHae8k 369
jsonvl/core/__init__.py sha256=vEsj1KvbV_brCZ-4nBG5tNfTxIasNQ5V9vfEDn8RFoQ 47
jsonvl/core/constraint.py sha256=_8C3UcMneUKPOyGs0_sl0JzmRxVPY6MIGqLSIhp6Eow 1078
jsonvl/core/validation.py sha256=7SyGWokMZuBVNDHz7wPY1El2cT1fMkcqJpIFZ562vuc 605
jsonvl/core/validator.py sha256=IMe43yAXmsGbNw8ZRYQ06kkhv24GhBCSndmlzpYM8yc 7648
jsonvl/core/_array/__init__.py sha256=cJpFmDI5hscMTWN5WLce7FDSxS9kSqAG6XeRXk2wYM0 41
jsonvl/core/_array/array_constraint_names.py sha256=ITQlDbjFf1eCgU9ckpeXjFBog3WUFpPwrNM_g6s_LcQ 230
jsonvl/core/_array/array_constraints.py sha256=4VUZrBLs6Cgdye7yJ8JXYCw0CV_iVqrPK02Zk7vHwB8 3457
jsonvl/core/_array/array_validation.py sha256=Ab4PNQjM8T_-M3LbWpTPf5ef14dUclpfXJStMzkopf8 1826
jsonvl/core/_boolean/__init__.py sha256=jj0ZbmyU5zv2OV3yP5nDCJidwDDra7i_s8eseElYaHc 43
jsonvl/core/_boolean/boolean_validation.py sha256=Bt7WD8e6iDWtKEpQkQlE5TetF9pfNNzcm1p7nGOyOA0 932
jsonvl/core/_null/__init__.py sha256=IhUV7Xi9EY44SbZQgT-kV8rLl4hPd9djtUnjydOegy8 40
jsonvl/core/_null/null_validation.py sha256=QZUYqyE_4RhkzmpV2CTOTyJ9XY0-Hj4Sn-3dJ4hGhJc 907
jsonvl/core/_number/__init__.py sha256=LqRftWZ3I_KPzXIadTSgBgFtJerpnAKQo7ud2m5rqRs 42
jsonvl/core/_number/number_constraint_names.py sha256=rYMDy17BREK120FG_kAFi80b77mxm9FJai0xQ861-GY 233
jsonvl/core/_number/number_constraints.py sha256=W9H4nSWRWsakY9y6PDsWsBe38c8oPJaH3-MPvi7znR4 3615
jsonvl/core/_number/number_validation.py sha256=goTOG2Zv99hsiO9r-9DMOelE2VfM5BDDl8AM6DRstps 1837
jsonvl/core/_object/__init__.py sha256=HEEeKz48E85ugulA_4onAX43bwjs_9fC6YNDY895s8M 42
jsonvl/core/_object/object_validation.py sha256=nW7GxXZkq6TGdc5DBjVmdX8BV73SnpIvJSOW71MQlRc 1826
jsonvl/core/_string/__init__.py sha256=Z2GPvgKsE3DnjAj43orTCMBsperH5_JrhjJ3RxoqJEY 42
jsonvl/core/_string/string_constraint_names.py sha256=ADvABwSlvYpEgp7DjWBv9EiHGw8VQuvjESVqgYv5yHw 264
jsonvl/core/_string/string_constraints.py sha256=QAJBtrv0S1u1bvmTw1sSMbuRPy_IczREIry8zjQ7NTQ 5892
jsonvl/core/_string/string_formatting.py sha256=9qs7wrNjYJh2fTRbbRnsWJ_t3CBMi4zRruMq9daQDt8 581
jsonvl/core/_string/string_validation.py sha256=tjVftAijL1YrxeeKJf-LZv6dQm9fRtWeVqJpohekLGc 1862
jsonvl/errors/__init__.py sha256=wHt914_3qW5hN8Eq_qeLgEV4xBXG8QlOb5NbxEc7m7s 369
jsonvl/errors/_messages.py sha256=CtcZHiF_uGq7OtZgD9wUMNLlXyjmbAtKC2eTvIsUrhs 3294
jsonvl/errors/errors.py sha256=ISU3d7UYxXTOFecihT8Oh5sNTAwijpb2dRTHZcCgMvQ 1978
tests/test_cli/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_cli/test_cli.py sha256=iVGtvyTcrz3HmTNPQL34Qo2OGnYeNnXf8oRIQ78VkOw 1252
tests/test_cli/test_color.py sha256=qalpmkajxGb94I85QYSI88sHXhCSmeto_mRF_jTY8VE 986
tests/test_constants/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_constants/test_builtins.py sha256=kC8PCbG-cJPJadDdQjICx5SUyXNDGTLGW_dYHzdtMa0 501
tests/test_errors/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_errors/test_error_messages.py sha256=sJN6btuqmK4d_vGeKYs5Dn_G2v1xzr9QBIJCYmFx9I4 1352
tests/test_utilities/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_utilities/test_venum.py sha256=w64tLcZwNNhfJ1aOTlCFU0WWzqgZgeB1SSg5p-FYU0U 505
jsonvl-0.5.0.dist-info/LICENSE.txt sha256=eFm96wqFzxb6kJee6WwUSrTegR6PPFMZ2ErNXEkfDY4 9040
jsonvl-0.5.0.dist-info/METADATA sha256=AJxGk8sLzhyV95CZDQEvyiFrTXbBHv6Ehtaw_2plJqM 3691
jsonvl-0.5.0.dist-info/WHEEL sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA 92
jsonvl-0.5.0.dist-info/entry_points.txt sha256=8oagIOttan_u28IQepe_vIPHe1ZRKP3oR4j8xswKjtg 49
jsonvl-0.5.0.dist-info/top_level.txt sha256=fOsnTXB5OY3DG2D2cMu_ZmZfK6tGt-Yl9J9Mm1v6D_s 13
jsonvl-0.5.0.dist-info/RECORD

top_level.txt

jsonvl
tests

entry_points.txt

jsonvl = jsonvl._cli.main:run