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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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