Metadata-Version: 2.1
Name: majortom-scripting
Version: 0.1.0
Summary: A package for interacting with Major Tom's Scripting API.
Home-page: https://github.com/kubos/majortom_scripting_package
Author: Kubos
Author-email: open-source@kubos.com
License: UNKNOWN
Description: # Major Tom Script API Package
        Python Package for interacting with Major Tom's Scripting API
        
        The Scripting API functions are accessible under the `ScriptingAPI` class:
        
        ```python
        from majortom_scripting import ScriptingAPI
        ```
        
        Use the `help()` function to see it's capability,
        and check out our [demo scripts](https://github.com/kubos/example-major-tom-scripts)
        for some examples of how to use it!
        
        ## Development
        
        The Scripting API Package is currently in Beta, so please [give us feedback](https://github.com/kubos/majortom_scripting_package/issues/new) or [come talk to us](https://slack.kubos.com)!
        
        ### Testing 
        
        To run all tests, execute `./bin/docker_testw.sh` or push a branch and let the CI system do it.
Keywords: majortom major_tom script kubos major tom satellite
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
