Skip to main content

Tools to use C# + Python mostly from Python.

Project description

README

Build status Build Status Windows https://circleci.com/gh/sdpython/csharpy/tree/master.svg?style=svg https://badge.fury.io/py/csharpy.svg GitHub Issues MIT License Requirements Status https://codecov.io/github/sdpython/csharpy/coverage.svg?branch=master Notebook Coverage

Links:

Introduction

Helpers to play with C# and Python. It can easily compile and wrap a C# function into Python:

from csharpy.runtime import create_cs_function
code = "public static double SquareX(double x) {return x*x ; }"
SquareX = create_cs_function("SquareX", code)
print(SquareX(4))

The module relies on pythonnet.

Installation

Windows

pip install csharpy

Linux

Follow the instructions described in config.yml.

History

current - 2019-01-08 - 0.00Mb

  • 9: implements sphinx extension runcsharp (2018-08-19)

  • 8: catch standard output and error when running a C# script (2018-08-19)

  • 5: run unit tests for C# (2018-06-16)

  • 6: add Debug and Release folder in assemblies (2018-06-14)

0.1.53 - 2018-05-20 - 0.02Mb

  • 2: fix CI (2018-05-20)

  • 1: first commit (2018-05-17)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

csharpy-0.1.116-cp37-cp37m-win_amd64.whl (109.4 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page