Port details |
- py-fastjsonschema Fastest Python implementation of JSON schema
- 2.15.3 devel
=0 2.15.3Version of this port present on the latest quarterly branch. - Maintainer: dbaio@FreeBSD.org
 - Port Added: 2020-10-24 20:05:50
- Last Update: 2022-01-18 13:55:54
- Commit Hash: 5413f03
- Also Listed In: python
- License: BSD3CLAUSE
- Description:
- fastjsonschema implements validation of JSON documents by JSON schema. The
library implements JSON schema drafts 04, 06 and 07. The main purpose is to
have a really fast implementation. See some numbers:
- Probably most popular jsonschema can take up to 5 seconds for valid inputs
and 1.2 seconds for invalid inputs.
- Second most popular json-spec is even worse with up to 7.2 and 1.7 seconds.
- Last validictory, now deprecated, is much better with 370 or 23 milliseconds,
but it does not follow all standards and it can be still slow for some
purposes.
With this library you can gain big improvements as fastjsonschema takes only
about 25 milliseconds for valid inputs and 2 milliseconds for invalid ones.
WWW: https://horejsek.github.io/python-fastjsonschema/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}fastjsonschema>0:devel/py-fastjsonschema@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-fastjsonschema/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-fastjsonschema
- pkg install py38-fastjsonschema
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-fastjsonschema listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-fastjsonschema
- Package flavors (<flavor>: <package>)
- py38: py38-fastjsonschema
- distinfo:
- TIMESTAMP = 1642514035
SHA256 (fastjsonschema-2.15.3.tar.gz) = 0a572f0836962d844c1fc435e200b2e4f4677e4e6611a2e3bdd01ba697c275ec
SIZE (fastjsonschema-2.15.3.tar.gz) = 18469
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- devel/py-nbformat
- Configuration Options:
- No options to configure
- Options name:
- devel_py-fastjsonschema
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|