Installation
You should install this package into a virtual environment. You can use uv (recommended), or Poetry to do this:
$ uv add simple-toml-settings
or
$ poetry add simple-toml-settings
If you don't want to use Poetry, you can use pip from inside your virtual environment:
$ pip install simple-toml-settings