stem


Namestem JSON
Version 1.8.2 PyPI version JSON
download
home_pagehttps://stem.torproject.org/
SummaryStem is a Python controller library that allows applications to interact with Tor (https://www.torproject.org/).
upload_time2023-06-06 06:37:21
maintainer
docs_urlNone
authorDamian Johnson
requires_python
licenseLGPLv3
keywords tor onion controller
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            For tutorials and API documentation see `Stem's homepage <https://stem.torproject.org/>`_.

Quick Start
-----------

To install you can either use...

::

  pip install stem

... or install from the source tarball. Stem supports both the python 2.x and 3.x series. To use its python3 counterpart you simply need to install using that version of python.

::

  python3 setup.py install

After that, give some `tutorials <https://stem.torproject.org/tutorials.html>`_ a try! For questions or to discuss project ideas we're available on `irc <https://www.torproject.org/about/contact.html.en#irc>`_ and the `tor-dev@ email list <https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://stem.torproject.org/",
    "name": "stem",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "tor onion controller",
    "author": "Damian Johnson",
    "author_email": "atagar@torproject.org",
    "download_url": "https://files.pythonhosted.org/packages/94/c6/b2258155546f966744e78b9862f62bd2b8671b422bb9951a1330e4c8fd73/stem-1.8.2.tar.gz",
    "platform": null,
    "description": "For tutorials and API documentation see `Stem's homepage <https://stem.torproject.org/>`_.\n\nQuick Start\n-----------\n\nTo install you can either use...\n\n::\n\n  pip install stem\n\n... or install from the source tarball. Stem supports both the python 2.x and 3.x series. To use its python3 counterpart you simply need to install using that version of python.\n\n::\n\n  python3 setup.py install\n\nAfter that, give some `tutorials <https://stem.torproject.org/tutorials.html>`_ a try! For questions or to discuss project ideas we're available on `irc <https://www.torproject.org/about/contact.html.en#irc>`_ and the `tor-dev@ email list <https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev>`_.\n",
    "bugtrack_url": null,
    "license": "LGPLv3",
    "summary": "Stem is a Python controller library that allows applications to interact with Tor (https://www.torproject.org/).",
    "version": "1.8.2",
    "project_urls": {
        "Homepage": "https://stem.torproject.org/"
    },
    "split_keywords": [
        "tor",
        "onion",
        "controller"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94c6b2258155546f966744e78b9862f62bd2b8671b422bb9951a1330e4c8fd73",
                "md5": "9dd3f9c8129c8e2f4c9c5305ae1d652b",
                "sha256": "83fb19ffd4c9f82207c006051480389f80af221a7e4783000aedec4e384eb582"
            },
            "downloads": -1,
            "filename": "stem-1.8.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9dd3f9c8129c8e2f4c9c5305ae1d652b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2859640,
            "upload_time": "2023-06-06T06:37:21",
            "upload_time_iso_8601": "2023-06-06T06:37:21.251656Z",
            "url": "https://files.pythonhosted.org/packages/94/c6/b2258155546f966744e78b9862f62bd2b8671b422bb9951a1330e4c8fd73/stem-1.8.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-06 06:37:21",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "stem"
}
        
Elapsed time: 0.08045s