Metadata-Version: 2.0
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
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
Requires-Dist: cliff (!=2.9.0,>=2.8.0)
Requires-Dist: keystoneauth1 (>=3.4.0)
Requires-Dist: osc-lib (>=1.14.1)
Requires-Dist: oslo.serialization (!=2.19.1,>=2.18.0)
Requires-Dist: oslo.utils (>=3.33.0)
Requires-Dist: pbr (!=2.1.0,>=2.0.0)
Requires-Dist: python-neutronclient (>=6.7.0)
Requires-Dist: python-openstackclient (>=3.12.0)
Requires-Dist: requests (>=2.14.2)

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 .



