luebbers / ipysettings

Python class for interactively manipulating application settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ipysettings

This package introduces a Python Settings class for holding generic configuration data. The structure of the configuration data is specified using a JSON Schema file, against which any input or change is validated. The Settings class is also capable of creating a GUI to manipulate the configuration within a Jupyter notebook.

About

Python class for interactively manipulating application settings

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 56.4%Language:Python 43.6%