Hello all,
my OnionOO python wrapper has now matured significantly. While I was gone for around a month due to being otherwise occupied, I have now given OnionPy a lot of polish. The new features:
- Python2 compatibility (All it took for that was to change the readme) - Encapsulated caching layer that includes a memcached interface as well as a simple python dict caching mechanism, or you can add glue code for your favourite caching backend yourself - It's on Pypi! [1] - Extended test / demonstration script
Many thanks to meejah for his help.
If you are planning to make something in python that uses the tor network status, accessing OnionOO [2] using OnionPy might be exactly what you need. If you are interested, check out the repo and readme! [3]
Of course, criticism, suggestions, and pull requests are always welcome.
Best regards, Luke
[1] https://pypi.python.org/pypi/OnionPy [2] https://onionoo.torproject.org/ [3] https://github.com/duk3luk3/onion-py
On 17/06/14 02:22, Lukas Erlacher wrote:
Hello all,
my OnionOO python wrapper has now matured significantly. While I was gone for around a month due to being otherwise occupied, I have now given OnionPy a lot of polish. The new features:
- Python2 compatibility (All it took for that was to change the readme)
- Encapsulated caching layer that includes a memcached interface as well
as a simple python dict caching mechanism, or you can add glue code for your favourite caching backend yourself
- It's on Pypi! [1]
- Extended test / demonstration script
Many thanks to meejah for his help.
If you are planning to make something in python that uses the tor network status, accessing OnionOO [2] using OnionPy might be exactly what you need. If you are interested, check out the repo and readme! [3]
Of course, criticism, suggestions, and pull requests are always welcome.
Want me to add a link to OnionPy to the Onionoo overview page?
https://onionoo.torproject.org/
What would I write?
(Just in case you're wondering, I moved the protocol specification to a separate page a few minutes ago.)
All the best, Karsten
Best regards, Luke
[1] https://pypi.python.org/pypi/OnionPy [2] https://onionoo.torproject.org/ [3] https://github.com/duk3luk3/onion-py
tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev
Hi Karsten,
On 06/17/2014 09:36 AM, Karsten Loesing wrote:
Want me to add a link to OnionPy to the Onionoo overview page? https://onionoo.torproject.org/ What would I write? (Just in case you're wondering, I moved the protocol specification to a separate page a few minutes ago.) All the best, Karsten
that would be great. It seems to me that there should be an extra section on the page for onionoo interface libraries. Here's how I would list OnionPy in that:
OnionPy - Comprehensive pure-python(2.7+) onionoo wrapper with caching support
Best, Luke
On 17/06/14 10:47, Lukas Erlacher wrote:
Hi Karsten,
On 06/17/2014 09:36 AM, Karsten Loesing wrote:
Want me to add a link to OnionPy to the Onionoo overview page? https://onionoo.torproject.org/ What would I write? (Just in case you're wondering, I moved the protocol specification to a separate page a few minutes ago.) All the best, Karsten
that would be great. It seems to me that there should be an extra section on the page for onionoo interface libraries. Here's how I would list OnionPy in that:
OnionPy - Comprehensive pure-python(2.7+) onionoo wrapper with caching support
Added in an extra section. Thanks!
All the best, Karsten