pgoapi
pgoapi copied to clipboard
Is it possible to get rid from ctypes usage?
ctypes is C library, which is not supported by some environments (see for ex., google app engine). Is it possible to replace it with some python package?