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

Uploaded Source

File details

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

File metadata

  • Download URL: libflavour-0.0.6.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.6.tar.gz
Algorithm Hash digest
SHA256 7c9f996db355d51493ce2993075aebc8f3ebd229db37f8e4a5fcac151363b725
MD5 1b2c9a119ee9e90e3612c687c8fc7960
BLAKE2b-256 6b10fece5c8c6bb7eb1bbf6de8fde796592567844e1360bcc546456b1afdc591

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