Downloads:
1,755
Downloads of v 1.7.0:
15
Last Update:
22 Nov 2023
Package Maintainer(s):
Software Author(s):
- Algorand Foundation
Tags:
algokit algorand developers python typescript hello-world smart-contract beaker- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
AlgoKit
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,755
Downloads of v 1.7.0:
15
Maintainer(s):
Software Author(s):
- Algorand Foundation
AlgoKit
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Algorand Foundation. The inclusion of Algorand Foundation trademark(s), if any, upon this webpage is solely to identify Algorand Foundation goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
This package was rejected on 27 Dec 2023. The reviewer chocolatey-ops has listed the following reason(s):
AlgoKit gets developers of all levels up and running with a familiar, fun and productive development environment in minutes.
The goal of AlgoKit is to help developers build and launch secure, automated production-ready applications rapidly.
$ErrorActionPreference = 'Stop'
# ensure pipx is installed. Just in case someone has removed it manually
python -m pip install --disable-pip-version-check --no-warn-script-location --user pipx
if ($LASTEXITCODE -ne 0) {
Throw "Error configuring pipx for uninstalling"
}
# zap it
&{
#pipx outputs to stderr as part of normal execution, so ignore stderr
$ErrorActionPreference = 'Continue'
python -m pipx uninstall $env:ChocolateyPackageName 2>&1
if ($LASTEXITCODE -ne 0) {
if ($cmdOutput -match "Nothing to uninstall" ) {
Write-Output "$($env:ChocolateyPackageName) already uninstalled by pipx. Ignoring"
}
else {
Throw "Error running pipx uninstall $($env:ChocolateyPackageName)"
}
}
}
Uninstall-BinFile -Name algokit
From: https://github.com/algorandfoundation/algokit-cli/blob/main/LICENSE
MIT License
Copyright (c) 2022 Algorand Foundation
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
To verify this package download the .whl from the URL specified below and compare it's SHA-256 checksum with the
below.
Wheel: https://github.com/algorandfoundation/algokit-cli/releases/download/v1.7.0/algokit-1.7.0-py3-none-any.whl
SHA256: 3A31BBC0D421AAC76A9D311A4A38C7AF7C6138E30548C8498F6FB50D084EBDD9
Algorand Foundation are the authors of this software and maintainers of the Chocolatey package.
No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
AlgoKit 2.1.3 | 50 | Tuesday, June 25, 2024 | Approved | |
AlgoKit 2.1.2 | 26 | Thursday, June 20, 2024 | Approved | |
AlgoKit 2.1.0 | 25 | Wednesday, June 12, 2024 | Approved | |
AlgoKit 2.0.4 | 38 | Monday, May 20, 2024 | Approved | |
AlgoKit 2.0.2 | 38 | Tuesday, April 2, 2024 | Approved | |
AlgoKit 2.0.1 | 26 | Friday, March 29, 2024 | Approved | |
AlgoKit 2.0.0 | 28 | Wednesday, March 27, 2024 | Approved | |
AlgoKit 1.13.1 | 28 | Wednesday, March 20, 2024 | Approved | |
AlgoKit 1.12.3 | 38 | Wednesday, March 6, 2024 | Approved | |
AlgoKit 1.12.2 | 48 | Friday, March 1, 2024 | Approved | |
AlgoKit 1.11.3 | 46 | Thursday, February 8, 2024 | Approved | |
AlgoKit 1.10.0 | 41 | Wednesday, January 24, 2024 | Approved | |
AlgoKit 1.9.3 | 38 | Thursday, January 11, 2024 | Approved | |
AlgoKit 1.9.0 | 33 | Friday, December 29, 2023 | Approved | |
AlgoKit 1.8.2 | 43 | Wednesday, December 20, 2023 | Approved | |
AlgoKit 1.8.1 | 37 | Tuesday, December 19, 2023 | Approved | |
AlgoKit 1.6.3 | 48 | Tuesday, November 14, 2023 | Approved | |
AlgoKit 1.4.0 | 73 | Monday, August 14, 2023 | Approved | |
AlgoKit 1.1.3 | 65 | Tuesday, June 13, 2023 | Approved | |
AlgoKit 1.1.2 | 49 | Tuesday, June 13, 2023 | Approved | |
AlgoKit 1.0.1 | 65 | Friday, April 14, 2023 | Approved | |
algokit 0.10.0-beta | 68 | Wednesday, January 4, 2023 | Exempted | |
algokit 0.7.0-beta0chocolateypacka | 59 | Tuesday, December 20, 2022 | Exempted | |
AlgoKit 0.1.0 | 107 | Monday, February 20, 2023 | Approved |
Ground Rules:
- This discussion is only about AlgoKit and the AlgoKit package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or AlgoKit, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
algorand-foundation (maintainer) on 22 Nov 2023 14:10:14 +00:00:
User 'algorand-foundation' (maintainer) submitted package.
chocolatey-ops (reviewer) on 22 Nov 2023 14:44:19 +00:00:
algokit has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
Suggestions
Suggestions are either newly introduced items that will later become Guidelines or items that are don't carry enough weight to become a Guideline. Either way they should be considered. A package version can be approved without addressing Suggestion comments.
chocolatey-ops (reviewer) on 22 Nov 2023 17:29:22 +00:00:
algokit has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/fe3bcd936cff2b87872575a0f3bdd451 for details.
The package status will be changed and will be waiting on your next actions.
chocolatey-ops (reviewer) on 12 Dec 2023 14:47:13 +00:00:
We've found algokit v1.7.0 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.
Take action:
If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.
Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.
Windos (reviewer) on 19 Dec 2023 20:52:17 +00:00:
Verification Status Change - Verification tests have been set to rerun.
chocolatey-ops (reviewer) on 19 Dec 2023 22:27:53 +00:00:
algokit has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/6847c40592f8606599237d3c87189278 for details.
The package status will be changed and will be waiting on your next actions.
chocolatey-ops (reviewer) on 27 Dec 2023 14:50:11 +00:00:
Unfortunately there has not been progress to move algokit v1.7.0 towards an approved status within 15 days after the last review message, so we need to close (reject) the package version at this time. If you want to pick this version up and move it towards approval in the future, use the contact site admins link on the package page and we can move it back into a submitted status so you can submit updates.
Status Change - Changed status of package from 'submitted' to 'rejected'.