dataiku / dataiku/dataiku-api-client-python
can you please publish python packages?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 44
- Forks
- 29
- Avg merge
- 3h 34m
- Merged PRs (30d)
- 2
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the package files listed on PyPI, especially dataiku_api_client-14.7.0.tar.gz, and reproduce the current pip install behavior. Determine how this Python package is built and published, then verify that a wheel is available on PyPI and that installation no longer requires building from source.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, release
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100