Metadata-Version: 2.1
Name: robotframework-inilibrary
Version: 1.0.2
Summary: 
Author: Shrinivas Bagewadi
Author-email: shrinivasbagewadi@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: configparser
Requires-Dist: robotframework
Project-URL: repository, https://pypi.org/project/robotframework-inilib/
Description-Content-Type: text/markdown

## Robotframework-INILibrary

This library allows you to load and manipulate INI files.

The library uses Python's built-in configparser library.

 #### Example:
| Keyword        |Args...                   |         |				|
|----------------|--------------------------|---------|------|     
|Load INI File   |path/to/your/ini/file.ini	|	      |
|Get INI Value   |section                   | key     |
|Get INI Value   | section2                 | key2    ||
| Set INI Value | section                   | key | value |
|Save INI File  |path/to/your/ini/file.ini|

Keyword Documentation: [INILibrary (shrinivasbb.github.io)](https://shrinivasbb.github.io/INILibrary/)

