Metadata-Version: 2.1
Name: officebots
Version: 0.1.0
Summary: Python API for the OfficeBots game
Home-page: https://git.brl.ac.uk/s-lemaignan/officebots-python
Author: Séverin Lemaignan
Author-email: severin.lemaignan@brl.ac.uk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

OfficeBots -- Python API
========================

This package implements the OfficeBots API in Python, making it easy to
create and control a robot in the OfficeBots game.

Installation
------------


### From pypi

```
> pip3 install officebots
```


### From sources

```
> python3 setup.py install --user
```


Usage
-----

Check examples in the `examples/` directory. You can start with the simple
`cmdline.py`.



