/jsonpack

Easily create JSON packs for your Python Application.

Primary LanguagePythonMIT LicenseMIT

jsonpack

This library allows you to create packs using JSON files to configure your Python Application.

Install

pip install jsonpack

Features

  • Supports JSON, YAML, ZIP and most image formats
  • Includes the loading of Python files from packs to easily expand your app's features
  • Easily reload all packs without having to restart your application.
  • JSON and YAML validation to make sure your file is properly configured.

See the docs for more information.

Optional Dependencies

Name Required Description
Pillow No For image/* mimetypes
PyYAML No For application/yaml mimetype
opencv-python No For video/* mimetype
pygame No For audio/* mimetype