Metadata-Version: 2.1
Name: officebots
Version: 0.2.0
Summary: Python API for the OfficeBots game
Home-page: https://github.com/severin-lemaignan/python-officebots
Author: Séverin Lemaignan
Author-email: severin.lemaignan@pal-robotics.com
License: UNKNOWN
Description: 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`.
        
        
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
