Metadata-Version: 2.1
Name: bessie
Version: 0.0.1
Summary: Bessie - Base API Client
Home-page: https://github.com/andymitchhank/bessie
Author: Andrew Henry
Author-email: andymitchhank@users.noreply.github.com
Maintainer: Andrew Henry
Maintainer-email: andymitchhank@users.noreply.github.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE-MIT
Requires-Dist: requests

# Bessie - Base API Client

-----

**Table of Contents**

* [About](#about)
* [Building Clients](#building-clients)
* [Installation](#installation)
* [License](#license)

## About 

Bessie is a small base framework for building client APIs. 

## Building Clients

The `BaseClient` class is designed to be subclassed. Each method is also designed to be overriden to include custom logic for specific APIs (such as injecting an authorization header by overriding the `_prepare_request` method).

## Installation

Bessie is not yet avaialbe on PyPI, but should be soon. You can always install it from the repository though. 

## License

Bessie is distributed under the terms of the [MIT License](https://choosealicense.com/licenses/mit).



