A configuration system
Project description
# BetterConfig
BetterConfig is config library used to create config structures for projects
## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install betterconfig.
```bash
pip install better-configuration
```
## Usage
```python
from betterconfiguration import config
test_config = config.BaseConfig("test", "this is a test value")
print(test_config.test)
```
### Result
![](images/result.png)
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file better-configuration-0.1.0.tar.gz
.
File metadata
- Download URL: better-configuration-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4aa6346bbcd234fc871739a3913dc3ebb7f5c26186736a5e95a8996de187cf66 |
|
MD5 | 22efb0a222cdccebea01b7326e58180f |
|
BLAKE2b-256 | 0c7b695876a33fb574b8c2e3e023db48a536f2403edd9816c353d97a3dbff760 |