Skip to content

jverzani/SymPyPyCall.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages