legopitstop / jsonpack

Easily create JSON packs for your Python Application.

Home Page:https://pypi.org/project/jsonpack/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Easily create JSON packs for your Python Application.

https://pypi.org/project/jsonpack/

License:MIT License


Languages

Language:Python 99.7%Language:Batchfile 0.3%