Hello,
Your package is only published as source code dataiku_api_client-14.7.0.tar.gz https://pypi.org/project/dataiku-api-client/#files
Could you please publish python packages?
This would make the installation so much faster.
pip install dataiky-api-client-python takes so long to run currently, because it needs to find your source code and try to build the package from source.
If your package is pure python, which it seems to be, you merely need to run pip wheel dataiku_api_client-14.7.0.tar.gz to package it.
Regards.
Hello,
Your package is only published as source code
dataiku_api_client-14.7.0.tar.gzhttps://pypi.org/project/dataiku-api-client/#filesCould you please publish python packages?
This would make the installation so much faster.
pip install dataiky-api-client-pythontakes so long to run currently, because it needs to find your source code and try to build the package from source.If your package is pure python, which it seems to be, you merely need to run
pip wheel dataiku_api_client-14.7.0.tar.gzto package it.Regards.