This repository provides a collection of utilities to aid in web services.
Download the library source software from the project repository:
git clone --recurse-submodules https://github.com/wwPDB/py-wwpdb_utils_session.git
Optionally, run test suite using the Tox test runner
python setup.py test
or simply run
tox
Installation is via the program [pip](https://pypi.python.org/pypi/pip).
```bash
pip install wwpdb.utils.session
or from the local repository:
pip install .