mysqlwrapperpackage

MySQL Python Wrapper Package


License
MIT
Install
pip install mysqlwrapperpackage==0.1

Documentation

MySQLWrapperPackage

This is a small MySQL database wrapper module that injects a mysql connection instance

Getting Started

These instructions should help you run the code on your machine.

Prerequisites

The code is written in Python3

Installing

start by cloning the repository from GitHub:

for https use

$ git clone https://github.com/Sharonsyra/MySQLWrapperPackage.git

for ssh use

git clone git@github.com:Sharonsyra/MySQLWrapperPackage.git

Change Directory into the project folder

$ cd bc-16-Campolutions-idea-box

Install the application's dependencies from requirements.txt

$ pip install -r requirements.txt

Running the program

See the example as on examples.py file

Run your tests:

$ nose2 

Resources Used