Download List

项目描述

python-stdnum is a Python module to parse, validate, and reformat standard numbers and codes in different formats. It supports a large number of number formats, including: ISBN (International Standard Book Number), ISSN (International Standard Serial Number), BSN (Burgerservicenummer, the Dutch national identification number), EAN (International Article Number), SSN (U.S. Social Security Number), IMEI (International Mobile Equipment Identity), IBAN (International Bank Account Number), and more.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-02-27 07:29
0.7

此版本添加了对验证增值税号码在所有欧洲联盟成员国的支持 (单独以及使用欧盟增值税编号)。它还添加了支持各种个人和公司号码的罗马尼亚、 芬兰、 捷克共和国、 斯洛伐克、 法国、 西班牙、 保加利亚、 荷兰、 克罗地亚、 爱尔兰和丹麦。它包含的所有模块的新文档。
This release adds support for validating VAT numbers in all European Union member states (individually as well as using an EU VAT number). It also adds support for various personal and company numbers of Romania, Finland, the Czech Republic, Slovakia, France, Spain, Bulgaria, the Netherlands, Croatia, Ireland, and Denmark. It contains new documentation for all modules.

2011-10-01 01:51
0.6

此版本添加对 IMSI (国际移动订阅服务器身份) 的支持、 在处理某些读后感的修复 bug、 将几个实用程序函数添加到现有模块,和有一定的代码布局改善。
This release adds support for the IMSI (International Mobile Subscriber Identity), fixes a bug in the handling of certain ISBNs, adds a few utility functions to existing modules, and has some code layout improvements.

2011-07-10 06:21
0.5

本版本增加了EAN(国际物品编号)的支持,包括一些ISBN和ISMN检查,以使用EAN的检查位数代码重构和增加了一个ISSN为EAN的转换(ISBN - 13和ISMN - 13应该已经是一个EAN)。此版本也应该相同的代码基础上Python3工作,包括Python 2.5的兼容性改进。
This release adds support for the EAN (International Article Number), includes some refactoring of the ISBN and ISMN checks to use the EAN check digit code, and adds a conversion from ISSN to EAN (ISBN-13 and ISMN-13 should already be an EAN). This release should also work on Python3 with the same code base and includes compatibility improvements for Python 2.5.

2011-02-07 02:13
0.4

此版本增加了对公积金支持(Brazillian国家识别码),IBAN(国际银行账户号码),ISIL(国际标准标识为图书馆及相关组织),以及美国社会安全号码。
This release adds support for CPF (the Brazillian national identification number), IBAN (International Bank Account Numbers), ISIL (International Standard Identifier for Libraries and Related Organizations), and U.S. Social Security Numbers.

2010-09-11 21:13
0.3

此版本增加了对ISMN(国际标准音乐号码),ISAN编码(国际标准视听号),IMEI(国际移动设备识别码),MEID(移动设备识别码),和网格(全球发行标识符)号码。支持Verhoeff,卢恩,和几个国际标准组织/符合IEC 7064校验位算法增加了。
This release adds support for ISMN (International Standard Music Number), ISAN (International Standard Audiovisual Number), IMEI (International Mobile Equipment Identity), MEID (Mobile Equipment Identifier), and GRid (Global Release Identifier) numbers. Support for the Verhoeff, Luhn, and several ISO/IEC 7064 check digit algorithms was added.

Project Resources