Hi,
I currently use jcc to wrap a Java library for use in Python - it works
great.
The project I'm working on is moving it's package management from
traditional pip installs to Guix:
https://guix.gnu.org/
Guix handles python packages pretty well, and I have jcc running nicely on
there.
The prob
Hi Phil,
On Sun, 28 Feb 2021, Phil wrote:
I currently use jcc to wrap a Java library for use in Python - it works
great.
The project I'm working on is moving it's package management from
traditional pip installs to Guix:
https://guix.gnu.org/
Guix handles python packages pretty well, and I