Metadata-Version: 1.2
Name: reverb-i2c
Version: 1.1.1
Summary: A fake i2c library for testing purposes
Home-page: https://github.com/TJREVERB/reverb_i2c
Author: tjreverb
Author-email: tjreverb@gmail.com
License: GPL
Description: Project Description
        -------------------
        
        **this package is only meant for use within the TJREVERB pFS codebase**
        
        *use of this package in other projects is not supported and not advised*
        
        reverb-i2c is a custom i2C library meant for use with the Simulator
        testing suite. Instead of conducting actual i2C calls to physical
        hardware, reverb-i2c will save all data to a local text file which then
        can be read by the Simulator. More information on Simulator
        `here <https://github.com/TJREVERB/software-in-the-loop.git>`__.
        
        Since this package is meant to override the conventional ``smbus2``
        package, reverb-i2c **MUST** be installed in a separate virtual
        environment.
        
        Quick Start Testing
        -------------------
        
        To install this package:
        
        ``pip install reverb-i2c``
        
        * The conventional smbus2 package, if present will be overridden by installing this package
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Other Audience
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
