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

Python Method Overloading

Compare

  No analysis available

Simple overloading of methods and functions through an @overload decorator. This module allows one to provide multiple interfaces for a functions, methods, classmethods, staticmethods or classes. See below for some notes about overloading classes, you strange person you. The appropriate ... [More] implementation is chosen based on the calling argument pattern. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: mit

Concordance XMPP

Compare

  No analysis available

Concordance is an XMPP service framework for Python 3 Modeled on a similar concept as web frameworks like Django and Turbogears, Concordance takes care of the basics that every spec-compliant XMPP server must support while allowing custom services to be implemented quickly with a high-level Pythonic API.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
3.0
   
I Use This
Mostly written in language not available
Licenses: AGPL3_or_...

pecan

Compare

  Analyzed 1 day ago

A WSGI object-dispatching web framework, in the spirit of TurboGears, only much much smaller, with many fewer dependencies.

0 lines of code

0 current contributors

over 8 years since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause

pyclean

Compare

  Analyzed 4 months ago

Pure Python cross-platform pyclean. Clean up your Python bytecode files (*.pyc, *.pyo, __pycache__), build artifacts and other debris.

94.2K lines of code

0 current contributors

5 months since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This

Pystache

Compare

  Analyzed 2 months ago

Mustache in Python

3.03K lines of code

0 current contributors

over 9 years since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This

Deckard: a web based Glade Runner

Compare

  Analyzed about 17 hours ago

Helping translators of apps designed with Glade. The main instance of this webapp is currently http://deckard.malizor.org/

1.42K lines of code

1 current contributors

5 months since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This

gspanner

Compare

  No analysis available

gspanner is a simple utility written in Python 3 to customise the GNOME desktop.

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: gpl3_or_l...

Dmedia

Compare

  No analysis available

A user-experienced-focused technology aimed at making file management go away for both content-creation and content-consumption. Dmedia is a specialized distributed object store aimed at media files, and in particular aimed at asset management for professional video production. Dmedia does ... [More] real-time metadata sync using CouchDB, between multiple devices that you own, and optionally between other collaborators with whom you've shared projects. Dmedia is the collaborative foundation of the Novacut video editor, and hopefully other apps in the future... like yours! Questions? Want to get involved? Stop by the #novacut IRC channel on freenode [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: AGPL3_or_...

gsdview

Compare

  Analyzed 1 day ago

Geo-Spatial Data Viewer (GSDView) is a lightweight viewer for geo-spatial data and products. It is written in python and Qt4 and uses the GDAL library. GSDView is modular and has a simple plug-in architecture.

19.7K lines of code

0 current contributors

about 3 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses