Metadata-Version: 2.1
Name: mixins
Version: 0.1.3
Summary: Mixin classes which may be added to your own classes to add certain functionality to them.
Home-page: https://github.com/nickderobertis/py-mixins
Author: Nick DeRobertis
Author-email: whoopnip@gmail.com
License: MIT
Project-URL: Code, https://github.com/nickderobertis/py-mixins
Project-URL: Documentation, https://nickderobertis.github.io/py-mixins
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown


[![](https://codecov.io/gh/nickderobertis/py-mixins/branch/master/graph/badge.svg)](https://codecov.io/gh/nickderobertis/pymixins)

# py-mixins

## Overview

Mixin classes which may be added to your own classes to add certain functionality to them.

## Getting Started

Install `mixins`:

```
pip install mixins
```

A simple example:

```python
import mixins

# Do something with mixins
```

## Links

See the
[documentation here.](
https://nickderobertis.github.io/py-mixins/
)

## Author

Created by Nick DeRobertis. MIT License.

