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

Uploaded Source

File details

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

File metadata

  • Download URL: libflavour-0.0.7.tar.gz
  • Upload date:
  • Size: 4.7 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.7

File hashes

Hashes for libflavour-0.0.7.tar.gz
Algorithm Hash digest
SHA256 5e06306d98f63894f47a1507b2aab9b1bff3de157e8c1a0a3d2b69fa01caca65
MD5 5206a913e12b31973e94af8307aa427e
BLAKE2b-256 0b5c8a50e02fb348f7e69cb375cbfbbd3abf130c11b43da18d3ded3d8b887d76

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