10000 get README and package docstring in sync · sharoonthomas/python-stdnum@cc7a6d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit cc7a6d8

Browse files
committed
get README and package docstring in sync
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@54 9dea7c4f-944c-4273-ac1a-574ede026edc
1 parent 6724e50 commit cc7a6d8

File tree

2 files changed

+18
-15
lines changed

2 files changed

+18
-15
lines changed

README

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@ Available formats
99

1010
Currently this package supports the following formats:
1111

12-
- ISBN (International Standard Book Number)
13-
- ISSN (International Standard Serial Number)
14-
- ISMN (International Standard Music Number)
15-
- ISAN (International Standard Audiovisual Number)
16-
- BSN (Burgerservicenummer, the Dutch national identification number)
17-
- CPF (Cadastro de Pessoas Físicas, the Brazillian national identification
18-
number)
19-
- IMEI (International Mobile Equipment Identity)
20-
- MEID (Mobile Equipment Identifier)
21-
- GRid (Global Release Identifier)
22-
- IBAN (International Bank Account Number)
12+
* ISBN (International Standard Book Number)
13+
* ISSN (International Standard Serial Number)
14+
* ISMN (International Standard Music Number)
15+
* ISAN (International Standard Audiovisual Number)
16+
* BSN (Burgerservicenummer, the Dutch national identification number)
17+
* CPF (Cadastro de Pessoas Físicas, the Brazillian national identification
18+
number)
19+
* IMEI (International Mobile Equipment Identity)
20+
* MEID (Mobile Equipment Identifier)
21+
* GRid (Global Release Identifier)
22+
* IBAN (International Bank Account Number)
2323

2424
Furthermore a number of generic check digit algorithms are available:
2525

26-
- the Verhoeff algorithm
27-
- the Luhn and Luhn mod N algorithms
28-
- some algorithms described in ISO/IEC 7064: Mod 11, 2, Mod 37, 2, Mod 97, 10,
29-
Mod 11, 10 and Mod 37, 36
26+
* the Verhoeff algorithm
27+
* the Luhn and Luhn mod N algorithms
28+
* some algorithms described in ISO/IEC 7064: Mod 11, 2, Mod 37, 2,
29+
Mod 97, 10, Mod 11, 10 and Mod 37, 36
3030

3131
Basically any number or code that has some validation mechanism available
3232
or some common formatting is eligible for inclusion into this library.

stdnum/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@
2727
* ISMN (International Standard Music Number)
2828
* ISAN (International Standard Audiovisual Number)
2929
* BSN (Burgerservicenummer, the Dutch national identification number)
30+
* CPF (Cadastro de Pessoas Físicas, the Brazillian national identification
31+
number)
3032
* IMEI (International Mobile Equipment Identity)
3133
* MEID (Mobile Equipment Identifier)
3234
* GRid (Global Release Identifier)
35+
* IBAN (International Bank Account Number)
3336
3437
Furthermore a number of generic check digit algorithms are available:
3538

0 commit comments

Comments
 (0)
0