Gustavo Picon is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

tabo / numconv

Python library to convert strings to numbers and numbers to strings. Docs: http://docs.tabo.pe/numconv/tip/

Clone this repository (size: 168.1 KB): HTTPS / SSH
hg clone https://bitbucket.org/tabo/numconv
hg clone ssh://hg@bitbucket.org/tabo/numconv
Filename Size Date modified Message
docs
.hgignore 58 B adding .hgignore
.hgtags 225 B Added tag 2.0 for changeset 9678d4dae9da
LICENSE 11.1 KB docstrings now in reST, to be used by sphinx
NOTICE 0 B docstrings now in reST, to be used by sphinx
README 204 B adding README
numconv.py 5.9 KB updated numconv url
setup.py 865 B long_description in setup.py = README
tests.py 3.9 KB moved the logic to the NumConv class, the old functions are still there for compatibility