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.11.tar.gz (4.8 kB view details)

Uploaded Source

File details

Details for the file libflavour-0.0.11.tar.gz.

File metadata

  • Download URL: libflavour-0.0.11.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8

File hashes

Hashes for libflavour-0.0.11.tar.gz
Algorithm Hash digest
SHA256 70cdad04de21d9be1b37623ca207e9d679d02bd1f581a8ecd58b2008f488346f
MD5 0135a58e5bd293c21282cd51f30f04ac
BLAKE2b-256 79a8c22ac17e70537853d92e0f57ca27aa1fca4a92509f49bb08f67cccd9aaf5

See more details on using hashes here.

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