diff options
Diffstat (limited to 'stdnum/iso7064/__init__.py')
-rw-r--r-- | stdnum/iso7064/__init__.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/stdnum/iso7064/__init__.py b/stdnum/iso7064/__init__.py index c3868bf..e0e7000 100644 --- a/stdnum/iso7064/__init__.py +++ b/stdnum/iso7064/__init__.py @@ -17,8 +17,10 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -"""Package containing modules for calculation and verification using a -number of the ISO 7064 algorithms. +"""Collection of the ISO 7064 algorithms. + +This package provides a number of modules for calculation and verification +of numbers using collection of ISO 7064 algorithms. Note that these functions were not implemented using the ISO text itself because the text is not available for free. These functions were |