Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

34,599

Downloads of v 2.7.10:

1,851

Last Update:

28 May 2020

Package Maintainer(s):

Software Author(s):

  • IronPython Contributors
  • Microsoft

Tags:

ironpython python dynamic dlr

IronPython

This is not the latest version of IronPython available.

  • 1
  • 2
  • 3

2.7.10 | Updated: 28 May 2020

Downloads:

34,599

Downloads of v 2.7.10:

1,851

Software Author(s):

  • IronPython Contributors
  • Microsoft

IronPython 2.7.10

This is not the latest version of IronPython available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

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:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade ironpython -y --source="'INTERNAL REPO URL'" --version="'2.7.10'" [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.10'" 
$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.10'
    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.10'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller ironpython
{
    Name     = "ironpython"
    Version  = "2.7.10"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'ironpython':
  ensure   => '2.7.10',
  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.

Package Approved

This package was approved as a trusted package on 29 May 2020.

Description

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.


DLLs\IronPython.SQLite.dll
md5: 75C2AC4D3182B48B88DA9B2877587BEC | sha1: BDCEBAADFFE64DB1567110B1B058A198685B2C11 | sha256: 379393F102A92EFF026A6C29E818B4D4C9503F0DB14E95DD1703BF32CE1B7DCF | sha512: E3DB53D12D2BE019CEA6AAB322AAB836B0620F0323E6F6BD402855E8E14ECECE010676177D3C340DC654632F469B3458B935B0AFC6064E50DEEC38F8A8AAC7E3
DLLs\IronPython.SQLite.pdb
 
DLLs\IronPython.Wpf.dll
md5: 056AC529AF287B5506C892122EDD4798 | sha1: 2D1403C804AB9B68FEB92E7E8C084BD4AB82799B | sha256: C26EB4B79848FB147BFD0E340F6D323CCA3A833BA2BE1E60B82EF721E3BE8671 | sha512: EE9022932E5D8C63EB556781AA75AF7FC196D1D9A80253A52BE92E3FDF199A1E289C760869A15193AAFA446437CE1B51F6A182A23EAB71798940C44AECE8E714
DLLs\IronPython.Wpf.pdb
 
IKVM.Reflection.dll
md5: 2EC8B6F478E732D34F6458B47CC83016 | sha1: 9D833125C1B4FCAE8B49C8DEB13D681D0BBC63F7 | sha256: 0718C32F2184FE2B177A9F1DFADFCFFCC2C1755DE84F659730BA237E13339AF7 | sha512: 6AD6A512471702967E67B76075EF7E458500A7EC6A3DA08841D8108ED287B1F9A20144420303EF95D12910F5318B3A7E8051E35F947732F3910CD281D2E366AA
ipy.exe
md5: A03FC85D9EFB517351E0CDBFACE92798 | sha1: 421434BFF4F85E6480E19B2F655FE50F870384C1 | sha256: 1174E3567E3B849BB6394FFC1AFE4C981CD18DB8EF938BD65EEF6DAF67168144 | sha512: CBF2E3C83CA350B1CD46F9C96212988396C550E125C04651D35D8E9F6C8D6E882CB0353245DFD8C2C4A9B70A72D5D9781BFC17563E6E9586E94CC277B57F8EE5
ipy32.exe
md5: BB5BAA3B0137BB5B5EA9C868AC3923AD | sha1: E5B8B48E8BBFEDA7F3CC3E9E516E046ED05C8C0D | sha256: FA288F0AD536A14F6AC0A5DD9918FF330DD4E167C8A4CD14D01548FDBC7F11D5 | sha512: FE8FC06CE0259B8BA6E0E9ECDE2ACFD70A58CB3F18E0727CDDF2E70E8DFF6B3CCB6E9EA51EE33647C9844D8034192AD998B8FAAD05A14A971328FD7118D1034B
ipyc.exe
md5: 793A6A98414BC652564D1E5AA11B50D7 | sha1: 6D85D6ED65FDFF774A6CAC7F800B81368C375966 | sha256: E5A1955D9A308F712A638F078582B1E034A90F890338342C127435FFC6D9A410 | sha512: 0075776E9848757AFC88AA205B9604DED62E58BE5369B62E7D0698650EDD3C700836B8E2F6E8F03DE748259A921FE19B262C48DCCB08A0B9928B87A20275807B
ipyw.exe
md5: 3949321989D4CA276C1E053A071F87C0 | sha1: E9DCD914F90848EC276FE5FD8BF5D6EEBC90C811 | sha256: 668805EFACDDD0677D92DA58F17B4092B2C90E09894A80DFE2E8540F4C27FD64 | sha512: 53D1B0ABC8C3F13343A3928456A79DB87850BBD4F61974D9D796BBE0FC15B594DB363F12BC8C0DD57A29A953480C2B42E7561FC1894139FFD43703DCDE79D9E1
ipyw32.exe
md5: C41822BFCC87630477B7ACC466F4F666 | sha1: 4177C6EF446F048301A7A5B92E8415A1C12AE448 | sha256: 15EB82C123D128F92E2E3919FC10085E6C9974B1C45FB0A1E711F816296F32CF | sha512: 99619AF324B7010DC0F154C20CFAE128AEC72C9E0C87A69C27A198E4294E322DE4595F738B6384F8EA829FBDD2BF0B84F0C745BF26D0F8562F23E0EBE30DA026
IronPython.dll
md5: A43C21B971813C8167965F645C51FC79 | sha1: F9184932E9D34052722EA5A788A40265A5B4C16E | sha256: 764FAFFE23F1BFF9AA65092B0D6051DA84F85B36C3727DB033C7BD58A345DA3E | sha512: 098D7F4CE327E0D45047D7BEADD49E8D62848783E9435CB0F14C54D5A2ACE1389BD593F84C03EAF57A34421C42D8E2BC1DB10E4EB79B0C35984FB5AC733C8EEA
IronPython.Modules.dll
md5: F33BAE80E344100B964553A84AA12657 | sha1: 72843B03102CF04CA4621816B1840FFAEC41A1D3 | sha256: 139DF28690CFC0B454BC80DDA7C6CAC5C5DDFB85C29D11CF10D3FCB3D196C23F | sha512: 0E40798A4B7C4DF5EC6BC842BF7FE18EF6BC78BF30FAA75E3C8DFB7F2D58DD1FE3A641E52F933D4083F653284A0CDCD3C0ECC45B6F635112378CF9309E6EABCD
Lib\abc.py
 
Lib\aifc.py
 
Lib\antigravity.py
 
Lib\anydbm.py
 
Lib\argparse.py
 
Lib\ast.py
 
Lib\asynchat.py
 
Lib\asyncore.py
 
Lib\atexit.py
 
Lib\audiodev.py
 
Lib\base64.py
 
Lib\BaseHTTPServer.py
 
Lib\Bastion.py
 
Lib\bdb.py
 
Lib\binhex.py
 
Lib\bisect.py
 
Lib\calendar.py
 
Lib\cgi.py
 
Lib\CGIHTTPServer.py
 
Lib\cgitb.py
 
Lib\chunk.py
 
Lib\clrtype.py
 
Lib\cmd.py
 
Lib\code.py
 
Lib\codecs.py
 
Lib\codeop.py
 
Lib\collections.py
 
Lib\colorsys.py
 
Lib\commands.py
 
Lib\compileall.py
 
Lib\ConfigParser.py
 
Lib\contextlib.py
 
Lib\Cookie.py
Lib\cookielib.py
 
Lib\copy.py
 
Lib\csv.py
 
Lib\ctypes\macholib\dyld.py
 
Lib\ctypes\macholib\dylib.py
 
Lib\ctypes\macholib\framework.py
 
Lib\ctypes\macholib\__init__.py
 
Lib\ctypes\util.py
 
Lib\ctypes\wintypes.py
 
Lib\ctypes\_endian.py
 
Lib\ctypes\__init__.py
 
Lib\decimal.py
 
Lib\difflib.py
 
Lib\dircache.py
 
Lib\dis.py
 
Lib\distutils\archive_util.py
 
Lib\distutils\bcppcompiler.py
 
Lib\distutils\ccompiler.py
 
Lib\distutils\cmd.py
 
Lib\distutils\command\bdist.py
 
Lib\distutils\command\bdist_dumb.py
 
Lib\distutils\command\bdist_rpm.py
 
Lib\distutils\command\bdist_wininst.py
 
Lib\distutils\command\build.py
 
Lib\distutils\command\build_clib.py
 
Lib\distutils\command\build_ext.py
 
Lib\distutils\command\build_py.py
 
Lib\distutils\command\build_scripts.py
 
Lib\distutils\command\check.py
 
Lib\distutils\command\clean.py
 
Lib\distutils\command\config.py
 
Lib\distutils\command\install.py
 
Lib\distutils\command\install_data.py
 
Lib\distutils\command\install_egg_info.py
 
Lib\distutils\command\install_headers.py
 
Lib\distutils\command\install_lib.py
 
Lib\distutils\command\install_scripts.py
 
Lib\distutils\command\register.py
 
Lib\distutils\command\sdist.py
 
Lib\distutils\command\upload.py
 
Lib\distutils\command\__init__.py
 
Lib\distutils\config.py
 
Lib\distutils\core.py
 
Lib\distutils\cygwinccompiler.py
 
Lib\distutils\debug.py
 
Lib\distutils\dep_util.py
 
Lib\distutils\dir_util.py
 
Lib\distutils\dist.py
 
Lib\distutils\emxccompiler.py
 
Lib\distutils\errors.py
 
Lib\distutils\extension.py
 
Lib\distutils\fancy_getopt.py
 
Lib\distutils\filelist.py
 
Lib\distutils\file_util.py
 
Lib\distutils\log.py
 
Lib\distutils\msvccompiler.py
 
Lib\distutils\spawn.py
 
Lib\distutils\sysconfig.py
 
Lib\distutils\text_file.py
 
Lib\distutils\unixccompiler.py
 
Lib\distutils\util.py
 
Lib\distutils\version.py
 
Lib\distutils\versionpredicate.py
 
Lib\distutils\__init__.py
 
Lib\doctest.py
 
Lib\DocXMLRPCServer.py
 
Lib\dumbdbm.py
 
Lib\dummy_thread.py
 
Lib\dummy_threading.py
 
Lib\email\base64mime.py
 
Lib\email\charset.py
 
Lib\email\encoders.py
 
Lib\email\errors.py
 
Lib\email\feedparser.py
 
Lib\email\generator.py
 
Lib\email\header.py
 
Lib\email\iterators.py
 
Lib\email\message.py
 
Lib\email\mime\application.py
 
Lib\email\mime\audio.py
 
Lib\email\mime\base.py
 
Lib\email\mime\image.py
 
Lib\email\mime\message.py
 
Lib\email\mime\multipart.py
 
Lib\email\mime\nonmultipart.py
 
Lib\email\mime\text.py
 
Lib\email\mime\__init__.py
 
Lib\email\parser.py
 
Lib\email\quoprimime.py
 
Lib\email\utils.py
 
Lib\email\_parseaddr.py
 
Lib\email\__init__.py
 
Lib\encodings\aliases.py
 
Lib\encodings\ascii.py
 
Lib\encodings\base64_codec.py
 
Lib\encodings\bz2_codec.py
 
Lib\encodings\charmap.py
 
Lib\encodings\cp037.py
 
Lib\encodings\cp1006.py
 
Lib\encodings\cp1026.py
 
Lib\encodings\cp1140.py
 
Lib\encodings\cp1250.py
 
Lib\encodings\cp1251.py
 
Lib\encodings\cp1252.py
 
Lib\encodings\cp1253.py
 
Lib\encodings\cp1254.py
 
Lib\encodings\cp1255.py
 
Lib\encodings\cp1256.py
 
Lib\encodings\cp1257.py
 
Lib\encodings\cp1258.py
 
Lib\encodings\cp424.py
 
Lib\encodings\cp437.py
 
Lib\encodings\cp500.py
 
Lib\encodings\cp720.py
 
Lib\encodings\cp737.py
 
Lib\encodings\cp775.py
 
Lib\encodings\cp850.py
 
Lib\encodings\cp852.py
 
Lib\encodings\cp855.py
 
Lib\encodings\cp856.py
 
Lib\encodings\cp857.py
 
Lib\encodings\cp858.py
 
Lib\encodings\cp860.py
 
Lib\encodings\cp861.py
 
Lib\encodings\cp862.py
 
Lib\encodings\cp863.py
 
Lib\encodings\cp864.py
 
Lib\encodings\cp865.py
 
Lib\encodings\cp866.py
 
Lib\encodings\cp869.py
 
Lib\encodings\cp874.py
 
Lib\encodings\cp875.py
 
Lib\encodings\hex_codec.py
 
Lib\encodings\hp_roman8.py
 
Lib\encodings\idna.py
 
Lib\encodings\iso8859_1.py
 
Lib\encodings\iso8859_10.py
 
Lib\encodings\iso8859_11.py
 
Lib\encodings\iso8859_13.py
 
Lib\encodings\iso8859_14.py
 
Lib\encodings\iso8859_15.py
 
Lib\encodings\iso8859_16.py
 
Lib\encodings\iso8859_2.py
 
Lib\encodings\iso8859_3.py
 
Lib\encodings\iso8859_4.py
 
Lib\encodings\iso8859_5.py
 
Lib\encodings\iso8859_6.py
 
Lib\encodings\iso8859_7.py
 
Lib\encodings\iso8859_8.py
 
Lib\encodings\iso8859_9.py
 
Lib\encodings\koi8_r.py
 
Lib\encodings\koi8_u.py
 
Lib\encodings\latin_1.py
 
Lib\encodings\mac_arabic.py
 
Lib\encodings\mac_centeuro.py
 
Lib\encodings\mac_croatian.py
 
Lib\encodings\mac_cyrillic.py
 
Lib\encodings\mac_farsi.py
 
Lib\encodings\mac_greek.py
 
Lib\encodings\mac_iceland.py
 
Lib\encodings\mac_latin2.py
 
Lib\encodings\mac_roman.py
 
Lib\encodings\mac_romanian.py
 
Lib\encodings\mac_turkish.py
 
Lib\encodings\mbcs.py
 
Lib\encodings\palmos.py
 
Lib\encodings\ptcp154.py
 
Lib\encodings\punycode.py
 
Lib\encodings\quopri_codec.py
 
Lib\encodings\raw_unicode_escape.py
 
Lib\encodings\rot_13.py
 
Lib\encodings\string_escape.py
 
Lib\encodings\tis_620.py
 
Lib\encodings\undefined.py
 
Lib\encodings\unicode_escape.py
 
Lib\encodings\unicode_internal.py
 
Lib\encodings\utf_16.py
 
Lib\encodings\utf_16_be.py
 
Lib\encodings\utf_16_le.py
 
Lib\encodings\utf_32.py
 
Lib\encodings\utf_32_be.py
 
Lib\encodings\utf_32_le.py
 
Lib\encodings\utf_7.py
 
Lib\encodings\utf_8.py
 
Lib\encodings\utf_8_sig.py
 
Lib\encodings\uu_codec.py
 
Lib\encodings\zlib_codec.py
 
Lib\encodings\__init__.py
 
Lib\ensurepip\_bundled\pip-18.1-py2.py3-none-any.whl
 
Lib\ensurepip\_bundled\setuptools-40.6.2-py2.py3-none-any.whl
 
Lib\ensurepip\_uninstall.py
 
Lib\ensurepip\__init__.py
 
Lib\ensurepip\__main__.py
 
Lib\filecmp.py
 
Lib\fileinput.py
 
Lib\fnmatch.py
 
Lib\formatter.py
 
Lib\fpformat.py
 
Lib\fractions.py
 
Lib\ftplib.py
 
Lib\functools.py
 
Lib\genericpath.py
 
Lib\getopt.py
 
Lib\getpass.py
 
Lib\gettext.py
 
Lib\glob.py
 
Lib\gzip.py
 
Lib\hashlib.py
 
Lib\heapq.py
 
Lib\hmac.py
 
Lib\htmlentitydefs.py
 
Lib\htmllib.py
 
Lib\HTMLParser.py
 
Lib\httplib.py
 
Lib\ihooks.py
 
Lib\imaplib.py
 
Lib\imghdr.py
 
Lib\importlib\__init__.py
 
Lib\imputil.py
 
Lib\inspect.py
 
Lib\io.py
 
Lib\json\decoder.py
 
Lib\json\encoder.py
 
Lib\json\scanner.py
 
Lib\json\tool.py
 
Lib\json\__init__.py
 
Lib\keyword.py
 
Lib\lib2to3\btm_matcher.py
 
Lib\lib2to3\btm_utils.py
 
Lib\lib2to3\fixer_base.py
 
Lib\lib2to3\fixer_util.py
 
Lib\lib2to3\fixes\fix_apply.py
 
Lib\lib2to3\fixes\fix_asserts.py
 
Lib\lib2to3\fixes\fix_basestring.py
 
Lib\lib2to3\fixes\fix_buffer.py
 
Lib\lib2to3\fixes\fix_dict.py
 
Lib\lib2to3\fixes\fix_except.py
 
Lib\lib2to3\fixes\fix_exec.py
 
Lib\lib2to3\fixes\fix_execfile.py
 
Lib\lib2to3\fixes\fix_exitfunc.py
 
Lib\lib2to3\fixes\fix_filter.py
 
Lib\lib2to3\fixes\fix_funcattrs.py
 
Lib\lib2to3\fixes\fix_future.py
 
Lib\lib2to3\fixes\fix_getcwdu.py
 
Lib\lib2to3\fixes\fix_has_key.py
 
Lib\lib2to3\fixes\fix_idioms.py
 
Lib\lib2to3\fixes\fix_import.py
 
Lib\lib2to3\fixes\fix_imports.py
 
Lib\lib2to3\fixes\fix_imports2.py
 
Lib\lib2to3\fixes\fix_input.py
 
Lib\lib2to3\fixes\fix_intern.py
 
Lib\lib2to3\fixes\fix_isinstance.py
 
Lib\lib2to3\fixes\fix_itertools.py
 
Lib\lib2to3\fixes\fix_itertools_imports.py
 
Lib\lib2to3\fixes\fix_long.py
 
Lib\lib2to3\fixes\fix_map.py
 
Lib\lib2to3\fixes\fix_metaclass.py
 
Lib\lib2to3\fixes\fix_methodattrs.py
 
Lib\lib2to3\fixes\fix_ne.py
 
Lib\lib2to3\fixes\fix_next.py
 
Lib\lib2to3\fixes\fix_nonzero.py
 
Lib\lib2to3\fixes\fix_numliterals.py
 
Lib\lib2to3\fixes\fix_operator.py
 
Lib\lib2to3\fixes\fix_paren.py
 
Lib\lib2to3\fixes\fix_print.py
 
Lib\lib2to3\fixes\fix_raise.py
 
Lib\lib2to3\fixes\fix_raw_input.py
 
Lib\lib2to3\fixes\fix_reduce.py
 
Lib\lib2to3\fixes\fix_renames.py
 
Lib\lib2to3\fixes\fix_repr.py
 
Lib\lib2to3\fixes\fix_set_literal.py
 
Lib\lib2to3\fixes\fix_standarderror.py
 
Lib\lib2to3\fixes\fix_sys_exc.py
 
Lib\lib2to3\fixes\fix_throw.py
 
Lib\lib2to3\fixes\fix_tuple_params.py
 
Lib\lib2to3\fixes\fix_types.py
 
Lib\lib2to3\fixes\fix_unicode.py
 
Lib\lib2to3\fixes\fix_urllib.py
 
Lib\lib2to3\fixes\fix_ws_comma.py
 
Lib\lib2to3\fixes\fix_xrange.py
 
Lib\lib2to3\fixes\fix_xreadlines.py
 
Lib\lib2to3\fixes\fix_zip.py
 
Lib\lib2to3\fixes\__init__.py
 
Lib\lib2to3\main.py
 
Lib\lib2to3\patcomp.py
 
Lib\lib2to3\pgen2\conv.py
 
Lib\lib2to3\pgen2\driver.py
 
Lib\lib2to3\pgen2\grammar.py
 
Lib\lib2to3\pgen2\literals.py
 
Lib\lib2to3\pgen2\parse.py
 
Lib\lib2to3\pgen2\pgen.py
 
Lib\lib2to3\pgen2\token.py
 
Lib\lib2to3\pgen2\tokenize.py
 
Lib\lib2to3\pgen2\__init__.py
 
Lib\lib2to3\pygram.py
 
Lib\lib2to3\pytree.py
 
Lib\lib2to3\refactor.py
 
Lib\lib2to3\__init__.py
 
Lib\lib2to3\__main__.py
 
Lib\linecache.py
 
Lib\locale.py
 
Lib\logging\config.py
 
Lib\logging\handlers.py
 
Lib\logging\__init__.py
 
Lib\macpath.py
 
Lib\macurl2path.py
 
Lib\mailbox.py
 
Lib\mailcap.py
 
Lib\markupbase.py
 
Lib\md5.py
 
Lib\mhlib.py
 
Lib\mimetools.py
 
Lib\mimetypes.py
 
Lib\MimeWriter.py
 
Lib\mimify.py
 
Lib\modulefinder.py
 
Lib\multifile.py
 
Lib\multiprocessing\connection.py
 
Lib\multiprocessing\dummy\connection.py
 
Lib\multiprocessing\dummy\__init__.py
 
Lib\multiprocessing\forking.py
 
Lib\multiprocessing\heap.py
 
Lib\multiprocessing\managers.py
 
Lib\multiprocessing\pool.py
 
Lib\multiprocessing\process.py
 
Lib\multiprocessing\queues.py
 
Lib\multiprocessing\reduction.py
 
Lib\multiprocessing\sharedctypes.py
 
Lib\multiprocessing\synchronize.py
 
Lib\multiprocessing\util.py
 
Lib\multiprocessing\__init__.py
 
Lib\mutex.py
 
Lib\netrc.py
 
Lib\new.py
 
Lib\nntplib.py
 
Lib\ntpath.py
 
Lib\nturl2path.py
 
Lib\numbers.py
 
Lib\opcode.py
 
Lib\optparse.py
 
Lib\os.py
 
Lib\os2emxpath.py
 
Lib\pdb.py
 
Lib\pickle.py
 
Lib\pickletools.py
 
Lib\pipes.py
 
Lib\pkgutil.py
 
Lib\platform.py
 
Lib\plistlib.py
 
Lib\popen2.py
 
Lib\poplib.py
 
Lib\posixfile.py
 
Lib\posixpath.py
 
Lib\pprint.py
 
Lib\profile.py
 
Lib\pstats.py
 
Lib\pyclbr.py
 
Lib\pydoc.py
 
Lib\pydoc_data\topics.py
 
Lib\pydoc_data\__init__.py
 
Lib\py_compile.py
 
Lib\Queue.py
 
Lib\quopri.py
 
Lib\random.py
 
Lib\repr.py
 
Lib\rexec.py
 
Lib\rfc822.py
 
Lib\rlcompleter.py
 
Lib\robotparser.py
 
Lib\runpy.py
 
Lib\sched.py
 
Lib\sets.py
 
Lib\sgmllib.py
 
Lib\sha.py
 
Lib\shelve.py
 
Lib\shlex.py
 
Lib\shutil.py
 
Lib\SimpleHTTPServer.py
 
Lib\SimpleXMLRPCServer.py
 
Lib\site-packages\README.txt
This directory exists so that 3rd party packages can be installed
here.  Read the source for site.py for more details.
Lib\site.py
 
Lib\smtpd.py
 
Lib\smtplib.py
 
Lib\sndhdr.py
 
Lib\socket.py
 
Lib\SocketServer.py
 
Lib\sqlite3\dbapi2.py
 
Lib\sqlite3\dump.py
 
Lib\sqlite3\__init__.py
 
Lib\sre_constants.py
 
Lib\sre_parse.py
 
Lib\ssl.py
 
Lib\stat.py
 
Lib\statvfs.py
 
Lib\string.py
 
Lib\StringIO.py
 
Lib\stringold.py
 
Lib\stringprep.py
 
Lib\struct.py
 
Lib\subprocess.py
 
Lib\sunau.py
 
Lib\sunaudio.py
 
Lib\symbol.py
 
Lib\sysconfig.py
 
Lib\tabnanny.py
 
Lib\tarfile.py
 
Lib\telnetlib.py
 
Lib\tempfile.py
 
Lib\textwrap.py
 
Lib\this.py
 
Lib\threading.py
 
Lib\timeit.py
 
Lib\toaiff.py
 
Lib\token.py
 
Lib\tokenize.py
 
Lib\trace.py
 
Lib\traceback.py
 
Lib\types.py
 
Lib\unittest\case.py
 
Lib\unittest\loader.py
 
Lib\unittest\main.py
 
Lib\unittest\result.py
 
Lib\unittest\runner.py
 
Lib\unittest\signals.py
 
Lib\unittest\suite.py
 
Lib\unittest\util.py
 
Lib\unittest\__init__.py
 
Lib\unittest\__main__.py
 
Lib\urllib.py
 
Lib\urllib2.py
 
Lib\urlparse.py
 
Lib\user.py
 
Lib\UserDict.py
 
Lib\UserList.py
 
Lib\UserString.py
 
Lib\uu.py
 
Lib\uuid.py
 
Lib\warnings.py
 
Lib\wave.py
 
Lib\weakref.py
 
Lib\webbrowser.py
 
Lib\whichdb.py
 
Lib\wpf.py
 
Lib\wsgiref\handlers.py
 
Lib\wsgiref\headers.py
 
Lib\wsgiref\simple_server.py
 
Lib\wsgiref\util.py
 
Lib\wsgiref\validate.py
 
Lib\wsgiref\__init__.py
 
Lib\xdrlib.py
 
Lib\xml\dom\domreg.py
 
Lib\xml\dom\expatbuilder.py
 
Lib\xml\dom\minicompat.py
 
Lib\xml\dom\minidom.py
 
Lib\xml\dom\NodeFilter.py
 
Lib\xml\dom\pulldom.py
 
Lib\xml\dom\xmlbuilder.py
 
Lib\xml\dom\__init__.py
 
Lib\xml\etree\ElementInclude.py
 
Lib\xml\etree\ElementPath.py
 
Lib\xml\etree\ElementTree.py
 
Lib\xml\etree\SimpleXMLTreeBuilder.py
 
Lib\xml\etree\__init__.py
 
Lib\xml\parsers\expat.py
 
Lib\xml\parsers\__init__.py
 
Lib\xml\sax\expatreader.py
 
Lib\xml\sax\handler.py
 
Lib\xml\sax\saxutils.py
 
Lib\xml\sax\xmlreader.py
 
Lib\xml\sax\_exceptions.py
 
Lib\xml\sax\__init__.py
 
Lib\xml\__init__.py
 
Lib\xmllib.py
 
Lib\xmlrpclib.py
 
Lib\zipfile.py
 
Lib\_abcoll.py
 
Lib\_LWPCookieJar.py
 
Lib\_MozillaCookieJar.py
 
Lib\_osx_support.py
 
Lib\_pyio.py
 
Lib\_strptime.py
 
Lib\_threading_local.py
 
Lib\_weakrefset.py
 
Lib\__future__.py
 
Lib\__phello__.foo.py
 
LICENSE
 
Microsoft.Dynamic.dll
md5: 1DF1A03B6BCA83CCECCD719B3C2D7031 | sha1: 2546BD1DD5FE21C7CBA6AEEFA14A9AEF06AF5339 | sha256: 9920313E522E832FEFCF6FCBE62EE4A46D3CEE7AC00535FAE70C5DB48A411C93 | sha512: 553338C938FA01E8BC8184F53405FC28F897E419A8EAE07BA13D7A5BDEBDCDCFBC9643742FA52674F919EE108F0BC019E00B4572730076942F2CDE3E63DABA41
Microsoft.Scripting.dll
md5: 9B28BBAA7B3D82F45963FF4CDD959416 | sha1: 8914A7C9626B334B7BF4363CB13302BE26F404C9 | sha256: 2CC0AC58617CB341C497507D42D34461F36189BCD00459C22FACD9A15B418403 | sha512: 660E8B904FE07FDA4F5E4B8BC0A366FCF353E3C0C9C77FA4F9278D06E0771D581F29793B0C73362097C78D7FDD4F3422DA28E65F17477C707E3B19A8A6C56EEB
README.md
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** | [![Azure build status](https://dotnet.visualstudio.com/IronLanguages/_apis/build/status/ironpython2)](https://dotnet.visualstudio.com/IronLanguages/_build/latest?definitionId=42) [![Github build status](https://github.com/IronLanguages/ironpython2/workflows/CI/badge.svg)](https://github.com/IronLanguages/ironpython2/actions?workflow=CI) |
| **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](Documentation/building.md)
- Running test

## Chat/Communication

Join our Gitter-Chat under: https://gitter.im/IronLanguages/ironpython
tools\VERIFICATION.txt
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.

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.0 1124 Monday, December 12, 2022 Approved
IronPython 2.7.12 4686 Friday, January 21, 2022 Approved
IronPython 2.7.11 5068 Tuesday, November 17, 2020 Approved
IronPython 2.7.11-candidate1 130 Tuesday, September 15, 2020 Approved
IronPython 2.7.10 1851 Thursday, May 28, 2020 Approved
IronPython 2.7.10-alpha0 411 Saturday, February 23, 2019 Approved
IronPython 2.7.9 6689 Tuesday, October 9, 2018 Approved
IronPython 2.7.9-candidate1 236 Monday, August 20, 2018 Approved
IronPython 2.7.8.1 8899 Tuesday, March 20, 2018 Approved
IronPython 2.7.5.20150916 1693 Tuesday, September 15, 2015 Approved
IronPython 2.7.5.20150915 382 Tuesday, September 15, 2015 Approved
IronPython 2.7.4.20140816 1423 Friday, August 15, 2014 Approved
IronPython 2.7.4.20140815 376 Friday, August 15, 2014 Approved

This package has no dependencies.

Discussion for the IronPython Package

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.
comments powered by Disqus