Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Context manager API? #4

Closed
sloria opened this issue May 19, 2018 · 0 comments
Closed

Context manager API? #4

sloria opened this issue May 19, 2018 · 0 comments

Comments

@sloria
Copy link
Owner

sloria commented May 19, 2018

Using a context manager to manage opening and saving of the netrc might be a more idiomatic API.

with Netrc() as netrc:
    netrc['surge.surge.sh'] = {
        'login': '[email protected]',
        'password': 'secret'
    }
@sloria sloria closed this as completed in 9ffbe8f Dec 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant