Metadata-Version: 2.1
Name: ClassHoster
Version: 0.1.0
Summary: Host ANY Class
Home-page: https://github.com/RepoFactory/ClassHoster
Author: Conner Sommerfield
Author-email: conner.sommerfield@gmail.com
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

# Host ANY Class!

## Description
Long READMEs are scary, so I'll keep this short. There is more info in the docs/README.md.
This package is meant to take YOUR class, and make it very easy to use. Do this in one terminal.

    git clone https://github.com/Repo-Factory/ClassHoster && cd ClassHoster
    install.sh && ROBOT.py

This will host the classes provided in ROBOT_SYSTEMS. 

In the second terminal

    test_class_hoster.py

You'll see some output in the 2nd terminal that will help understand why this system is helpful.

You can see generated stubs here for example class I provided.

    code ~/ROBOT_LIB/ROBOT_API.py
