Re: [tor-dev] Stem Descriptor Parsers

2012-07-09 Thread Damian Johnson
On Mon, Jul 9, 2012 at 8:40 AM, Erik I Islo wrote: > Hello, > > Megan and I have been working on the CSV export functionality that was being > discussed a little over a week ago, and given the recent discussion, we > would like to clarify the expected/desired implementation of this feature. > > We

Re: [tor-dev] Onionoo in Python

2012-07-09 Thread Sathyanarayanan Gunasekaran
> Is this available yet? Yep - https://github.com/gsathya/pyonionoo It's pretty hacky(it was meant to be a prototype to see if Cyclone was a good idea - and well, i like it) and will probably have to be refactored. > So we need to decide on both some milestones and also what various people > ough

[tor-dev] Onionoo in Python

2012-07-09 Thread Norman Danner
On 7/6/12 10:34 AM, Sathyanarayanan Gunasekaran wrote:>> OK; Megan and Erik, after you incorporate the export function into >> Descriptor in stem, please start reading through the Django tutorial. > > I'm not sure if Django is a good choice for this project. We don't > require such a heavy web

Re: [tor-dev] Stem Descriptor Parsers

2012-07-09 Thread Erik I Islo
Hello, Megan and I have been working on the CSV export functionality that was being discussed a little over a week ago, and given the recent discussion, we would like to clarify the expected/desired implementation of this feature. We have created an export.py module within /stem/descriptor, which