Metadata-Version: 2.1
Name: inept
Version: 0.1.0a5
Summary: INteractive Editable oPTions
Home-page: https://github.com/brgm/inept
Author: Farid Smai
Author-email: f.smai@brgm.fr
License: GNU GPLv3
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: importlib-metadata
Requires-Dist: click

# inept

An "**in**teractive **e**ditable o**pt**ions" library for handling complex option hierarchies
from multiple sources (script, CLI, config files, ...).

## Installation 

Install inept with pip

```bash 
  pip install inept
```

## Running Tests

To run tests, run the following command

```bash
  pytest
```

## Used By

This project is used by the following softwares:

- https://github.com/BRGM/ComPASS

## License

[GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html)



