Metadata-Version: 2.1
Name: launchable
Version: 0.0.6
Summary: Launchable CLI
Home-page: https://launchableinc.com/
Author: Satoshi Asano
Author-email: sasano@launchableinc.com
License: MIT
Description: # Installation
        
        ```shell
        pip install launchable
        ```
        
        ## Set your API token
        
        ```shell
        export LAUNCHABLE_TOKEN=set_your_token
        ```
        
        # How to use
        
        ### Collect commit
        
        ```shell
        launchable commit
        ```
        
        ### Collect build
        
        ```shell
        launchable build --build BUILD_NUMBER --commit REPO_NAME=REPO_GIT_HASH
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.4
Description-Content-Type: text/markdown
