Skip to main content

A python module for saving and loading settings

Project description

pysettings-manager

Python Versions PyPI Version PyPI downloads Code style: black

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

pysettings-manager-1.0.0.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

pysettings_manager-1.0.0-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

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

Hashes for pysettings-manager-1.0.0.tar.gz
Algorithm Hash digest
SHA256 65ca6e235c2db83baee4b391b3d6cc4ae77ab231d767e43a87790514c9fb3441
MD5 2559fb3bb99be4132985fc7d9ca61a34
BLAKE2b-256 db3bcadf261b809039a8de06e44a8f55b64fb578bdbe8df6684a2d0a2b4710b8

See more details on using hashes here.

File details

Details for the file pysettings_manager-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pysettings_manager-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 15a01b6dec963e22396c4538abb44612aacee8c2ff90cbd60127e0cbeb742aca
MD5 97a1afa06e118424419cafd2a5447754
BLAKE2b-256 0dda8981262818e3786b01ba838d12fdbf9e9b30fb3f5a8168e5d217787102c9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page