Damian Johnson 32a3d26267 Descriptor decompression inappropriately stripped trailing newline
Oops, our decompression helper stripped trailing whitespaces. This wasn't
noticeable to our parser, but it does throw off digesting...

  import stem.descriptor.remote

  digest = 'BsaDvyZyHjBDGWCYpMx0Du3N1Mn2uMfNF7PjgizQC1s'

  desc = stem.descriptor.remote.get_microdescriptors([digest]).run()[0]
  print('digest: %s (expected %s)' % (desc.digest(), digest))

  ============================================================

  % python scrap.py
  digest: j8kC3P07m9dL45ll1O0PSpvfOfxLtzAWqJYjzvwLEcM (expected BsaDvyZyHjBDGWCYpMx0Du3N1Mn2uMfNF7PjgizQC1s)
2018-11-21 15:28:36 -08:00
2018-11-21 12:21:32 -08:00
2016-11-04 09:39:12 -07:00
2017-09-14 10:34:45 -07:00
2011-10-27 19:43:45 -07:00
2018-08-05 13:02:55 -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%