Download List

Descripción del Proyecto

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 Requirements

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

Esta versión agrega soporte para validar el número de IVA en todos los Estados miembros de Unión Europea (individualmente, así como mediante un número de IVA de la UE). También agrega soporte para diversos personales y números de la empresa de Rumania, Finlandia, la República Checa, Eslovaquia, Francia, España, Bulgaria, los Países Bajos, Croacia, Irlanda y Dinamarca. Contiene nueva documentación para todos los módulos.
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

Esta versión agrega soporte para el IMSI (International Mobile suscriptor identidad), corrige un error en el manejo de ciertas ISBN, agrega algunas funciones de utilidad para los módulos existentes y tiene algunas mejoras de diseño de código.
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

Esta versión añade soporte para la EAN (Número Internacional de artículo), incluye algunas refactorización del ISBN y ISMN cheques para usar el código de verificación de dígitos EAN, y añade una conversión de ISSN a EAN (ISBN-13 y el ISMN-13 ya debería ser un EAN). Esta versión también debería funcionar en python3 con la misma base de código, e incluye mejoras de compatibilidad para 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

Esta versión añade soporte para la ACB (el número de identificación nacional brasileña), IBAN (International Bank Account Numbers), ISIL (Norma Internacional de identificación para las bibliotecas y organizaciones afines), y los EE.UU. números de Seguro Social.
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

Esta versión añade soporte para ISMN (International Standard Music Number), ISAN (International Standard Audiovisual Number), el IMEI (International Mobile Equipment Identity), MEID (Identificador de equipo móvil) y la cuadrícula (estreno mundial Identifier) números. Apoyo a la Verhoeff, Luhn, y varios ISO / IEC 7064 algoritmos dígito de control se añadió.
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