Go to file
j 7c4de11d3b inline bittorrent functions and fix some some issues 2009-11-29 19:24:25 +01:00
oxlib inline bittorrent functions and fix some some issues 2009-11-29 19:24:25 +01:00
.bzrignore rename bt->torrent 2008-04-27 19:10:34 +02:00
README inline bittorrent functions and fix some some issues 2009-11-29 19:24:25 +01:00
requirements.txt only use distutils, add requirements.txt 2009-10-09 16:53:52 +02:00
setup.py create folder for cache 2009-10-23 20:33:34 +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/)

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