Found 1,210 packages
OpenAPI based client generator.
Fable to Python standard library bindings
Contains Emscripten Python binaries for win-x64.
Provides the infrastructure for executing Python scripts. Typically used areas and classes/interfaces/services: - PythonLanguageService. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.
Python 2.7.9 as a single, stand-alone executable with virtually all the standard libraries, plus pywin32-219 and psutil 2.1.3. Compiled with py2exe (see source below) on Windows XP. This should work on Windows XP and later. This works just like a full install of python, except you only need the one file.
Python file operations via .NET
boost_python2.7-vc120. Compiler: Visual Studio 2013 Update 5. Platforms: Win32, x64.
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. This package contains 'IronPython Binaries' distribution, provided to ease installation in NuGet enabled environments
Contains Emscripten Python binaries for osx-x64.
Allows you to enumerate available Python environments.
Microsoft Python Parsing Library
An unofficial redistribution of https://github.com/astral-sh/uv for consumption through Nuget
Package to allow use of matplotlib from .NET. Python packages required: numpy, matplotlib, seaborn
The CDK Construct Library for AWS Lambda in Python (Stability: Experimental)
AlterNET Studio allows you to extend your WinForms and WPF .NET applications with code editing, scripting, and user interface designing capabilities. It provides a set of component libraries that enables users of your applications to write scripts in C#, Visual Basic, TypeScript, JavaScript, and Python programming languages to extend your application with custom functionality; run and debug these scripts with a fully-featured debugging engine and design visual user interfaces with graphical Form Designer. This package includes common utility and helper classes required for Python/IronPython parsing and execution. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about AlterNET Studio can be found here: https://www.alternetsoft.com/products/studio Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license
Installs Python 3.6.4 x64 into Azure App Service at D:\home\python364x64\python.exe. See https://github.com/azure/azure-python-siteextensions for usage information.
docopt.net is the .net version of the docopt python beautiful command line parser. docopt.net helps you define an interface for your command-line app, and automatically generate a parser for it. docopt.net is based on conventions that have been used for decades in help messages and man pages for program interface description. Interface description in docopt.net is such a help message, but formalized. Check out http://docopt.org for a more detailed explanation. Quick example: var arguments = new Docopt().Apply("Usage: prog [-a] [-b] FILE", args); if (arguments["-a"].IsTrue) {{ ... }}