Metadata-Version: 1.2
Name: python-tunnelclient
Version: 1.0.0.dev20
Summary: Tunnel client for OpenStack Vpn Servering
Home-page: https://github.com/baofengyun/python-tunnelclient
Author: VPNSever
Author-email: baofengyun@outlook.com
License: UNKNOWN
Description: python-tunnelclient
        ====================
        
        Tunnel client for OpenStack Vpn Servering
        
        This is an OpenStack Client (OSC) plugin for Tunnel, an OpenStack
        Vpn Servering project.
        
        
        Getting Started
        ===============
        
        .. note:: This is an OpenStack Client plugin. The ``python-openstackclient``
                  project should be installed to use this plugin.
        
        Tunnel client can be installed from PyPI using pip
        
        .. code-block:: bash
        
            pip install python-tunnelclient
        
        If you want to make changes to the Tunnel client for testing and contribution,
        make any changes and then run
        
        .. code-block:: bash
        
            python setup.py develop
        
        or
        
        .. code-block:: bash
        
            pip install -e .
        
        
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
