Metadata-Version: 1.1
Name: robotpy-hal-base
Version: 2015.0.0
Summary: WPILib Hardware Abstration Layer base
Home-page: https://github.com/robotpy/robotpy-wpilib
Author: Peter Johnson, Dustin Spicuzza
Author-email: robotpy@googlegroups.com
License: BSD License
Description: RobotPy Abstraction Layer (HAL) for WPILib
        ==========================================
        
        Python wrappers around the HAL used by WPILib. This package is not useful by
        itself, but requires a HAL implementation to also be installed.
        
        HAL Implementations
        ===================
        
        * robotpy-hal-roborio: interacts with the hardware on the RoboRIO
        * robotpy-hal-sim: designed for simulation and testing purposes
        
        Installation
        ============
        
        Typically, you don't install this directly, but use the RobotPy installer
        to install it on your RoboRIO, or it is installed by pip as part of the
        pyfrc setup process.
        
Keywords: frc first robotics hal can
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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
