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

Uploaded Source

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