Metadata-Version: 2.4
Name: pydotbot-utils
Version: 0.2.0
Summary: Utility modules for the DotBot Python softwares.
Project-URL: Homepage, https://github.com/DotBots/PyDotBot-utils
Project-URL: Bug Tracker, https://github.com/DotBots/PyDotBot-utils/issues
Author-email: Alexandre Abadie <alexandre.abadie@inria.fr>
License: BSD
License-File: LICENSE.txt
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: pyserial>=3.5
Description-Content-Type: text/markdown

# PyDotBot-utils

Utility modules for the DotBot / PyDotBot Python ecosystem.

## Description

`PyDotBot-utils` provides core utilities and helper modules used by the
DotBot / PyDotBot libraries and tools.  
It supports core functionality and reduces duplication across DotBot-related
Python packages.

## Getting the Code

Clone the repository directly from GitHub:

```bash
git clone https://github.com/DotBots/PyDotBot-utils.git
cd PyDotBot-utils
```

## Installation

Simply install using pip:

```bash
pip install pydotbot-utils
```

## License

This project is published under the terms of the BSD-3-Clause license.
