Metadata-Version: 1.1
Name: yeti
Version: 2015.0.1.rc1
Summary: Yeti
Home-page: https://github.com/Team4819/yeti
Author: Christian Balcom
Author-email: robot.inventor@gmail.com
License: BSD License
Description: .. image:: https://travis-ci.org/Team4819/Yeti.svg?branch=master
            :target: https://travis-ci.org/Team4819/Yeti
        .. image:: https://coveralls.io/repos/Team4819/Yeti/badge.png?branch=master
          :target: https://coveralls.io/r/Team4819/Yeti?branch=master
        
        Yeti
        ====
        
        Yeti is a Python runtime framework, designed for use on FIRST Robotics Competition Robots.
        It allows you to easily build modularized robot programs, with mechanisms to allow for rapid
        development and in-game failure recovery.
        
        Documentation
        =============
        
        All Yeti documentation can be found at http://yeti-robotics-runtime.readthedocs.org
        
        License
        =======
        
        See LICENSE.txt
        
        Authors
        =======
        
        Christian Balcom (robot.inventor@gmail.com, FRC Team 4819)
        
        
Keywords: frc first robotics asyncio
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Scientific/Engineering
