Skip to content

A small Python module that makes working with json settings files easier

License

Notifications You must be signed in to change notification settings

cyclopticnerve/Configurator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configurator

"It mostly works™"

License: WTFPL

A small Python module that makes working with json settings files easier

Requirements

None

Installing

You should first run:

foo@bar:~$ sudo apt update && sudo apt upgrade

to make sure you have the lastest software installed.

You can download the (hopefully stable) latest release from the main branch.
Download the 'Source Code (tar.gz)' file.
Then install it using:

foo@bar:~$ cd Downloads
foo@bar:~/Downloads$ python -m pip install Configurator-0.1.0.tar.gz

Or you can clone the git repo to get the latest (and often broken) code from the dev branch:

foo@bar:~$ python -m pip install build
foo@bar:~$ cd Downloads
foo@bar:~/Downloads$ git clone https://github.com/cyclopticnerve/Configurator
foo@bar:~/Downloads$ cd Configurator
foo@bar:~/Downloads/Configurator$ python -m build
foo@bar:~/Downloads/Configurator$ python -m pip install ./dist/configurator-0.1.0.tar.gz -r ./requirements.txt

Uninstalling

foo@bar:~$ python -m pip uninstall configurator

Usage

blah blah blah

Notes

blah blah blah

-)

About

A small Python module that makes working with json settings files easier

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages