An easy-to-use check digit library for data validation
checkdigit is a PEP 561 compatible library that helps to validate Luhn, ISBN, UPC and many other different types of codes. Written in pure Python with no runtime dependencies.
checkdigit is a PEP 561 compatible library that helps to validate Luhn, ISBN, UPC and many other different types of codes. Written in pure Python with no runtime dependencies.
To install py310-checkdigit, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-checkdigit
To see what files were installed by py310-checkdigit, run:
port contents py310-checkdigit
To later upgrade py310-checkdigit, run:
sudo port selfupdate && sudo port upgrade py310-checkdigit
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.