Damian Johnson 0cb1017c66 Drop usage of get_running_loop()
Stem supports Python 3.6+ but asyncio.get_running_loop() was added in 3.7.

The only difference between get_running_loop() and get_event_loop() is that the
former raises a RuntimeError when outside an asyncio context. These calls are
assured to be asyncronous so it really doesn't matter - I just picked
get_running_loop() because it reads a tad better.

The one exception is our is_asyncio_context() function. For that we need a
fallback, which fortunately a private method provides...

  https://github.com/Azure/msrest-for-python/issues/136
2020-07-17 17:36:59 -07:00
2020-07-17 17:36:59 -07:00
2020-07-17 17:36:59 -07:00
2019-08-17 14:37:10 -07:00
2020-01-03 16:26:37 -08:00
2011-10-27 19:43:45 -07:00
2018-08-05 13:02:55 -07:00
2020-07-14 17:31:45 -07:00
2017-02-01 08:37:13 -08:00

Stem (Python Tor Library)

Stem is a Python controller library for Tor. With it you can use Tor's control protocol to script against the Tor process, or build things such as Nyx.

Documentation and tutorials available at stem.torproject.org.

Description
Python controller library for Tor
Readme 10 MiB
Languages
Python 97.5%
Roff 2.5%