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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file getMysqlConnPara-2.0.0.tar.gz
.
File metadata
- Download URL: getMysqlConnPara-2.0.0.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7118e817cf4d6efeaeb79ca288144925e6cddce1ab794336e15888e5a57fc7dd |
|
MD5 | fe271367e6a4f10923d1b0b0eee46a24 |
|
BLAKE2b-256 | 5616f65ffdfa6c536f4dc744a716e6e963bdd0b18a53ab42af8ea8d8d53ce6b5 |