Metadata-Version: 2.1
Name: robotcode-core
Version: 0.26.2
Summary: Some core classes for RobotCode
Project-URL: Donate, https://github.com/sponsors/d-biehl
Project-URL: Documentation, https://github.com/d-biehl/robotcode#readme
Project-URL: Changelog, https://github.com/d-biehl/robotcode/blob/main/CHANGELOG.md
Project-URL: Issues, https://github.com/d-biehl/robotcode/issues
Project-URL: Source, https://github.com/d-biehl/robotcode
Author-email: Daniel Biehl <dbiehl@live.de>
License-Expression: Apache-2.0
License-File: LICENSE.txt
Classifier: Development Status :: 5 - Production/Stable
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
Description-Content-Type: text/markdown

# robotcode-utils

[![PyPI - Version](https://img.shields.io/pypi/v/robotcode-utils.svg)](https://pypi.org/project/robotcode-utils)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/robotcode-utils.svg)](https://pypi.org/project/robotcode-utils)

-----

## Introduction

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

## Installation

```console
pip install robotcode-core
```

## License

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