Skip to main content

A library for reading / writing Missim config files

Project description

Missim Config

Missim Config is used to load config stored inside the ~/.config/greenroom folder.

Install

  • pip install -e ./packages/missim_config

Usage

Reading config

from missim_config import read

config = read()

Writing config

from missim_config import write, MissimConfig

config = MissimConfig()

write(config)

Generating schemas

After changing the dataclasses, you can generate the schemas with:

python3 -m missim_config.generate_schemas

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

missim_config-1.11.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

missim_config-1.11.0-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

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