Metadata-Version: 2.1
Name: OpenPluginApi
Version: 1.1.1
Summary: Allows you to easily create a full plugin system for your project.
Home-page: https://github.com/spidertyler2005/openPluginApi
Author: Benjamin Tyler Austin Jr
Author-email: BTAustin1122@gmail.com
License: MIT
Keywords: OPA,Plugin,PluginApi,Plugin Api Creator,Open Plugin Api
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# openPluginApi
OpenPluginApi is for people who want a simple way to implement a plugin system into their project.

***

## Features

  - Scheduling tasks to be run later in your code. Example, render event.
  - Presets
  - The use of decorators instead of set function names.
  - shared local and global variables with plugins. Local variables cannot be directly edited by a plugin.
  - async and non-async options to load plugins.
  - load plugins from the web(experimental)
  - Made for python Version 3+ (was made in python 3.8)

***

## documentation?

There is a wiki page on the github! This is a very simple package, so it shouldn't be hard to use!

