In my experience, the answer is nearly always "yes" for pure python code. Now that with the last few PyPy releases support the C API via emulation, the answer is probably still yes for any python package.
EDIT: apparently it does work [1] though not officially supported until/unless it can be tested on Travis CI.
Comments
In my experience, the answer is nearly always "yes" for pure python code. Now that with the last few PyPy releases support the C API via emulation, the answer is probably still yes for any python package.
EDIT: apparently it does work [1] though not officially supported until/unless it can be tested on Travis CI.
[1] https://github.com/encode/apistar/issues/130#issuecomment-29...