Metadata-Version: 2.1
Name: outline-cli
Version: 1.0.3
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Jimmy Chen
Author-email: jimmychen260@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/JMCFTW/outline-cli/issues
Project-URL: Source Code, https://github.com/JMCFTW/outline-cli/
Description: 
        ![Run tests](https://github.com/JMCFTW/outline-cli/workflows/Run%20tests/badge.svg?branch=main)
        ![Publish to Pypi](https://github.com/JMCFTW/outline-cli/workflows/Publish%20to%20Pypi/badge.svg)
        ![Code Quality Score](https://www.code-inspector.com/project/16211/score/svg)
        ![Code Grade](https://www.code-inspector.com/project/16211/status/svg)
        
        # outline-cli
        A command line tool that can help you manage your Outline VPN server more easily.
        It support all the API in [this.](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/shadowbox/server/api.yml)
        
        And more:
        1. Create access key by email.
        2. Batch create access key by email list.
        
        and it will send VPN information to the user(s) by Gmail.
        
        # How to use?
        1.
        ```
        pip install outline-cli
        ```
        
        2. Put your gmail and Outline VPN credential information to app.ini.
        
        	[Example](https://github.com/JMCFTW/outline-cli/blob/main/example-app.ini)
        
        
        3. Run outline cli with following command:
        ```
        outline-cli
        ```
        
Platform: UNKNOWN
Requires-Python: >3.6
Description-Content-Type: text/markdown
