A few months ago, I wrote the Cython list asking for some help writing a cython interface to the computer algebra package LiE.
http://www-math.univ-poitiers.fr/~maavl/LiE/ There was some mention of interest in such a thing among sage people, and possibly others. But I needed the interface for a specific project, and it was recommended that I concentrate on writing it for that purpose and then think later about what to do publicly with the code. That project is now mostly finished, and I'd like to share the LiE python module. Any advice on the best way of making it accessible? It's not the most beautiful piece of code ever -- I was a cython novice when I started writing it. But it's quite functional, and capable of doing a wide range of lie group representation theory computations in python. Ideally, I want it to be easy for other people to contribute to and improve the code, without too much oversight from me. I don't know how much time I'll have personally to work on it, but I know it's useful, so I thought it was important to get it out there. Should I use github? Google code? Something else? Will it be easy to let others edit/patch/document the code? Thanks! David _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
