gaioguys / GAIO.jl

A Julia package for set oriented computations.
MIT License
8 stars 4 forks source link

CHomP extension #99

Closed April-Hannah-Lena closed 6 months ago

April-Hannah-Lena commented 10 months ago

I'm creating a small wrapper package [CHomP.jl](). The goal is to have access to CHomP via python, so that I can ask Marcio Gameiro for a basic sube map exampleand then just create code to convert to the python format automatically.

April-Hannah-Lena commented 10 months ago

CHomP.jl is now a working julia package. It is extremely barebones and doesn't do anything other than install the python package and give access to it via Pycall.jl (in particular all users would essentially be using python), but it works. It was also surprisingly easy to set up.