Re: [sage-devel] Making sage packages

2025-01-14 Thread Vincent Delecroix
Dear Robbie, First thing first, make it a python package with proper documentation, setup scripts and tests. This is documented in many places and you can follow the example of https://gitlab.com/modulispaces/admcycles. Best Vincent On Tue, 14 Jan 2025 at 15:28, Robbie wrote: > > Dear all, > >

[sage-devel] Making sage packages

2025-01-14 Thread Robbie
Dear all, I am attempting to turn a sage project “CompGIT” into an optional/experimental sage package, with the long-term goal of becoming a standard package. CompGIT computes GIT quotients, a useful tool for algebraic geometers, for which no sage implementation is currently available. A