|
From: <bne...@ro...> - 2016-04-05 22:32:32
|
Hi Folks, I have created a wrapper for PyX that allows it's use in the language Julia, using the PyCall.jl library. This is similar to the popular PyPlot.jl language, which wraps matplotlib. I don't expect this wrapper to become particularly popular, as there are multiple layers of dependencies and abstractions to sort out (particularly to get recent versions of PyX working via Python3), but it does provide some nice features (like SVG inlining in Jupyter notebooks), and the wonderful aesthetics of PyX make it worth installing for some applications. Comments and feedback are welcome! This is my first Julia package. The license is the same as PyX: GPLv2. Repository is on github for now: https://github.com/bnewbold/PyX.jl --bryan |