A python module for saving and loading settings
Project description
pysettings-manager
A python module for saving and loading settings
Get Started
Take a look at the documentation
pip install pysettings-manager
import pysettings_manager as pysm
value_1 = 1
value_two = "two"
pysm.save(config_file="settings.json", value_1=value_1, value_two=value_two)
one, two = pysm.load(config_file="settings.json", unpack=True)
print(one)
print(two)
If you find a bug, please report them in issues, pull requests are welcome :)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 pysettings-manager-1.0.0.tar.gz.
File metadata
- Download URL: pysettings-manager-1.0.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65ca6e235c2db83baee4b391b3d6cc4ae77ab231d767e43a87790514c9fb3441
|
|
| MD5 |
2559fb3bb99be4132985fc7d9ca61a34
|
|
| BLAKE2b-256 |
db3bcadf261b809039a8de06e44a8f55b64fb578bdbe8df6684a2d0a2b4710b8
|
File details
Details for the file pysettings_manager-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pysettings_manager-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15a01b6dec963e22396c4538abb44612aacee8c2ff90cbd60127e0cbeb742aca
|
|
| MD5 |
97a1afa06e118424419cafd2a5447754
|
|
| BLAKE2b-256 |
0dda8981262818e3786b01ba838d12fdbf9e9b30fb3f5a8168e5d217787102c9
|