Skip to main content

This is a python project that parses the configuration file for the "key = value" type.

Project description

This is a python project that parses the configuration file for the "key = value" type.
Usage :
# analysis.conf
# remark ...
key1 = value1
key2 = value2

------------
Create a ConfigAnalysis object:
from pyConfigAnalysis import ConfigAnalysis
config = ConfigAnalysis()
config.read("analysis.conf")
Get all of the key:
config.keys()
->["key1","key2"]
Get the value from a key:
config.get("key1")
->"value1"
Update a configuration
config.update("key2","newvalue2")
#check
config.get("key2")
->"newvalue2"
#save to configuration file
config.save()
Add a configuration
config.add("key3","value3")
#check
config.get("key3")
->"value3"
#save to configuration file
config.save()

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

pyConfigAnalysis-1.0.4.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyConfigAnalysis-1.0.4-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file pyConfigAnalysis-1.0.4.tar.gz.

File metadata

File hashes

Hashes for pyConfigAnalysis-1.0.4.tar.gz
Algorithm Hash digest
SHA256 6651c884b124ca86237b48b58da2f240906ea949ce65ae4cb4ec320309d5570a
MD5 1017a912fc6528bca21d573bfa2ec7a5
BLAKE2b-256 67cc4e397a05c0cee15dc8198c0fcd966d117039103647e7385c2f71fb492828

See more details on using hashes here.

File details

Details for the file pyConfigAnalysis-1.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for pyConfigAnalysis-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c8bbeb468fd537fe98727967450f612b0f1c0b4fcb25ee6f02e149ef2e9af3df
MD5 84ca8ae9ed43f3a57b0474e5998d0c6b
BLAKE2b-256 0639c17e4676276c897f6c6281919ae3fd2aa210dd7db83a132817d7ca09c19b

See more details on using hashes here.

Supported by

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