Metadata-Version: 2.1
Name: plugitin
Version: 0.1.0
Summary: A flexible Python plugin framework supporting plugins in multiple languages
Home-page: https://github.com/nickderobertis/plugitin
Author: Nick DeRobertis
Author-email: whoopnip@gmail.com
License: MIT
Project-URL: Code, https://github.com/nickderobertis/plugitin
Project-URL: Documentation, https://nickderobertis.github.io/plugitin
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
Requires-Dist: black
Requires-Dist: typing-extensions
Requires-Dist: astor
Requires-Dist: typer


[![](https://codecov.io/gh/nickderobertis/plugitin/branch/master/graph/badge.svg)](https://codecov.io/gh/nickderobertis/plugitin)

#  plugitin

## Overview

A flexible Python plugin framework supporting plugins in multiple languages

## Getting Started

Install `plugitin`:

```
pip install plugitin
```

A simple example:

```python
import plugitin

# Do something with plugitin
```

## Links

See the
[documentation here.](
https://nickderobertis.github.io/plugitin/
)

## Author

Created by Nick DeRobertis. MIT License.

