Allow AWS codeartifact login with uv
- Dominant language
- Python
- Stars
- 17.3k
- Forks
- 4.6k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 13
Description
### Describe the feature
uv is a popular tool to manage dependencies in Python project. Right now it is impossible to login with aws codeartifact +uv.
Since pip is supported, the common usage is:
1. login with pip
2. copy the url from the pip configuration to the uv configuration (which indicates the change is not extremely complicated to make)
3. uv pip install ...
### Use Case
```
aws codeartifact login --tool uv
```
and then doing:
```
uv pip install ...
```
### Proposed Solution
_No response_
### Other Information
_No response_
### Acknowledgements
- [x] I may be able to implement this feature request
- [ ] This feature might incur a breaking change
### CLI version used
2.27.42
### Environment details (OS name and version, etc.)
macos
Contributor guide
Assessment
This issue has not been assessed yet.