Tags : Browse Projects

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

pycerberus

Compare

  No analysis available

pycerberus is a framework to check user data thoroughly so that you can protect your application from malicious (or just garbled) input data.

0 lines of code

0 current contributors

0 since last commit

4 users on Open Hub

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

blist

Compare

  Analyzed 1 day ago

The BList is a type that looks, acts, and quacks like a Python list, but has better performance for for modifying large lists. For small lists (fewer than 128 elements), BLists and the built-in list have very similar performance. Example usage: >>> from blist import * >>> ... [More] x = blist([0]) # x is a BList with one element >>> x *= 2**29 # x is a BList with > 500 million elements >>> x.append(5) # append to x >>> y = x[4:-234234] # Take a 500 million element slice from x >>> del x[3:1024] # Delete a few thousand elements from x [Less]

13.6K lines of code

0 current contributors

over 11 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This

Python InteRface to Xerces and Xalan

Compare

  No analysis available

PIRXX provides a Python InteRface to Xerces and Xalan, integrating it into PyXML.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

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

python-aprmd5

Compare

  Analyzed about 10 hours ago

Python interface to the MD5 routines of the Apache Portable Runtime Utility Library (libaprutil). python-aprmd5 is feature complete, hence the low activity.

1.01K lines of code

0 current contributors

5 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This