|
|
|
|
|
by eesmith
2684 days ago
|
|
My package has both Python code ("module") and a C extension ("_module"). The C extension code is under src/ following a long Unix tradition. With the Python-module(s)-under-"src/" option, where do people usually place their C extension code? It's clear that I could use any name, like "pysrc", and not just "src/" for the Python code. What I'm asking about is if there is a growing consensus about how to organize a package with both Python and C modules. |
|