Metadata-Version: 2.1
Name: gimulator-py
Version: 0.1.0
Summary: Gimulator client for Python
Home-page: https://github.com/Gimulator/client-python
Author: RoboEpics Authors
Author-email: info@roboepics.com
License: MIT
Description: 
        # Gimulator Client for Python
        A client for [Gimulator project](https://github.com/Gimulator/Gimulator) written in Python.
        
        # Installation
        ## Stable release
        You can install the stable release of the package via:
        ```
        pip install gimulator-py
        ```
        ## Latest release
        Installing and using the latest release is **not recommended** since the project is still under heavy development. But if you are really keen to try the latest releases, run the following command:
        ```
        pip install git+https://github.com/Gimulator/client-python.git
        ```
        
        # Usage
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
