Tools to use C# + Python mostly from Python.
Project description
README
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
Release history Release notifications | RSS feed
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
File details
Details for the file csharpy-0.1.116-cp37-cp37m-win_amd64.whl
.
File metadata
- Download URL: csharpy-0.1.116-cp37-cp37m-win_amd64.whl
- Upload date:
- Size: 109.4 kB
- Tags: CPython 3.7m, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da56cd7d0fdab9fd7d30ff433064c9683e383bc8ad11b200d50405606c6a2a27 |
|
MD5 | ab31bdf98966e2f99a4af55e9bc4222b |
|
BLAKE2b-256 | e13aac2bd0f9474ee4b813fa5f717309c50eec820c3687c508eeb9ec6659f287 |