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 https://coveralls.io/repos/sdpython/csharpy/badge.svg?branch=master&service=github 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 in pythonnet.

History

current - 2018-05-21 - 0.00Mb

0.0.0 - 2018-05-21 - 0.00Mb

  • 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 Distribution

csharpy-0.1.53.tar.gz (32.5 kB view hashes)

Uploaded Source

Built Distribution

csharpy-0.1.53-cp36-cp36m-win_amd64.whl (24.5 kB view hashes)

Uploaded CPython 3.6m 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