LICENSE
README.md
pyproject.toml
notr/__init__.py
notr/__main__.py
notr/cli.py
notr/config.py
notr/crypto.py
notr/db.py
notr/errors.py
notr/merge.py
notr/models.py
notr/progress.py
notr/secrets.py
notr/session.py
notr/storage.py
notr/sync.py
notr.egg-info/PKG-INFO
notr.egg-info/SOURCES.txt
notr.egg-info/dependency_links.txt
notr.egg-info/entry_points.txt
notr.egg-info/requires.txt
notr.egg-info/top_level.txt
notr/backends/__init__.py
notr/backends/base.py
notr/backends/local.py
notr/backends/webdav.py