Metadata-Version: 2.1
Name: GitHub-Actions-Sandbox
Version: 0.0.3
Summary: Sandbox for GitHub Actions
Home-page: https://github.com/toddrob99/gh-actions-sandbox
Author: Todd Roberts
Author-email: toddrob@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# gh-actions-sandbox
Sandbox for Testing GitHub Actions

    from ghasandbox.sandbox import Sandbox
    sandbox = Sandbox()
    sandbox.ping()
    > pong

