Skip to main content

An easy to use ini file handler library

Project description

Ini Handler is a simple and small Python library for reading and writing .ini setting files.

Ini Handler makes implementing user customisable settings painless and simple. It achieves this by limiting the number of methods you have to remember to be able to do what you want to do.

For example:

from ini_handler.vbini import Ini

ini_file = Ini() ini_file[‘NewSetting’] = ‘Simple!’

print(ini_file[‘NewSetting’])

Output:

‘Simple!’

Just like that we have created and retrieved a new setting!

Go here for the documentation: http://vesnabrucomsini-handler.readthedocs.io/en/latest/

Source

The source files can be found on GitHub: https://github.com/VesnaBrucoms/ini-handler

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Ini-Handler-0.4.0.zip (5.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page