Metadata-Version: 2.3
Name: robotcode-plugin
Version: 0.83.2
Summary: Some classes for RobotCode plugin management
Project-URL: Donate, https://opencollective.com/robotcode
Project-URL: Documentation, https://github.com/robotcodedev/robotcode#readme
Project-URL: Changelog, https://github.com/robotcodedev/robotcode/blob/main/CHANGELOG.md
Project-URL: Issues, https://github.com/robotcodedev/robotcode/issues
Project-URL: Source, https://github.com/robotcodedev/robotcode
Author-email: Daniel Biehl <dbiehl@live.de>
License: Apache-2.0
License-File: LICENSE.txt
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Robot Framework
Classifier: Framework :: Robot Framework :: Tool
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.8
Requires-Dist: click>=8.0.0
Requires-Dist: pluggy>=1.0.0
Requires-Dist: tomli-w>=1.0.0
Description-Content-Type: text/markdown

# robotcode-plugin

[![PyPI - Version](https://img.shields.io/pypi/v/robotcode-plugin.svg)](https://pypi.org/project/robotcode-plugin)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/robotcode-plugin.svg)](https://pypi.org/project/robotcode-plugin)
[![License](https://img.shields.io/github/license/robotcodedev/robotcode?style=flat&logo=apache)](https://github.com/robotcodedev/robotcode/blob/master/LICENSE.txt)

-----

## Introduction

Some classes for [RobotCode](https://robotcode.io) plugin management

## Installation

```console
pip install robotcode-plugin
```

## License

`robotcode-plugin` is distributed under the terms of the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) license.
