Go to file
j 1d7b6a31f0 only use distutils, add requirements.txt 2009-10-09 16:53:52 +02:00
oxlib get files from torrent file 2009-09-03 18:29:04 +02:00
.bzrignore rename bt->torrent 2008-04-27 19:10:34 +02:00
README escape binary data 2009-08-21 17:18:03 +02:00
requirements.txt only use distutils, add requirements.txt 2009-10-09 16:53:52 +02:00
setup.py only use distutils, add requirements.txt 2009-10-09 16:53:52 +02:00
test.sh rename to local functions in cache, remove capfirst, thats 'foo'.capitalize(), move tests to docts, add test.sh 2008-07-06 11:42:41 +02:00

README

python-oxlib some tools to build tools

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

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

 oxlib.formatBytes(1234567890)
 '1.15 GB'

Install:
  python setup.py install

Tests:
 nosetests --with-doctest oxlib