tabo / numconv
Python library to convert strings to numbers and numbers to strings. Docs: http://docs.tabo.pe/numconv/tip/
| commit 48: | c5606de4cd91 |
| parent 47: | 12687d95f46e |
| branch: | default |
| tags: | 2.1.1 |
Updated README
Changed (Δ92 bytes):
raw changeset »
README (6 lines added, 3 lines removed)
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 |
