Metadata-Version: 2.1
Name: travis-env
Version: 2020.7.1
Summary: Travis CI environment variables
Home-page: https://github.com/andrewp-as-is/travis-env.py
License: Unlicense
Description: <!--
        https://readme42.com
        -->
        
        
        [![](https://img.shields.io/pypi/v/travis-env.svg?maxAge=3600)](https://pypi.org/project/travis-env/)
        [![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
        
        ### Installation
        ```bash
        $ [sudo] pip install travis-env
        ```
        
        #### Features
        +   add, get, delete Travis CI environment variables
        
        #### Config
        ```bash
        $ travis token
        xxx
        $ export TRAVIS_TOKEN="xxx"
        # export TRAVIS_ENDPOINT="https://api.travis-ci.org"
        ```
        
        #### Examples
        ```bash
        $ python -m travis_env.set WEBHOOK_URL url
        $ python -m travis_env.vars
        WEBHOOK_URL
        ```
        
        #### Related
        +   [`travis-cron` - travis cron management](https://pypi.org/project/travis-cron/)
        +   [`travis-env` - travis environment variables management](https://pypi.org/project/travis-env/)
        +   [`travis-exec` - execute command for every travis repo](https://pypi.org/project/travis-exec/)
        +   [`travis-generator` - `.travis.yml` generator](https://pypi.org/project/travis-generator/)
        +   [`travis-image-status` - quickly get travis status from an image](https://pypi.org/project/travis-image-status/)
        
        <p align="center">
            <a href="https://readme42.com/">readme42.com</a>
        </p>
Keywords: travis
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
