Metadata-Version: 2.1
Name: configration
Version: 3.0.3
Summary: """A utility for json or toml config files."""
Home-page: https://psionman@bitbucket.org/psionman/bfgdealer.git
Download-URL: https://pypi.org/project/bfgdealer/
Author: jeff watkins
Author-email: support@bidforgame.com
License: MIT
Keywords: cli,input
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# configration

A module to validate and load config files.

## Installation

```bash
pip install configration
```


# Version History

Version 2.0.8 16 Apr 2024

1. Add defaults

------

Version 2.0.7 6 Aug 2023

1. Status constant on  save toml_config

------

Version 2.0.6 29 Jun 2023

1. Copy all tests

------

Version 2.0.5 29 Jun 2023

1. Tests on json and Toml
------

Version 2.0.4 18 June 2023

1. Invalid toml test corrected
2. Add tomli to requirements.txt

------

Version 2.0.3 9 June 2023

1. Implement create()
2. Implement save()
3. Consolidated testing into one file

------


Version 1.0.2 29 May 2023

1. Provide __repr__

------


Version 1.0.1 29 May 2023

1. Expose TomlConfig

------

Version 1.0.0 29 May 2023

1. Implement Toml configs
2. Test suit introduced

------

Version 0.0.1 11 May 2023

1. Better error message if config file is missing

------

Version 0.0.0 10 May 2023

1. Initial version

------
