px
pypx

checkdigit

v0.5.0

A check digit library for data validation

27 KB Python 3.7+ py3-none-anyGNU General Public License v3 or later (GPLv3+) Likely Unmaintained
Diff
$ uv add checkdigit
checkdigit logo

|

GitHub Tests status Codecov PyPi - Downloads CodeFactor Grade

=========

checkdigit repology

checkdigit is a pure Python library built for identification numbers. You want to validate a credit card number, or maybe even calculate a missing digit on an ISBN code? We've got you covered ๐Ÿ˜Ž.

Want to know more? Check out the API Reference and documentation!

Installation

MacPorts ๐ŸŽ
sudo port install py-checkdigit

PyPi ๐Ÿ **

pip install checkdigit

โœจ Features

  • ๐Ÿ“ฆ Works out of the box with all supported Python versions (3.7-3.11).
  • โŒจ๏ธ PEP 561 compatible, with built in support for type checking.
  • ๐Ÿƒ Zero runtime dependencies. What you see is what you get.
  • ๐Ÿงฎ Capable of calculating missing digits or validating a block of data.
  • ๐Ÿ“ Extensive in-code comments and docstrings to explain how it works behind the scenes.

โœ… Supported Formats

For each of these formats, we provide functions to validate them and calculate missing digits.

Do you have any formats that you'd like to see supported? ๐Ÿค” Feel free to raise an issue, or even to send a pull request!

๐Ÿ”จ Contributing ---------------

  • Contributing Page: <https://checkdigit.rtfd.io/en/latest/contributing.html>_
  • Issue Tracker: <https://github.com/harens/checkdigit/issues>_
  • Source Code: <https://github.com/harens/checkdigit>_

Any change, big or small, that you think can help improve this project is more than welcome ๐ŸŽ‰.

As well as this, feel free to open an issue with any new suggestions or bug reports. Every contribution is appreciated.

To find out more, please read our contributing page. Thank you!

๐Ÿ“™ License -----------

This project is licensed under GPL-3.0-or-later.

Details

Version
0.5.0
License
GNU General Public License v3 or later (GPLv3+)
Python
>=3.7,<4.0
Maintainer
harens

Maintainers