/SymPyPyCall.jl

PyCall backend to SymPyCore, a Julia package to access the SymPy library of Python

Primary LanguageJuliaMIT LicenseMIT

SymPyPyCall

Docs Build Status Coverage

SymPyCore provides a Julian interface to the SymPy library of Python.

SymPyPyCall utilizes SymPyCore and the PyCall package (to provide the interop between Julia and Python) to enable access to Python's SymPy library using the practices and idioms of Julia.

The package SymPyPythonCall does a similar thing with the PythonCall package providing the interop.

Note It is anticipated that this package will be renamed SymPy at the next breaking change of the SymPy package. As such, it is not expected that this package will be registered. To install this package, use Pkg.add(PackageSpec(url="https://github.com/jverzani/SymPyPyCall.jl")).

Installation

Installing this package should install the SymPyCore package and the PyCall package. The PyCall package installs a Conda package that installs the underlying SymPy library for Python.