/checkdigit

🔒 An easy-to-use check digit library for data validation

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

checkdigit logo

GitHub Workflow Status Codecov PyPI - Downloads CodeFactor Grade LGTM Grade

checkdigit example


Packaging status

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

sudo port install py-checkdigit

PyPi 🐍

pip install checkdigit

✨ Features

  • PEP 561 compatible, with built in support for type checking.
  • 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

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.