Skip to main content

A python module for saving and loading settings

Project description

pysettings-manager

Code style: black

A python module for saving and loading settings

Get Started

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-0.1.2.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

pysettings_manager-0.1.2-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

Details for the file pysettings-manager-0.1.2.tar.gz.

File metadata

  • Download URL: pysettings-manager-0.1.2.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for pysettings-manager-0.1.2.tar.gz
Algorithm Hash digest
SHA256 b2cfa8c974c533b2938911854ee5d7a8d090c5ce6601dbf424fb65950f5d6541
MD5 11ba38c74d918890ad367ba656ba695c
BLAKE2b-256 4c18b2fd4607438a817e879bac06534ceaf45c5a025fd2e43defb81d5476723f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysettings_manager-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7d15c9644c004e7290b3bec456cc82ecec6cca313bd8d94061926417bdce8641
MD5 4956b86fbfded6e1685dd20485d0c312
BLAKE2b-256 425c6d950c1bde78da9d9113027b0c861a46cb2facfa8c68dfb6825744c814c5

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