tabo / numconv
Python library to convert strings to numbers and numbers to strings. Docs: http://docs.tabo.pe/numconv/tip/
| commit 42: | 882b6d180761 |
| parent 41: | a507bcdecc11 |
| branch: | default |
2.1
Changed (Δ5 bytes):
raw changeset »
docs/conf.py (2 lines added, 2 lines removed)
docs/index.rst (4 lines added, 4 lines removed)
numconv.py (1 lines added, 1 lines removed)
setup.py (1 lines added, 1 lines removed)
| … | … | @@ -47,9 +47,9 @@ copyright = u'2008-2010, Gustavo Picon' |
47 |
47 |
# built documents. |
48 |
48 |
# |
49 |
49 |
# The short X.Y version. |
50 |
version = '2.1 |
|
50 |
version = '2.1' |
|
51 |
51 |
# The full version, including alpha/beta/rc tags. |
52 |
release = '2.1 |
|
52 |
release = '2.1' |
|
53 |
53 |
|
54 |
54 |
# The language for content autogenerated by Sphinx. Refer to documentation |
55 |
55 |
# for a list of supported languages. |
Up to file-list docs/index.rst:
| … | … | @@ -2,16 +2,16 @@ numconv |
2 |
2 |
======= |
3 |
3 |
|
4 |
4 |
:synopsys: Convert strings to numbers and numbers to strings. |
5 |
:copyright: 2008-20 |
|
5 |
:copyright: 2008-2010 by Gustavo Picon |
|
6 |
6 |
:license: Apache License 2.0 |
7 |
:version: 2.1 |
|
7 |
:version: 2.1 |
|
8 |
8 |
:url: http://code.tabo.pe/numconv/ |
9 |
9 |
:documentation: |
10 |
10 |
`numconv-docs |
11 |
<http://docs.tabo.pe/numconv/2. |
|
11 |
<http://docs.tabo.pe/numconv/2.1/>`_ |
|
12 |
12 |
:examples: |
13 |
13 |
`numconv-tests |
14 |
<http://code.tabo.pe/numconv/src/2. |
|
14 |
<http://code.tabo.pe/numconv/src/2.1/tests.py>`_ |
|
15 |
15 |
|
16 |
16 |
:mod:`numconv` converts a string into a number and a number into a string |
17 |
17 |
using default or user supplied encoding alphabets. |
