Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

iolanta-tech/python-yaml-ld

Open more actions menu

Repository files navigation

python-yaml-ld

A Python implementation for handling YAML-LD documents. Basically, a wrapper on top of digitalbazaar/pyld.

What is YAML-LD?

YAML-LD is a YAML-based serialization for Linked Data, drawing inspiration from JSON-LD. It aims to bring the ease of YAML along with the structured linked data principles of JSON-LD. The YAML-LD specification provides detailed information on the structure and usage of YAML-LD.

For whom is this library?

For Python developers who are interested in parsing and transforming YAML-LD data.

Installation

pip install yaml-ld

Functions

See Docs for more details.

Contributing

  • Clone the repository
  • Set up a Python virtual environment
  • Install Poetry:
pip install -U pip poetry
  • Install the project:
poetry install
  • Retrieve submodules:
j update-submodule
Morty Proxy This is a proxified and sanitized view of the page, visit original site.