Important
This project now requires Python 3.6 or higher.
Note
The usage example file which is included in this release is obsolete. The latest and platform independent version can be found here. After extracting the archive you can delete the sub-directory examples
, download the given file and copy it into the directory containing paval.py
.
Download
You may download the .tar.gz
or .zip
archive (beginning with paval
) as it contains all project relevant files (including the source code) without any of the GitHub specific files that are not necessary in order to use the project.
Changelog
♻️ Revisions:
- Revised the code of the module (replaced the integer validation code with a built-in function, improved string formatting in general and increased the code readability).
- Revised and reorganized the usage example script file.