Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nickderobertis/py-mixins
- Owner: nickderobertis
- License: mit
- Created: 2019-08-19T13:42:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T21:38:51.000Z (about 2 years ago)
- Last Synced: 2024-12-25T01:34:11.786Z (about 1 month ago)
- Language: Python
- Size: 3.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.