Downloads:
2,111
Downloads of v 4.18.0:
17
Last Update:
15 Nov 2024
Published Date:
15 Nov 2024
Reviewed Date:
10 Dec 2024
Reviewer:
Package Maintainer(s):
Software Author(s):
- Pyzo Team.
Tags:
pyzo.portable ide python editor- 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
Pyzo (Portable)
(Waiting for Maintainer to take corrective action)
- 1
- 2
- 3
4.18.0 | Updated: 15 Nov 2024
- 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:
2,111
Downloads of v 4.18.0:
17
Published:
15 Nov 2024
Reviewed:
10 Dec 2024
Reviewer:
Maintainer(s):
Software Author(s):
- Pyzo Team.
Pyzo (Portable) 4.18.0
(Waiting for Maintainer to take corrective action)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Pyzo Team. The inclusion of Pyzo Team. trademark(s), if any, upon this webpage is solely to identify Pyzo Team. 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 is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
Pyzo is a cross-platform Python IDE focused on interactivity and introspection, which makes it very suitable for scientific computing. Its practical design is aimed at simplicity and efficiency. It consists of two main components, the editor and the shell, and uses a set of pluggable tools to help the programmer in various ways. Some example tools are source structure, project manager, interactive help, workspace ... Pyzo is written in (pure) Python 3 and uses the Qt GUI toolkit. Binaries are provided for all major operating system. After installing Pyzo, it can be used to execute code on any Python version available on your system (Python 2.4 - 3.x, including Pypy).
Disclaimer
pyzo.portable has been flagged as part of automated virus scanning.
According https://github.com/pyzo/pyzo/issues/800 : It can be assumed that the widespread use of Pyzo also means that people writing malicious code use Python with PyInstaller, just like we do. This might explain why many binaries build with PyInstaller seem to be affected.
From: https://raw.githubusercontent.com/pyzo/pyzo/master/pyzo/license.txt
LICENSE
Pyzo is subject to the (new) BSD license:
Copyright (C) 2008-2019, the Pyzo development team
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of its contributors nor their affiliation may be
used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE PYZO DEVELOPMENT TEAM BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Download:
x32: https://github.com//pyzo/pyzo/releases/download/v4.18.0/pyzo-4.18.0-win32.zip
x64: https://github.com//pyzo/pyzo/releases/download/v4.18.0/pyzo-4.18.0-win64.zip
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum type: sha256
checksum32: 312F0622A7EA13091884A48A4777FB74E9CBB93A328DC4DE20D0F1F0F518F689
checksum64: A8E8478534C76C2091F2AB4B2F2BFF0BD639B26AA5094F39529C1BDDB355511D
File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/pyzo/pyzo/master/pyzo/license.txt
$ErrorActionPreference = 'Stop'
# Remove start menu shortcut
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Pyzo.lnk"
if (Test-Path $shortcutFilePath) { Remove-Item $shortcutFilePath }
md5: 2B2B126DF6CA699801285DBADA673B11 | sha1: 6E62780FC350D87E64CF7F37A7F872A28F8E9D9F | sha256: 312F0622A7EA13091884A48A4777FB74E9CBB93A328DC4DE20D0F1F0F518F689 | sha512: 02E88E18681ECD14B5D68561D93949CB32E82EE807CFF3C8B04C62C81795CB3EE1EFD5B6CC8E6DB606B156C5736288C91D3E8477A2CC1B6C27A0655667AB2817
md5: 05DBF2417301787192C15BBC17E90281 | sha1: 9A2257000A04BE9EAEA59BC19655C9476BDC5D9A | sha256: A8E8478534C76C2091F2AB4B2F2BFF0BD639B26AA5094F39529C1BDDB355511D | sha512: 6A2D4FB5238324F43EDEEAC97B9E326160BF57BC0431723EE8D35C8A49A6CCE4EBBFA6EB1461C1F3F0547C0E80DF27367FB76A2B2CC340AAF15518B1000F6BC0
Log in or click on link to see number of positives.
- libffi-8.dll (eff52743773e) - ## / 72
- libcrypto-3.dll (4e5d5d20d6d3) - ## / 71
- libssl-3.dll (2e4d35b681a1) - ## / 72
- base_library.zip (0d960743dbf7) - ## / 64
- python3.dll (d52baca085f8) - ## / 72
- python312.dll (93488fa7e631) - ## / 72
- VCRUNTIME140.dll (36585912e5ea) - ## / 72
- VCRUNTIME140_1.dll (82a2f9ae1e61) - ## / 72
- api-ms-win-core-console-l1-1-0.dll (79e4edf3ff63) - ## / 72
- api-ms-win-core-datetime-l1-1-0.dll (9600f4377263) - ## / 71
- api-ms-win-core-debug-l1-1-0.dll (43533c66ae70) - ## / 72
- api-ms-win-core-errorhandling-l1-1-0.dll (be358d7f9a80) - ## / 72
- api-ms-win-core-fibers-l1-1-0.dll (772372f20239) - ## / 71
- api-ms-win-core-fibers-l1-1-1.dll (8fcae6d9a2a4) - ## / 71
- api-ms-win-core-file-l1-1-0.dll (57a24b7d585b) - ## / 72
- api-ms-win-core-file-l1-2-0.dll (00af59b43e70) - ## / 72
- api-ms-win-core-file-l2-1-0.dll (b8ee3713b2fa) - ## / 72
- api-ms-win-core-handle-l1-1-0.dll (0069d044789a) - ## / 58
- api-ms-win-core-heap-l1-1-0.dll (95767fd45416) - ## / 72
- api-ms-win-core-interlocked-l1-1-0.dll (6e65a8482e98) - ## / 72
- api-ms-win-core-kernel32-legacy-l1-1-1.dll (569618315c6b) - ## / 70
- api-ms-win-core-libraryloader-l1-1-0.dll (6614e8c94f8d) - ## / 72
- api-ms-win-core-localization-l1-2-0.dll (d1ecd2c21df1) - ## / 72
- api-ms-win-core-memory-l1-1-0.dll (03a723bcbcc8) - ## / 72
- api-ms-win-core-namedpipe-l1-1-0.dll (3c6ecc4e2284) - ## / 71
- api-ms-win-core-processenvironment-l1-1-0.dll (541bac07d88e) - ## / 68
- api-ms-win-core-processthreads-l1-1-0.dll (e714ffde0c79) - ## / 72
- api-ms-win-core-processthreads-l1-1-1.dll (94a70e7cd722) - ## / 72
- api-ms-win-core-profile-l1-1-0.dll (9eaa28a9f953) - ## / 72
- api-ms-win-core-rtlsupport-l1-1-0.dll (eb8ce6ef361c) - ## / 72
- api-ms-win-core-string-l1-1-0.dll (634f1e2eec06) - ## / 71
- api-ms-win-core-synch-l1-1-0.dll (50c78541fd07) - ## / 72
- api-ms-win-core-synch-l1-2-0.dll (359c5d1221cf) - ## / 72
- api-ms-win-core-sysinfo-l1-1-0.dll (154b5470e4e2) - ## / 72
- api-ms-win-core-sysinfo-l1-2-0.dll (6d2a9c574523) - ## / 71
- api-ms-win-core-timezone-l1-1-0.dll (f1061607d0df) - ## / 72
- api-ms-win-core-util-l1-1-0.dll (ac72cd7713da) - ## / 71
- api-ms-win-crt-conio-l1-1-0.dll (81cc477b01b8) - ## / 72
- api-ms-win-crt-convert-l1-1-0.dll (f16030942224) - ## / 71
- api-ms-win-crt-environment-l1-1-0.dll (34e9a4ffe038) - ## / 72
- api-ms-win-crt-filesystem-l1-1-0.dll (4f5faf054747) - ## / 71
- api-ms-win-crt-heap-l1-1-0.dll (0f885499cc16) - ## / 72
- api-ms-win-crt-locale-l1-1-0.dll (0dfe9be5fef2) - ## / 65
- api-ms-win-crt-math-l1-1-0.dll (5a4d35462656) - ## / 72
- api-ms-win-crt-process-l1-1-0.dll (d95c89d8f1dc) - ## / 72
- api-ms-win-crt-runtime-l1-1-0.dll (1a460b02ebd5) - ## / 72
- api-ms-win-crt-stdio-l1-1-0.dll (5723612d49c7) - ## / 72
- api-ms-win-crt-string-l1-1-0.dll (6af625152090) - ## / 72
- api-ms-win-crt-time-l1-1-0.dll (edc8849cfb5b) - ## / 71
- api-ms-win-crt-utility-l1-1-0.dll (bdfeabcbfe6f) - ## / 71
- ucrtbase.dll (5d69cce34d22) - ## / 72
- pyzo-4.18.0-win32.zip (312f0622a7ea) - ## / 66
- pyzo.portable.4.18.0.nupkg (492d195677bb) - ## / 65
- pyzo-4.18.0-win64.zip (a8e8478534c7) - ## / 66
- pyzo.exe (3973e4f4f7fd) - ## / 68
- sqlite3.dll (2f9c9940e878) - ## / 71
- MSVCP140.dll (2fe6c195f362) - ## / 72
- MSVCP140_1.dll (0b4d5dbaa94c) - ## / 73
- MSVCP140_2.dll (b2815b89b6ca) - ## / 73
- opengl32sw.dll (abc2825aebfc) - ## / 71
- pyside6.abi3.dll (5b7e4ca7636f) - ## / 73
- Qt6Core.dll (98f4f69d251e) - ## / 72
- Qt6Gui.dll (76652aee3fab) - ## / 72
- Qt6Network.dll (8c35ed694acd) - ## / 73
- Qt6OpenGL.dll (b4873425e4ea) - ## / 73
- Qt6Pdf.dll (95e350e9bfde) - ## / 72
- Qt6PrintSupport.dll (1d2307c01286) - ## / 73
- Qt6Qml.dll (24303a2b2627) - ## / 73
- Qt6QmlMeta.dll (5cb3cda40eee) - ## / 73
- Qt6QmlModels.dll (17f066899b88) - ## / 73
- Qt6QmlWorkerScript.dll (8fe6fd9cdb76) - ## / 71
- Qt6Quick.dll (04a0a2753e45) - ## / 72
- Qt6Svg.dll (236af46be386) - ## / 73
- Qt6VirtualKeyboard.dll (a9d90a81f821) - ## / 72
- Qt6Widgets.dll (8f361afede38) - ## / 72
- VCRUNTIME140.dll (3ddfe8587a93) - ## / 73
- VCRUNTIME140_1.dll (4bcdfbbf352e) - ## / 72
- MSVCP140.dll (9872493204a8) - ## / 72
- shiboken6.abi3.dll (9650c160dcd4) - ## / 73
- VCRUNTIME140.dll (898b8880c187) - ## / 72
- VCRUNTIME140_1.dll (79c706d43353) - ## / 73
- qtuiotouchplugin.dll (d2fad6463da2) - ## / 72
- qsvgicon.dll (4420c39b2504) - ## / 73
- qgif.dll (4a3d0cd650d0) - ## / 73
- qicns.dll (a80365986be2) - ## / 73
- qico.dll (ce88931e167f) - ## / 73
- qjpeg.dll (f2379eecd129) - ## / 72
- qpdf.dll (35a3b54a780e) - ## / 73
- qsvg.dll (6a20554f55be) - ## / 73
- qtga.dll (231c81def148) - ## / 73
- qtiff.dll (71bee753c91a) - ## / 73
- qwbmp.dll (92c9934642c8) - ## / 73
- qwebp.dll (13ddfa60e434) - ## / 73
- qtvirtualkeyboardplugin.dll (9159f5a198b0) - ## / 73
- qdirect2d.dll (95b7f6ee7cf1) - ## / 73
- qminimal.dll (6f8395439aa4) - ## / 73
- qoffscreen.dll (162dd3370948) - ## / 73
- qwindows.dll (81af8907f3ac) - ## / 73
- qmodernwindowsstyle.dll (5912a7adcf40) - ## / 73
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Pyzo (Portable) 4.18.0 | 17 | Friday, November 15, 2024 |
Waiting for Maintainer
|
|
Pyzo (Portable) 4.15.0 | 74 | Tuesday, March 5, 2024 | Approved | |
Pyzo (Portable) 4.13.3 | 75 | Monday, June 26, 2023 | Exempted | |
Pyzo (Portable) 4.13.1 | 72 | Saturday, June 24, 2023 | Exempted | |
Pyzo (Portable) 4.12.8 | 83 | Thursday, March 30, 2023 | Approved | |
Pyzo (Portable) 4.12.7 | 86 | Tuesday, February 7, 2023 | Exempted | |
Pyzo (Portable) 4.12.5 | 69 | Friday, January 27, 2023 | Exempted | |
Pyzo (Portable) 4.12.4 | 99 | Tuesday, December 20, 2022 | Exempted | |
Pyzo (Portable) 4.12.3 | 146 | Saturday, April 30, 2022 | Exempted | |
Pyzo (Portable) 4.12.0 | 136 | Friday, January 21, 2022 | Exempted | |
Pyzo (Portable) 4.11.2 | 273 | Thursday, November 19, 2020 | Approved | |
Pyzo (Portable) 4.11.0 | 167 | Friday, October 16, 2020 | Approved | |
Pyzo (Portable) 4.10.2 | 282 | Saturday, February 15, 2020 | Approved | |
Pyzo (Portable) 4.9.0 | 274 | Sunday, September 22, 2019 | Approved |
© Copyright 2015-2019, The Pyzo team.
This package has no dependencies.
Ground Rules:
- This discussion is only about Pyzo (Portable) and the Pyzo (Portable) 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 Pyzo (Portable), 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.
chtof (maintainer) on 15 Nov 2024 08:25:55 +00:00:
User 'chtof' (maintainer) submitted package.
chocolatey-ops (reviewer) on 15 Nov 2024 08:59:16 +00:00:
pyzo.portable 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.
Notes
Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.
chocolatey-ops (reviewer) on 15 Nov 2024 09:22:28 +00:00:
pyzo.portable has passed automated package testing (verification). The next step in the process is package scanning.
Please visit https://gist.github.com/choco-bot/fffa095aea539b3bc9280bec2a6c60a5 for details.
This is an FYI only. There is no action you need to take.
chocolatey-ops (reviewer) on 15 Nov 2024 23:50:02 +00:00:
pyzo.portable has been flagged as part of automated virus scanning.
Package virus scanning found that at least 1 file within, or downloaded by, the package has between 6 and 10 VirusTotal detections associated with it.
This package version cannot be approved without an exemption from a Moderator.
flcdrg (reviewer) on 10 Dec 2024 11:23:18 +00:00:
Please resolve these to allow this package to be approved:
thanks,
David