Andrew J. Bennieston
Andrew J. Bennieston
I've been playing with Cython this weekend, see https://github.com/ajbennieston/try-cython for an example of using Cython to wrap a simple C library.
It would be good to provide a way to install to locations other than /usr/local. If this is to be a Python module it should follow best practice for Python...
I think my point was there are no good defaults. /usr (and /usr/local) are off limits in many systems. At the very least, any install script should be provided with...
The first step, required by this ticket, is to provide the existing FFIG functionality through the new class-based approach. Once this is in place, we can add the customisation point...
PR #403 includes support for descriptions for generators and a list function within the `GeneratorContext` class.
What do we still need to do here? The new issue / new PR buttons aren't using the templates yet...
You're right; recent PRs that have had the template in the branch do indeed show the template.
The issue template doesn't seem to show up, though...
@petr-tik: A single template sounds good to me, for now. I had originally thought we could have multiple templates and links from the README that use the URL parameters to...
Describe all the steps to take to go from your C++ code to (e.g.) Python bindings, with examples.