Metadata-Version: 2.1
Name: dvpn
Version: 0.6.0
Summary: Tool for making life easy for people with more than one VPNs, with use of auto switching based on resolved hostnames and saved credentials
Home-page: https://github.com/jiri-otoupal/dievpn
Author: Jiri Otoupal
Author-email: jiri-otoupal@ips-database.eu
License: Apache 2.0
Description: # DieVPN
        
        ### This tool Allows you to switch between VPNs in ease and speed
        
        ### Supported
        
        * `AnyConnectVPN` - Cisco
        
        ## How to setup
        
        * Install requirements with pip install -r requirements.txt
        * Edit `config/template_secret.json` with your credentials, passwords are plaintext
        * Rename `config/template_secret.json` to secret.json
        
        ## Usage
        All commands need to be launched in os terminal not in Pycharm terminal
        
        Connect to VPN specified in `config/secret.json`
        
        ```
        dvpn connect name_in_credentials
        ```
        
        Disconnect from any currently connected VPN
        ```
        dvpn disconnect
        ```
        
Keywords: DieVPN VPN Auto Resolver
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6,<4
Description-Content-Type: text/markdown
Provides-Extra: dev
