tabo / numconv

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

Clone this repository (size: 158.5 KB): HTTPS / SSH
$ hg clone http://code.tabo.pe/numconv
commit 48: c5606de4cd91
parent 47: 12687d95f46e
branch: default
tags: 2.1.1
Updated README
Gustavo Picon / tabo
3 months ago

Changed (Δ92 bytes):

raw changeset »

README (6 lines added, 3 lines removed)

Up to file-list README:

1
1
numconv
2
2
=======
3
3
4
Python library to convert strings to numbers and numbers to strings.
4
numconv is a library that converts strings to numbers and numbers to
5
strings using default or user supplied encoding alphabets, written by
6
Gustavo Picón and licensed under the Apache License 2.0.
5
7
6
numconv converts a string into a number and a number into a string using
7
default or user supplied encoding alphabets.
8
You can find the documentation in
8
9
10
    https://tabo.pe/projects/numconv/docs/tip/
11