Aratrum
A simple configuration handler that reads a JSON config file and provides methods to interact with it.
Was it really necessary to make a package for such a simple thing? Maybe not, but I like the DRYness of it, since almost every app will need a configuration reader.
Installation
pip install aratrum
Usage
Load a configuration file:
>>> from Aratrum import Aratrum
>>> config = Aratrum('config.json')
>>> options = config.get()
>>> print(type(options))
dict
Set a value in the config and save it:
>>> config = Aratrum('config.json')
>>> config.get()
>>> config.set('server', 'somewhere')
>>> config.save()
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aratrum-0.3.2.tar.gz
(2.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aratrum-0.3.2.tar.gz.
File metadata
- Download URL: aratrum-0.3.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ccee5e0ffa85d494744a4832fd3bd89d7ddfb75f89c70ee3ee4cb3b08fd1f01
|
|
| MD5 |
aca83fadd194b6e492a59d31777e5ebd
|
|
| BLAKE2b-256 |
8a0918e8ec7ab6c19687a2e7d4fff5843d511604153b527ff8a9283f9f0021e1
|
File details
Details for the file aratrum-0.3.2-py3-none-any.whl.
File metadata
- Download URL: aratrum-0.3.2-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f1da2d299fffc3c87f6a685aa0e8dd0b428805b04277aad9c81622c5002aeb0
|
|
| MD5 |
01872572f8fdba1be45b7346373e1e11
|
|
| BLAKE2b-256 |
1735510145193a50a509f177df1cfb6033f7896cd440dc95e2bfbd99dcfd6394
|