diff options
author | Fernando Lopez Jr <fernando.lopezjr@gmail.com> | 2019-10-19 10:50:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-19 10:51:10 +0700 |
commit | 422b084d2633d9ac660f5748bfd827a520623604 (patch) | |
tree | bd5bf1f6e3550aa41f43d2e99f8473de52337ba7 /python/python-stdnum/README | |
parent | 3b5c54de4f42e914f779bb7b6166b4df3ac68c7b (diff) |
python/python-stdnum: Added (Python Module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-stdnum/README')
-rw-r--r-- | python/python-stdnum/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python-stdnum/README b/python/python-stdnum/README new file mode 100644 index 0000000000..1e0fdcd189 --- /dev/null +++ b/python/python-stdnum/README @@ -0,0 +1,7 @@ +A Python module to parse, validate and reformat standard +numbers and codes in different formats. It contains a +large collection of number formats. + +Basically any number or code that has some validation +mechanism available or some common formatting is eligible +for inclusion in this library. |