How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.
Tools and libraries to glue C/C++ APIs to high-level languages
PythonNet is a runtime integration bridge that enables Python code to call .NET assemblies and functions within the Common Language Runtime. It serves as a set of bindings for accessing the .NET framework and its libraries from a Python environment, facilitating cross-language runtime interoperability. The project provides a mechanism for embedding a Python scripting engine directly within .NET applications. This allows for the creation of an application scripting layer where Python code is executed dynamically to provide customization and automation for the host environment. The bridge supp
Java and .NET client interface for Pyro5 protocol
The main features of irmen/pyrolite are: Interoperability.
Projects with overlapping indexed features include: dotnet/pinvoke — A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support… mono/cppsharp — Tools and libraries to glue C/C++ APIs to high-level languages. pythonnet/pythonnet — PythonNet is a runtime integration bridge that enables Python code to call .NET assemblies and functions within the…