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

File history for numconv / tests.py

Author Revision Message Labels Date
Gustavo Picon 434a77c07a95 now python3 compatible
Gustavo Picon b27cf772ba32 making the latest version of pep8.py happy
Gustavo Picon 6ae83e41ff11 moved the logic to the NumConv class, the old functions are still there for compatibility
Gustavo Picon bbef845a6732 1.2.0 release, small optimization to int2str and updated exception formatting
Tag
1.2
Gustavo Picon a035ba7fb21b Initial commit.