deployment - How to package shared internal Python module with wheel? -


we have separate python package (shared modules) build ourselves stored in our internal git repository. need use package in python project/application.

in development setting, can run pip install -e <module/path> , module can used in other python applications.

how tell wheel install these internal shared modules when deploying it?


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -