arrowhead-f / arrowhead-f/client-library-python
Update pypi repo
- Dominant language
- Python
- Stars
- 5
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
The version here in the repository contains the latest bugfix which is needed for using the library.
Unfortunately, the current version in [pypi](https://pypi.org/project/arrowhead-client/) doesn't contain the fix. Maybe it's the caching issue again.
As workaround:
Checkout the repo and build your own `.whl` file from it.
e.g. `pip wheel -e . -w wheels --no-deps`
Then, you use it in your new project, e.g:
`pip install arrowhead-client arrowhead_client-0.4.3a0-py3-none-any.whl`
On the long run it would be nice to have the current latest version in the pypi repo.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in the repository by checking the current package version and running the reported `pip wheel -e . -w wheels --no-deps` command. Compare the resulting package with the version published at PyPI, then determine the repository's release steps. Done means the latest bugfix is available as the current installable `arrowhead-client` version on PyPI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- release
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100