Metadata-Version: 2.1
Name: python-openvpn-control
Version: 0.1.3
Summary: Python wrapper of openvpn using subprocess.
Home-page: https://github.com/petercrosby/python-openvpn-control
Author: Peter Crosby
Author-email: p.crosby25@gmail.com
Maintainer: p.crosby25@gmail.com
License: GPLv3
Description: # python-openvpn-control
        > OpenVPN wrapper using `subprocess.call`
        
        `from openvpn_control import OpenVpnControl`
Keywords: python setuptools openvpn
Platform: linux
Platform: linux2
Platform: darwin
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: SQL
Classifier: Natural Language :: English
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.6.8
Description-Content-Type: text/markdown
Provides-Extra: test
