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:

>>>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-1.0.2.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