Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.
/ simpleconfig Public archive

A Python library for editing simple configuration files (DEPRECATED)

License

Notifications You must be signed in to change notification settings

gapan/simpleconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

Please use textconfig instead.

About

SimpleConfig is a Class for managing simple configuration files with python. By simple, it means that they are simple text files, there are no sections and all options in the configuration files use a strict

OPTION=value

format, with no spaces between OPTION, = and value.

The same OPTION can be used more than once, and you can have multiple values for each instance. Spaces are allowed in both OPTION and value parts.

About

A Python library for editing simple configuration files (DEPRECATED)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages