I have multiple .pyx files, is there any way to import them into a single pyx file and compile this file into a shared library instead of compiling 15 independent modules?
At the moment, it seems the only way to create a master .pyx file that uses include directives to create a monolithic .C file.
.pyx
include
See the project structure for porting many C ++ classes in cython to one common object .
Source: https://habr.com/ru/post/905418/More articles:What are the things that shorten battery life (Android)? - androidDjango project using incorrect (old) database settings - pythonBackbone.sync for the model - backbone.jsWhat is the most recommended way to redirect 301 to asp.net? - redirectSet SVG curve to polynomial - javascriptAre WCF's default services soothing or soap based? - wcfDjango: How to use UUIDField from django-extensions - djangoUsing Dynamic to track progress within features - wolfram-mathematicaSend Gmail programmatically using Auth Cookie - androidgit -p4 - any great explanations of how this works - gitAll Articles