# HG changeset patch # User Gustavo Picon # Date 1275846693 18000 # Node ID c5606de4cd91a272a2a4674c8d076dedf9324f1b # Parent 12687d95f46edadd62f71817d57810888449f37d Updated README diff -r 12687d95f46edadd62f71817d57810888449f37d -r c5606de4cd91a272a2a4674c8d076dedf9324f1b README --- a/README Sun Jun 06 12:48:47 2010 -0500 +++ b/README Sun Jun 06 12:51:33 2010 -0500 @@ -1,8 +1,11 @@ numconv ======= -Python library to convert strings to numbers and numbers to strings. +numconv is a library that converts strings to numbers and numbers to +strings using default or user supplied encoding alphabets, written by +Gustavo Picón and licensed under the Apache License 2.0. -numconv converts a string into a number and a number into a string using -default or user supplied encoding alphabets. +You can find the documentation in + https://tabo.pe/projects/numconv/docs/tip/ +