No description
Find a file
2008-06-19 11:04:13 +02:00
oxutils its Firefox 3.0 day, update User-Agent string 2008-06-19 11:04:13 +02:00
.bzrignore rename bt->torrent 2008-04-27 19:10:34 +02:00
README add test and cleanup some errors found while doing so 2008-05-05 20:12:27 +02:00
setup.py remove outdated api, update setup.py 2008-05-07 11:48:31 +02:00

python-oxutils some tools to build tools

Depends:
 python2.5
 python-chardet (http://chardet.feedparser.org/)
 BitTornado(optional)

Usage:
 import oxutils
 
 data = oxutils.cache.readUrl('http:/...')
 text = oxutils.stripTags(data)
 oxutils.normalizeNewlines(text)
 oxutils.formatBytes(len(data))

 oxutils.formatBytes(1234567890)
 '1.15 GB'


Tests:
 nosetests --with-doctest oxutils