liip / liip/requests_gpgauthlib
Does not work on Windows
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 6
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
* Windows does not have a `HOME` env variable. Use [`pathlib`](https://docs.python.org/3/library/pathlib.html#pathlib.Path.home) instead (built-in)
* Windows does not have `/tmp`. Use [`tempfile`](https://docs.python.org/3/library/tempfile.html#tempfile.gettempdir) instead (built-in)
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
Search the project for uses of the HOME environment variable and /tmp paths; the issue links to pathlib.Path.home and tempfile.gettempdir as the intended references. Replace the platform-specific assumptions so the GPGAuth client can locate the home and temporary directories on Windows, then verify the affected behavior on that platform.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- authentication
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100