Metadata-Version: 2.1
Name: marsbuggy
Version: 0.0.1
Summary: UNKNOWN
Home-page: UNKNOWN
License: UNKNOWN
Description: # Mars Buggy
        
        This is
        
        ## Installation
        Run the following to install:
        ```python3
        pip3 install marsbuggy
        ```
        
        ## Usage
        some sample code to show how to use it
        ```
        ```
        
        ## Developing
        
        ``` bash
        pip3 install -e .[dev]
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Provides-Extra: dev
