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

Uploaded Source

File details

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

File metadata

  • Download URL: libflavour-0.0.2.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.7

File hashes

Hashes for libflavour-0.0.2.tar.gz
Algorithm Hash digest
SHA256 df50502d7ef1969c93456c7912a23816a7d7a7d0b6dd816cb064a5b8660fee87
MD5 c9c43d828d4d3f3d68c4bc09d64672bc
BLAKE2b-256 ae0fce16ce76c4eb54598f4ff66b9f6fbe9ef2455ff19531c03df34b4e073b91

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