Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nickderobertis/py-mixins

A set of generally useful Mixin classes in Python
https://github.com/nickderobertis/py-mixins

Last synced: about 3 hours ago
JSON representation

A set of generally useful Mixin classes in Python

Awesome Lists containing this project

README

        

[![](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.