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

Uploaded Source

File details

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

File metadata

  • Download URL: libflavour-0.0.3.tar.gz
  • Upload date:
  • Size: 4.5 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.3.tar.gz
Algorithm Hash digest
SHA256 462c756d515c0180543f70f02bb46c26cc2ae29e536242fee98468f722cf466c
MD5 5493ba972487c95923956d6087fc31fc
BLAKE2b-256 fb11d19113d8eaabe94d39a723f62fb0a9969a8bdf78fd24c764039e9c64f4e3

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