Metadata-Version: 2.1
Name: astoria
Version: 0.9.0
Summary: Robot Management System for Student Robotics Kit
Home-page: https://github.com/srobo/astoria
License: MIT
Author: Dan Trickey
Author-email: srobo-astoria@trickey.io
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Dist: click (>=8.1.2,<9.0.0)
Requires-Dist: dbus-next (>=0.2.3,<0.3.0)
Requires-Dist: gmqtt (>=0.6.11,<0.7.0)
Requires-Dist: pydantic (>=1.9.1,<2.0.0)
Requires-Dist: tomli (>=2.0.1,<3.0.0); python_version <= "3.10"
Requires-Dist: tomli-w (>=1.0.0,<2.0.0)
Project-URL: Documentation, https://srobo.github.io/astoria
Project-URL: Repository, https://github.com/srobo/astoria
Description-Content-Type: text/markdown

# Astoria

![Tests](https://github.com/srobo/astoria/workflows/Tests/badge.svg)
![Build and Publish docs](https://github.com/srobo/astoria/workflows/Build%20and%20Publish%20docs/badge.svg)
[![PyPI version](https://badge.fury.io/py/astoria.svg)](https://badge.fury.io/py/astoria)
[![MIT license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://opensource.org/licenses/MIT)
![Bees](https://img.shields.io/badge/bees-110%25-yellow.svg)

Robot Management System for Student Robotics 2022 kit.

For more information, please see the [documentation](https://srobo.github.io/astoria).

## Contributions

This project is released under the MIT Licence. For more information, please see LICENSE.

The CONTRIBUTORS file can be generated by executing CONTRIBUTORS.gen. This generated file contains a list of people who have contributed to Astoria.


