.gitignore
LICENSE.txt
Makefile
README.md
pyproject.toml
requirements-dev.txt
.github/workflows/ci.yml
.github/workflows/publish-pypi-test.yaml
.github/workflows/publish-pypi.yaml
src/update_netrc/__init__.py
src/update_netrc/cli.py
src/update_netrc.egg-info/PKG-INFO
src/update_netrc.egg-info/SOURCES.txt
src/update_netrc.egg-info/dependency_links.txt
src/update_netrc.egg-info/entry_points.txt
src/update_netrc.egg-info/requires.txt
src/update_netrc.egg-info/top_level.txt
tests/.netrc
tests/__init__.py
tests/conftest.py
tests/functional/__init__.py
tests/functional/test_cli.py
tests/profile_default/history.sqlite
tests/profile_default/startup/README
tests/unit/__init__.py
tests/unit/test_update_netrc.py