Skip to main content

libflavour - python implementation

Project description

Python library to validate and load flavour YAML files for projects and addons.

Usage for a projects:

from libflavor import load_project
from pathlib import Path

with Path('/path/to/file.yaml').open() as f:
    load_project(f.read())

Usage for a addon:

from libflavor import load_addon
from pathlib import Path

with Path('/path/to/file.yaml').open() as f:
    load_addon(f.read())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

libflavour-0.0.8.tar.gz (4.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page