After the .so files are created, you can simply delete the .py files. Python loads these .so files instead of .py, when it sees an import directive.

For example, in this case you can import bittrex.cpython-36m-darwin.so simply by import bittrex
After the .so files are created, you can simply delete the .py files. Python loads these .so files instead of .py, when it sees an import directive.
For example, in this case you can import bittrex.cpython-36m-darwin.so simply by import bittrex