Skip to main content

Simple use ini files

Project description

This is the simplest way to interact with a single ini file to store settings.

Attention! It is delivered together with logging to a file. You need to try to understand.

Use: from simpleini import SETTINGS, logging

parsed_data = SETTINGS(<names_settings>, <required_settings>)

# names_settings - A string with the names of the settings stored in the file. If there is no file, it will be created and the program will be completed.
# required_settings - comma-separated list of required variables. 'all' - to check all variables

Example ini reader: parsed_data = SETTINGS('settings1, settings2, settings3', 'all')

settings1 = parsed_data.settings1
settings2 = parsed_data.settings2
settings3 = parsed_data.settings3

Example logging: logging('message for log') # it will write a file to the project folder log.txt and it will add incoming information to it

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

simpleini-0.1.3.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

simpleini-0.1.3-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

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