question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Needs documentation for '.netrc' support

See original GitHub issue

Environment

  • 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:closed
  • Created 4 years ago
  • Reactions:7
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
pradyunsgcommented, Aug 30, 2020

@shireenrao Please, feel free to go ahead! ^>^

0reactions
pradyunsgcommented, Oct 9, 2020

Yes!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found