Metadata-Version: 2.1
Name: astoria
Version: 0.1.0
Summary: Robot Management Daemon
Home-page: https://github.com/trickeydan/astoria
License: MIT
Author: Dan Trickey
Author-email: dan@trickey.io
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: dbus-next (>=0.2.1,<0.3.0)
Requires-Dist: gmqtt (>=0.6.8,<0.7.0)
Requires-Dist: pydantic (>=1.6.1,<2.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Project-URL: Documentation, https://astoria.readthedocs.io
Project-URL: Repository, https://github.com/trickeydan/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.


