Downloads:
37,327
Downloads of v 2.7.9:
6,720
Last Update:
09 Oct 2018
Package Maintainer(s):
Software Author(s):
- IronPython Contributors
- Microsoft
Tags:
ironpython python dynamic dlr- Software Specific:
- Software Site
- Software License
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
IronPython
This is not the latest version of IronPython available.
- 1
- 2
- 3
2.7.9 | Updated: 09 Oct 2018
- Software Specific:
- Software Site
- Software License
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
37,327
Downloads of v 2.7.9:
6,720
Maintainer(s):
Software Author(s):
- IronPython Contributors
- Microsoft
IronPython 2.7.9
This is not the latest version of IronPython available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by IronPython Contributors, Microsoft. The inclusion of IronPython Contributors, Microsoft trademark(s), if any, upon this webpage is solely to identify IronPython Contributors, Microsoft goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install IronPython, run the following command from the command line or from PowerShell:
To upgrade IronPython, run the following command from the command line or from PowerShell:
To uninstall IronPython, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download ironpython --internalize --version=2.7.9 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade ironpython -y --source="'INTERNAL REPO URL'" --version="'2.7.9'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade ironpython -y --source="'INTERNAL REPO URL'" --version="'2.7.9'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install ironpython
win_chocolatey:
name: ironpython
version: '2.7.9'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'ironpython' do
action :install
source 'INTERNAL REPO URL'
version '2.7.9'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller ironpython
{
Name = "ironpython"
Version = "2.7.9"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'ironpython':
ensure => '2.7.9',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 17 May 2020.
IronPython is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework. IronPython can use the .NET Framework and Python libraries, and other .NET languages can use Python code just as easily.
md5: B7EFBF654402C78226B8D69AD0011BBB | sha1: 52CC6C9A2A40339EC840CC599240F405E425DA14 | sha256: 5A6E2EDA86E863E155F67CEBEF095355B7EA7B1DCD97D87E4058F0A5AC60D798 | sha512: 496396A301EEBC6504DBC57842920649D12DC239C47F81A06079AA8B18FF506545614BE5A6F92334C4279EB99B57682CC8033FD99EDAF28F041DB619993BE575
md5: F1E1A1058A95C27CC453F8559E4AB3ED | sha1: BE9B16843DC5FA44E933EB89C06611525EB35D9D | sha256: 4061499B5E66C9309352A660A457AC95C8FA98229A8BBCCC648DEB85F5FF7CC7 | sha512: 839AFF22B659498F3CE9782048AFF2DC328E7523994539478A1E0074CAB955555B6787A0DC9D89C4501A461305AE455ABB89D65B7822A63D1F9611346AEBFB1D
md5: 2EC8B6F478E732D34F6458B47CC83016 | sha1: 9D833125C1B4FCAE8B49C8DEB13D681D0BBC63F7 | sha256: 0718C32F2184FE2B177A9F1DFADFCFFCC2C1755DE84F659730BA237E13339AF7 | sha512: 6AD6A512471702967E67B76075EF7E458500A7EC6A3DA08841D8108ED287B1F9A20144420303EF95D12910F5318B3A7E8051E35F947732F3910CD281D2E366AA
md5: F567445E68FA92A6D57CF50470E1797C | sha1: A2BDB37F7CD704761D1192AF9779AE7E37E81585 | sha256: 180854ADFDB20E1E96F5C446E2F8ADF183DED5CA149727BC9D6E6160D0C558F8 | sha512: 2C706F0A1571493463C2EE59B63B59BED93681DFFFF73842D3CE2120B119BB524957C0C7FC1BAAF822EA372F5395774F2BBED6B17B11A256A1B21206E4598F1E
md5: 4B9FE4EEF7E5FE93DA8A843E871F4762 | sha1: F80983613D8316B4D80CE33BAC155091D3FD2DF1 | sha256: C2A1BBEDB8D1A3726B2A99454ACA147575BCE126D187105C0936A2E618815C36 | sha512: 2CF1CB687F58615247CBC681202D12F166775E347FF17B48EE520ECE19F88F1E69DD0934AD6523AB7001D54B0C4797476613F73879BAD31B5E3DCAD15CB2B7B0
md5: 04F29ABC3376A11B2AF04E7D024D3206 | sha1: BCA758BE7085C986C61715CF719578495E762477 | sha256: 9719812C61733542453616D38CA2D1CA354F38C2E0FB3E9E5BBCED279502283A | sha512: BE13861CB619823720E88416998F108B5A39F205010D1FE8216097BFF044B26E34C89218DD55A035EFEC72D47CA0153F8CACD7EBDFD6D8FD55758C13AA336651
md5: 2014C1C88D774443BB306A7C88072E6F | sha1: 3BF3A16080D4EB0E475EFC9BD40F4A78C6EF925D | sha256: 62595115C20B9D5C38066A73504BA396AAC5F8A2840362848399EC62E343ECA3 | sha512: 2C2F527FE0D3A816FF69321475EB1A63C79220C70AB932AC423D8BA123ED41F60168AD5C2A8E555ED86E877AD7A3D704566C03212B38F913E8C69FA12D65A496
md5: 806FDE562ADD4488D1FDA3DA1567E85A | sha1: 6653F36773353497DCA23DD4891B398AD62D3C59 | sha256: 1EB784FA670B84A61471501F6FF0E0FE983E284DD06FA494C850B2A9C29D32C8 | sha512: EBCCF8C3D64B1895F52A538FAB9072BD607A2C2E240D4FA59218EE76A8428317B7E59A7BB9097012D5E40A1E43EFAD633301609105A7ADF53C45336ADC932AC0
md5: 9A39A51E6DCB22B80DB481FBFBCD7826 | sha1: 1684CEA396967B979000D7D0BFEF7DB166703A2B | sha256: 61B809B97DC878F42E85EE2C5D8471853527754E4F53B17C0507334C57E19E04 | sha512: 292E5D8D0A901B104A0CC760FC1946088E5CDF404008521A6DB150E54E6B31B0A104BA6655AEB310AD0B2906B1B460A4C5CDD31B57F33AE729A833E8DC2566BD
md5: 621192DB357916F2261989A49FA2C6BD | sha1: C32BC90CDD7D8261AC4702FDF30D0E30CC1D80B8 | sha256: 87525121D7826DCFC76963AB8BD7996B9644BF4F148D1296757EB702A43DA51F | sha512: A7985AE16C4A4E931DADDAA93B4CF4C4CAD89C961261AFD14765366A2AE46E5CF62AB153BF8DC6A20626C570A1ECA8083DC4B68CFD72741619FD5F41143F1EF2
This directory exists so that 3rd party packages can be installed
here. Read the source for site.py for more details.
md5: E390CBB3F8F454D552B75CCED80E6D41 | sha1: E1E9062F4FDFE2C51E16FF3DB4754BF5BC4F485F | sha256: 230B178BA622814C11443FD6150E7ED44F0D21A9DD021B5CA30FE34E18D3625A | sha512: 3DD4004827B3562F5E39E818F60B3B1624C432D882B9A424B026A98C9B9F71E17255594067A609EDF4617E2E9C964FAED0BC774A6ACB337A5D8735A9B9539CBF
md5: 8323B317725A856F002E4A282A2E31A3 | sha1: C6DD22C8707409EB093890D83DEF22D600C5D5AA | sha256: 9DAF7C719FEC412790941F89D0EC0D44FE74C578658B6D12175B1F0DC3825670 | sha512: 11ED21C94A086BA45587F8C7B8296591FE12A31DB33EBE69F704EE2DCCE857AA44CCA092F5D54FD851F6438EEC87C5AED9F3C03238BD2B22A0B2AB7D32FD73E8
IronPython
===
IronPython is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework. IronPython can use the .NET Framework and Python libraries, and other .NET languages can use Python code just as easily.
IronPython can be obtained at [http://ironpython.net/](http://ironpython.net/).
| **What?** | **Where?** |
| --------: | :------------: |
| **Windows/Linux/macOS Builds** | [![Build status](https://dotnet.visualstudio.com/IronLanguages/_apis/build/status/ironpython2)](https://dotnet.visualstudio.com/IronLanguages/_build/latest?definitionId=42) |
| **Downloads** | [![NuGet](https://img.shields.io/nuget/v/IronPython.svg)](https://www.nuget.org/packages/IronPython/) [![Release](https://img.shields.io/github/release/IronLanguages/ironpython2.svg)](https://github.com/IronLanguages/ironpython2/releases/latest)|
| **Help** | [![Gitter chat](https://badges.gitter.im/IronLanguages/ironpython.svg)](https://gitter.im/IronLanguages/ironpython) [![StackExchange](https://img.shields.io/stackexchange/stackoverflow/t/ironpython.svg)](http://stackoverflow.com/questions/tagged/ironpython) |
Comparison of IronPython vs. C# for 'Hello World'
C#:
```cs
using System;
class Hello
{
static void Main()
{
Console.WriteLine("Hello World");
}
}
```
IronPython:
```py
print "Hello World"
```
IronPython is a Dynamic Language that runs on the .NET DLR ([Dynamic Language Runtime](http://en.wikipedia.org/wiki/Dynamic_Language_Runtime)) in contrast with VB.NET and C# which are [static languages](http://en.wikipedia.org/wiki/Type_system).
IronPython can also import DLL files compiled in other languages and use functions defined therein. For example:
```py
import clr
clr.AddReference("System.Windows.Forms")
from System.Windows.Forms import *
```
# Code of Conduct
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community.
For more information see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).
# Documentation
Documentation can be found here: http://ironpython.net/documentation/dotnet/
## Additional information
Please see http://wiki.github.com/IronLanguages/main for information on:
- Setting up a development environment with easy access to utility scripts
- Building
- Running test
## Chat/Communication
Join our Gitter-Chat under: https://gitter.im/IronLanguages/ironpython
VERIFICATION Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy.
This package is published by the IronPython Project itself. The binaries are identical to other package types published by the project, in particular the IronPython nuget package.
Log in or click on link to see number of positives.
- IKVM.Reflection.dll (0718c32f2184) - ## / 70
- ipy.exe (180854adfdb2) - ## / 67
- ipy32.exe (c2a1bbedb8d1) - ## / 69
- ipyc.exe (9719812c6173) - ## / 69
- ipyw.exe (62595115c20b) - ## / 69
- ipyw32.exe (1eb784fa670b) - ## / 68
- ironpython.2.7.9.nupkg (6babe38295f9) - ## / 58
- IronPython.dll (61b809b97dc8) - ## / 67
- IronPython.Modules.dll (87525121d782) - ## / 68
- Microsoft.Dynamic.dll (230b178ba622) - ## / 68
- Microsoft.Scripting.dll (9daf7c719fec) - ## / 67
- IronPython.SQLite.dll (5a6e2eda86e8) - ## / 67
- IronPython.Wpf.dll (4061499b5e66) - ## / 67
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 |
---|---|---|---|---|
IronPython 3.4.1 | 2686 | Tuesday, July 18, 2023 | Approved | |
IronPython 3.4.0 | 1134 | Monday, December 12, 2022 | Approved | |
IronPython 2.7.12 | 5455 | Friday, January 21, 2022 | Approved | |
IronPython 2.7.11 | 5080 | Tuesday, November 17, 2020 | Approved | |
IronPython 2.7.11-candidate1 | 144 | Tuesday, September 15, 2020 | Approved | |
IronPython 2.7.10 | 1871 | Thursday, May 28, 2020 | Approved | |
IronPython 2.7.10-alpha0 | 424 | Saturday, February 23, 2019 | Approved | |
IronPython 2.7.9 | 6720 | Tuesday, October 9, 2018 | Approved | |
IronPython 2.7.9-candidate1 | 264 | Monday, August 20, 2018 | Approved | |
IronPython 2.7.8.1 | 9601 | Tuesday, March 20, 2018 | Approved | |
IronPython 2.7.5.20150916 | 1711 | Tuesday, September 15, 2015 | Approved | |
IronPython 2.7.5.20150915 | 400 | Tuesday, September 15, 2015 | Approved | |
IronPython 2.7.4.20140816 | 1444 | Friday, August 15, 2014 | Approved | |
IronPython 2.7.4.20140815 | 393 | Friday, August 15, 2014 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about IronPython and the IronPython 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 IronPython, 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.