Downloads¶
For an easy and fast download and installation of the official decoratory package from PyPI.org there is a quickstart overview under Decorator Implementations.
But it is also possible to download, check and install the package from this decoratory package homepage. All official versions, and perhaps a few more, are available in the Decoratory Version Listing at the bottom of this page.
To download and install the latest version from this repository, use the pip installer:
pip install -U -f https://decoratory.app/Section/Download.html decoratory
If a specific version is required, e.g. decoratory-0.9.9.3
,
append the version indicator:
pip install -U -f https://decoratory.app/Section/Download.html decoratory==0.9.9.3
In the version list below, a sha256 hash value is listed for each wheel and archive to verify the integrity of the package before installation. Therefore
download
the package to a local folder by clicking on the link of the desired package from the version list below or alternatively use pip (for details see pip download)pip download -f https://decoratory.app/Section/Download.html decoratory
calculate and verify the hash value for the downloaded package (for details see pip hash) by comparing with the
sha256
hash value under the package link in the list:pip hash /path/to/decoratory-0.9.9.3-py3-none-any.whl
or
pip hash /path/to/decoratory-0.9.9.3.tar.gz
and finally, if match is detected,
install
the package from the local download folder (for details see pip install):pip install -U /path/to/decoratory-0.9.9.3-py3-none-any.whl
or
pip install -U /path/to/decoratory-0.9.9.3.tar.gz
After installation, basic information about the package, the individual modules and their methods is also available from the command line.
python -m decoratory --help
In particular, there is a comprehensive unit test for each module, which
can be executed from the command line using the --test
option.
python -m decoratory --test
This and more applies to the overall package as well as to the individual module as descript in Decorator Implementations.
Decoratory Version Listing¶
Version: 0.9.9.*, Build: 2024-01-07
decoratory-0.9.9.3-py3-none-any.whl
sha256: 488e18c54cac8870fb331fe3e997dc01e626bfe4b3915ef7ad23926ed4a94157
sha256: d39295f682f31703cb561ab75d32dfe67d64cd3d1ef3a4dd41b370c267976170
Version: 0.9.8.*, Build: 2023-09-09
decoratory-0.9.8.2-py3-none-any.whl
sha256: 210e12559e86187a745d330c166507763f2308e23223e4ba04c66cf45a9b457c
sha256: 01d99c75d703367e4be10bf62914b877c9c8edb1316501aa4c1792b729493452
Version: 0.9.7.*, Build: 2023-08-04
decoratory-0.9.7.2-py3-none-any.whl
sha256: 26e1b430face80fe68f104b105bf6a39cfc8e86c6faea9a6b414a178f6335105
sha256: 74b060138ce0d9e6ca777f73179fe3401cc4c38583754a1174bfd94aa6010fe4
Version: 0.9.6.*, Build: 2023-07-18
decoratory-0.9.6.1-py3-none-any.whl
sha256: b50e85ada4d6fc1140dc00dc01cda7844d5cd48ac90907c63b74e1c8c07fac47
sha256: acafc72b5d08190249198bb9c438c8fb2c28142e33d4b73ba0a7881d84ef1c9a
Version: 0.9.5.*, Build: 2023-07-17
decoratory-0.9.5.3-py3-none-any.whl
sha256: 3191855526a0b92ce1a553e3823803b2ab8d027e87c5a838a9a9288a8fef2efa
sha256: 8cee4fbde422bd911fe836049f6b36691270cda8cb2c9ec2c6a0939f213b3cbd
Version: 0.9.4.*, Build: 2023-07-14
decoratory-0.9.4.1-py3-none-any.whl
sha256: 71da2166823f382971fce059a5dcf9e6016a66346d8d78bb8b9a5cfe6d66b177
sha256: 20ac983056fd287cd9735530ca2a6f3aaf63346ed1e29f292729504e9a99420a
Version: 0.9.3.*, Build: 2023-07-10
decoratory-0.9.3.6-py3-none-any.whl
sha256: 355e745ceaff556c2adcc6df1f4e2822790b6acba5cd3c41da6d96a905d97bb8
sha256: 9bb98d6dd1d3e505fad4555dc92474e83c77cb24b2028c9ad9f4a59335ef3f8d
Version: 0.9.2.*, Build: 2023-07-04
decoratory-0.9.2.7-py3-none-any.whl
sha256: 53f0555780f4e8a2f347bedb147b710bdf73ee3b5b94fbbfcdca8a6fe8b0e271
sha256: 59727ec4f7fce555e35371632e0716ede0c53013f8f301a673cc268998aba36d
Version: 0.9.1.*, Build: 2023-06-27
decoratory-0.9.1.18-py3-none-any.whl
sha256: c58cfb44bd2124c6fe9e1417898811c93b8d7ba51f2e11722299cbd43e113fe1
sha256: 879cb4e36571567c71f16835c3bdb145b9209f2672fda0b0ec30e3281085c3c9
Version: 0.9.0.*, Build: 2023-06-23
decoratory-0.9.0.6-py3-none-any.whl
sha256: 6c4b6be404e3a28cae5574ff79adc456eaf0ef626106ceb5e48e062e5a375a94
sha256: 46d820edb5036213aeeff570d689af33b79c22e8d5302539555016ef92cbf17a
© Copyright 2020-, Martin Abel, eVation. All Rights Reserved. |