Metadata-Version: 2.4
Name: repobee-plug
Version: 0.12.0
Summary: Core components for plugin system in repobee
Home-page: https://github.com/repobee/repobee-plug
Download-URL: https://github.com/repobee/repobee-plug/archive/v0.12.0.tar.gz
Author: Simon Larsén
Author-email: slarse@kth.se
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Description-Content-Type: text/markdown
Requires-Dist: pluggy>=0.13.1
Requires-Dist: daiquiri
Provides-Extra: test
Requires-Dist: pytest>=4.0.0; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: codecov; extra == "test"
Requires-Dist: tox; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

[![Build Status](https://travis-ci.com/repobee/repobee-plug.svg?branch=master)](https://travis-ci.com/repobee/repobee-plug)
[![Code Coverage](https://codecov.io/gh/repobee/repobee-plug/branch/master/graph/badge.svg)](https://codecov.io/gh/repobee/repobee-plug)
[![Documentation Status](https://readthedocs.org/projects/repobee-plug/badge/?version=latest)](http://repobee-plug.readthedocs.io/en/latest/)
[![PyPi Version](https://badge.fury.io/py/repobee-plug.svg)](https://badge.fury.io/py/repobee-plug)
![Supported Python Versions](https://img.shields.io/badge/python-3.5%2C%203.6%2C%203.7-blue.svg)
![Supported Platforms](https://img.shields.io/badge/platforms-Linux%2C%20macOS-blue.svg)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

# Plugin extension for [Repobee](https://github.com/repobee/repobee)
`repobee-plug` is a plugin package that contains all of the parts required to
create plugins for Repobee. Head over to the
[Docs](http://repobee-plug.readthedocs.io/en/latest/) for more info!

### License
This software is licensed under the MIT License. See the [LICENSE](LICENSE)
file for specifics.
