10000 add ISIL to the documentation · sharoonthomas/python-stdnum@c260626 · GitHub
[go: up one dir, main page]

Skip to content

Commit c260626

Browse files
committed
add ISIL to the documentation
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@62 9dea7c4f-944c-4273-ac1a-574ede026edc
1 parent e517903 commit c260626

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Currently this package supports the following formats:
2020
* MEID (Mobile Equipment Identifier)
2121
* GRid (Global Release Identifier)
2222
* IBAN (International Bank Account Number)
23+
* ISIL (International Standard Identifier for Libraries and Related
24+
Organizations)
2325

2426
Furthermore a number of generic check digit algorithms are available:
2527

stdnum/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# __init__.py - main module
22
# coding: utf-8
33
#
4-
# Copyright (C) 2010 Arthur de Jong
4+
# Copyright (C) 2010, 2011 Arthur de Jong
55
#
66
# This library is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU Lesser General Public
@@ -34,6 +34,8 @@
3434
* MEID (Mobile Equipment Identifier)
3535
* GRid (Global Release Identifier)
3636
* IBAN (International Bank Account Number)
37+
* ISIL (International Standard Identifier for Libraries and Related
38+
Organizations)
3739
3840
Furthermore a number of generic check digit algorithms are available:
3941

0 commit comments

Comments
 (0)
0