{ "info": { "author": "ZeroDB Inc.", "author_email": "stefan@epy.co.at", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "=========\npystunnel\n=========\n---------------------------------------------------------------------\nPython library and command line utility to control a stunnel instance\n---------------------------------------------------------------------\n\nOverview\n========\n\nStart and stop a `stunnel`_ instance given a `stunnel configuration file`_.\n\nThe ``stunnel`` executable must be available on the system PATH.\nThe configuration file must specify a PID file.\n\n\n.. _`stunnel`: https://www.stunnel.org\n.. _`stunnel configuration file`: https://www.stunnel.org/static/stunnel.html#CONFIGURATION-FILE\n\nInstallation\n============\n\nUse your favorite installer to install the pystunnel library and script.\nE.g.::\n\n $ pip install pystunnel\n\nExamples\n========\n\nFrom the command line::\n\n $ pystunnel -c /path/to/stunnel.conf start\n started\n $ pystunnel -c /path/to/stunnel.conf check\n running\n $ pystunnel -c /path/to/stunnel.conf stop\n stopped\n\nIf the command is omitted, pystunnel enters an interactive shell::\n\n $ pystunnel -c /path/to/stunnel.conf\n pystunnel> start\n started\n pystunnel> check\n running\n pystunnel> stop\n stopped\n pystunnel> quit\n $\n\nFrom Python::\n\n from pystunnel import Stunnel\n stunnel = Stunnel(\"/path/to/stunnel.conf\")\n\n rc = stunnel.start()\n print(\"stunnel started with rc\", rc)\n\n if stunnel.check() == 0:\n print(\"stunnel is running with pid\", stunnel.getpid())\n else:\n print(\"stunnel is not running\")\n\n rc = stunnel.stop()\n print(\"stunnel stopped with rc\", rc)\n\nReturn Codes\n------------\n\n0 means OK, 1 or higher means error.\n\n\nChangelog\n=========\n\n1.0a1 - 2016-03-14\n------------------\n\n- Initial release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://zerodb.io", "keywords": "stunnel ssl tunnel tls", "license": "AGPLv3", "maintainer": null, "maintainer_email": null, "name": "pystunnel", "package_url": "https://pypi.org/project/pystunnel/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pystunnel/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://zerodb.io" }, "release_url": "https://pypi.org/project/pystunnel/1.0a1/", "requires_dist": null, "requires_python": null, "summary": "Python interface to stunnel", "version": "1.0a1" }, "last_serial": 2005643, "releases": { "1.0a1": [ { "comment_text": "", "digests": { "md5": "dfa73edba10021b4dd8cc08324a7aaf7", "sha256": "a9c8c4079843fe7413e792c6989a94d7c9ed7e10d6ffc011b32addf50a904de1" }, "downloads": -1, "filename": "pystunnel-1.0a1.zip", "has_sig": false, "md5_digest": "dfa73edba10021b4dd8cc08324a7aaf7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19321, "upload_time": "2016-03-14T11:55:17", "url": "https://files.pythonhosted.org/packages/69/05/b7b0c19422dbb5cc6f9f0c568c532eaf7e973e2e8e4cdac4ca1cb1710f9b/pystunnel-1.0a1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dfa73edba10021b4dd8cc08324a7aaf7", "sha256": "a9c8c4079843fe7413e792c6989a94d7c9ed7e10d6ffc011b32addf50a904de1" }, "downloads": -1, "filename": "pystunnel-1.0a1.zip", "has_sig": false, "md5_digest": "dfa73edba10021b4dd8cc08324a7aaf7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19321, "upload_time": "2016-03-14T11:55:17", "url": "https://files.pythonhosted.org/packages/69/05/b7b0c19422dbb5cc6f9f0c568c532eaf7e973e2e8e4cdac4ca1cb1710f9b/pystunnel-1.0a1.zip" } ] }