Needs documentation for '.netrc' support
See original GitHub issueEnvironment
- pip version: >= 9.0
- Python version: all
- OS: all
Description
The only mention of the existing support for loading credentials from a ~/.netrc
file seems to be this mention in NEWS.rst
:
https://github.com/pypa/pip/blame/53ee380d95b49a66c87eea6bda41b1c1fef7c600/NEWS.rst#L866
Expected behavior
Docs should be added about how this works, what is necessary to trigger loading creds from .netrc
, when it’s not used, etc.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:7
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Create a netrc file: /Documentation - LabKey Support
A netrc file (.netrc or _netrc) is used to hold credentials necessary to login to your LabKey Server and authorize access to data...
Read more >.netrc - Everything curl
The .netrc file format is simple: you specify lines with a machine name and follow that with the login and password that are...
Read more >The .netrc file (GNU Inetutils)
The .netrc file contains login and initialization information used by the auto-login process. It generally resides in the user's home directory, ...
Read more >NETRC data set - IBM
NETRC data set (/$HOME/.netrc, in z/OS® UNIX) provides you with an alternative to specifying your user_id and password values as FTP parameters when...
Read more >netrc — netrc file processing — Python 3.11.1 documentation
Changed in version 3.10: netrc try UTF-8 encoding before using locale specific encoding. The entry in the netrc file no longer needs to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@shireenrao Please, feel free to go ahead! ^>^
Yes!