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 details)

Uploaded CPython 3.7m Windows x86-64

File details

Details for the file csharpy-0.1.116-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for csharpy-0.1.116-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 da56cd7d0fdab9fd7d30ff433064c9683e383bc8ad11b200d50405606c6a2a27
MD5 ab31bdf98966e2f99a4af55e9bc4222b
BLAKE2b-256 e13aac2bd0f9474ee4b813fa5f717309c50eec820c3687c508eeb9ec6659f287

See more details on using hashes here.

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