Releases: urbanware-org/clap
clap-1.1.13
Important
This project now requires Python 3.6 or higher.
Download
You may download the .tar.gz or .zip archive (beginning with clap) 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 replaced a general with a specific exception).
- Revised the usage example text file (negligible changes).
clap-1.1.12
Download
You may download the .tar.gz or .zip archive (beginning with clap) 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 class constructor (added optional parameter for handling conflicts with OptionParser).
- Revised the variables inside the class and its constructor (negligible changes).
clap-1.1.11
Note
This is the last release that officially supports the Python 2.x framework.
Later versions require Python 3.x (details can be found here).
Download
You may download the .tar.gz or .zip archive (beginning with clap) 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 some code (negligible changes).
clap-1.1.10
Download
You may download the .tar.gz or .zip archive (beginning with clap) 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.
Initial release
The first version uploaded to GitHub.