lilydjwg / nvchecker

New version checker for software releases
MIT License
425 stars 68 forks source link

Support netrc file #251

Closed blaggacao closed 6 months ago

blaggacao commented 6 months ago

https://everything.curl.dev/usingcurl/netrc

example (redacted):

machine github.com login blaggacao password github_pat_fff...
machine api.github.com login blaggacao password github_pat_fff...
machine gitlab.com password glpat-fff...

parsing is available in the python standard lib: https://docs.python.org/3/library/netrc.html

lilydjwg commented 6 months ago

I can accept a patch implementing this.