Metadata-Version: 2.4
Name: wwpdb.utils.session
Version: 0.18
Summary: wwPDB session support
Project-URL: Homepage, https://github.com/rcsb/py-wwpdb_utils_session
Author-email: Ezra Peisach <ezra.peisach@rcsb.org>
License-Expression: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Requires-Dist: webob
Requires-Dist: wwpdb-io
Requires-Dist: wwpdb-utils-config
Description-Content-Type: text/markdown

# OneDep Web Services Utilities

[![Build Status](https://dev.azure.com/wwPDB/wwPDB%20Python%20Projects/_apis/build/status/wwPDB.py-wwpdb_utils_session?branchName=master)](https://dev.azure.com/wwPDB/wwPDB%20Python%20Projects/_build/latest?definitionId=5&branchName=master)

## Introduction

This repository provides a collection of utilities to aid in web services.

### Installation

Download the library source software from the project repository:

```bash

git clone --recurse-submodules https://github.com/wwPDB/py-wwpdb_utils_session.git

```

Optionally, run test suite using the Tox test runner

```bash
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 .
```



