Python library

overview

Python library encapsulating concerns related to HSML, including validation and running a basic data engine that supports REST calls to perform queries/crud on HSML entities.

Install:

From the sdk zip

pip install path/to/hsml_core-VERSION-py3-none-any.whl

if you have access to VERSES internal pypi set up

pip install hsml_core

Poetry entrypoints

hsml_validate_jsonld

[tool.poetry.scripts]
hsml_validate_jsonld = "hsml_core.hsml.validator_cli:main"

This provides the hsml_validate_jsonld CLI for validating HSML JSON-LD files.

See How to validate HSML for usage instructions.

Last updated