ServConn Documentation

ServConn

This package defines classes that wrap connections to certain servers. The current classes defined are:

Installation

To install this package, either run python setup.py install from this project or call pip install servconn.

Developing

To develop, use the following to setup your environment

  1. (optional) Setup a virtual environment with virtualenv
  2. Install pip
  3. pip install -r requirements.txt

Contributing

To contribute to this project, fork from the Github project and submit a pull request.