Skip to content

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

License

Notifications You must be signed in to change notification settings

harens/checkdigit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

checkdigit

A check digit library for data validation

Test Status GitHub Workflow Status Codecov
Version Info PyPI GitHub tag (latest by date) PyPI - Downloads
Code Analysis Code Climate maintainability CodeFactor Grade

🔨 Installation

pip install checkdigit

Or download the project here

✨ Features

  • Contains various functions relating to Luhn, ISBN and UPC codes
  • Extensive in-code comments and docstrings to explain how the functions work
  • Written in pure Python with no dependencies required to run the program

Check out the documentation for more details on how to use the library

License

This project is licensed under the GNU General Public License v3.0