Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

NodeTree

Compare

  No analysis available

NodeTree is an XML stream parsing module for Python Most XML libraries fit into one of two categories; they either parse XML streams with callbacks for each event encountered but leave it to the user to store and organize these events (such as expat or SAX), or they parse the entire XML document ... [More] into memory in one batch and return a handle to the document's root element only after its finished (DOM and ElementTree). While the latter is much easier to work with, it also requires that the entire XML stream be available before any of it can be processed and must load the entire stream into memory, even when only a piece of it needs to be evaluated at a time. With NodeTree we seek a hybrid of these two techniques with a modern, Pythonic API. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: lgpl3

radon

Compare

  Analyzed about 9 hours ago

Cyclomatic code complexity and raw metrics for Python

3.78K lines of code

7 current contributors

7 months since last commit

1 users on Open Hub

Very Low Activity
5.0
 
I Use This