Skip to main content

Mysql connection parameters defined in a text file, reads the parameter file and return the connection parameter's dict

Project description

Mysql connection parameters defined in a text file, reads the parameter file and return the connection parameter’s dict

example:

First, you must have a parameter file, which reads as follows:

# mysql Connection parameters

host=localhost

password=password

user=userid

database=dbname

Then,you can use this package in your python program

>>>import getMysqlConnPara

>>>getMysqlConnPara.getMysqlConnPara(‘/home/user/conn.conf’)

{‘host’: ‘localhost’, ‘password’: ‘password’, ‘user’: ‘userid’, ‘database’: ‘dbname’}

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

getMysqlConnPara-2.0.0.tar.gz (1.5 kB view details)

Uploaded Source

File details

Details for the file getMysqlConnPara-2.0.0.tar.gz.

File metadata

File hashes

Hashes for getMysqlConnPara-2.0.0.tar.gz
Algorithm Hash digest
SHA256 7118e817cf4d6efeaeb79ca288144925e6cddce1ab794336e15888e5a57fc7dd
MD5 fe271367e6a4f10923d1b0b0eee46a24
BLAKE2b-256 5616f65ffdfa6c536f4dc744a716e6e963bdd0b18a53ab42af8ea8d8d53ce6b5

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