Metadata-Version: 2.4
Name: kevinbotlib-deploytool
Version: 0.0.1a1
Summary: KevinbotLib Robot Deployment Tool
Project-URL: Documentation, https://github.com/meowmeowahr/kevinbotlib-deploytool#readme
Project-URL: Issues, https://github.com/meowmeowahr/kevinbotlib-deploytool/issues
Project-URL: Source, https://github.com/meowmeowahr/kevinbotlib-deploytool
Author-email: meowmeowahr <meowmeowahr@gmail.com>
License-Expression: LGPL-3.0-or-later
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: click>=8.1.8
Requires-Dist: paramiko>=3.5.1
Requires-Dist: platformdirs>=4.3.7
Requires-Dist: pydantic>=2.10.6
Requires-Dist: rich>=13.9.4
Requires-Dist: toml>=0.10.2
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Description-Content-Type: text/markdown

# KevinbotLib DeployTool

[![PyPI - Version](https://img.shields.io/pypi/v/kevinbotlib-deploytool.svg)](https://pypi.org/project/kevinbotlib-deploytool)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/kevinbotlib-deploytool.svg)](https://pypi.org/project/kevinbotlib-deploytool)
[![test](https://github.com/meowmeowahr/kevinbotlib-deploytool/actions/workflows/test.yml/badge.svg)](https://github.com/meowmeowahr/kevinbotlib-deploytool/actions/workflows/test.yml)

-----

Remotely update KevinbotLib-powered robot code

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install kevinbotlib-deploytool
```

## License

`kevinbotlib-deploytool` is distributed under the terms of the [LGPL-3.0-or-later](https://spdx.org/licenses/LGPL-3.0-or-later.html) license.
