Metadata-Version: 1.1
Name: idstring
Version: 1.0.3
Summary: a class for compact alpha-numeric serial numbers with a check digit
Home-page: https://github.com/vernondcole/idstring
Author: Vernon Cole
Author-email: vernondcole@gmail.com
License: GPL
Description: an IDstring is a string-like object which can be incremented, to produce
        a series of serial-number-like strings, consisting of Arabic digits and upper case letters,
        skipping those which can be easily misinterpreted ("oh", "I", "Q", and Zed) and which has
        a Luhn-N check digit, capable of detecting any single-letter error and most other errors.
        
        Programmers may define alternate alphabets, alternate lists of "dirty" words (which are skipped),
        a fixed subfield for generating serial number from multiple sources, and a hash code to create unique check
        digits algorithms for multiple projects.
        
        The class will also perform generic binary to alpha conversions in your alphabet (base-32 for the default).
        
Keywords: serial number string checksum
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
