The Wayback Machine - https://web.archive.org/web/20211128160609/https://github.com/WolframResearch/WolframClientForPython
Skip to content
master
Switch branches/tags
Code

Latest commit

…hub-30-Quit-handling to master

* commit '0c30a10433232a4b532302475d3fc58148d3ad37':
  code formating
  Add a test for a time constrained computation followed with a terminate call
  update changelog
  update version to 1.1.7
  Future check for done instead of cancelled
  recv also check for termination event
  Remove pip as a dependency
  Add tests running Quit
  Kernel controller is more robust to terminated process
27cffef

Git stats

Files

Permalink
Failed to load latest commit information.

Wolfram Logo

Wolfram Client library for Python

The Wolfram Client Library provides seamless Wolfram Language integration in Python. A list of features provided by the library:

  • evaluate arbitrary code on a local kernel,
  • evaluate arbitrary code on Wolfram cloud, public or private,
  • call deployed APIFunction,
  • build Python functions on top of Wolfram Language functions,
  • represent arbitrary Wolfram Language code as Python object,
  • serialize Python object to Wolfram Language string InputForm,
  • serialize Python object to WXF,
  • extend serialization to any arbitrary Python class,
  • parse WXF encoded expressions.

Links

Project Information

Licencing

This project is released under the MIT licence.

Contributions

The library is maintained by Wolfram Research. The code is on Github. Pull requests and suggestions are always welcomed.