A check digit library for data validation
Project description
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
- GS1 Standards
EAN-8/13
GDTI
GLN
SSCC
UPC-A/E
etc. (all fixed length numeric GS1 data structures with a check digit)
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file checkdigit-0.5.0.tar.gz
.
File metadata
- Download URL: checkdigit-0.5.0.tar.gz
- Upload date:
- Size: 22.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.11.2 Darwin/21.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe493397f2b95e4e726573a5a70b200f23b270e6d89c21847dea22024fe970e2 |
|
MD5 | 9d070cee98b260fd8bb111ae8305687c |
|
BLAKE2b-256 | 4a5620c586918b2c4c12549bca8ddf2c23a238b9ad58d20d392724deb8034d9a |
File details
Details for the file checkdigit-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: checkdigit-0.5.0-py3-none-any.whl
- Upload date:
- Size: 27.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.11.2 Darwin/21.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc76a20005a1cedfaf8d3358d2a970788e994b16ccf7fbe2624f1a043b4a07cf |
|
MD5 | e5c8d95bdac08b883109d56c8db7d555 |
|
BLAKE2b-256 | 25412f546c899c60d63cf07897c22677f88e3aa90c175abbf786a5b777f6b0af |