Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 21, 2020 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/0c7c7a6d279dc471c7e3ab1b2eabc35e to your computer and use it in GitHub Desktop.
Save r-ryantm/0c7c7a6d279dc471c7e3ab1b2eabc35e to your computer and use it in GitHub Desktop.
/nix/store/sxd05mkfb77763gxcf4ksqvkh1i277wg-etesync-dav-0.17.0
├── bin
│   └── etesync-dav
├── lib
│   └── python3.7
│   └── site-packages
│   ├── etesync_dav
│   │   ├── config.py
│   │   ├── __init__.py
│   │   ├── mac_helpers.py
│   │   ├── manage.py
│   │   ├── __pycache__
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── mac_helpers.cpython-37.pyc
│   │   │   ├── manage.cpython-37.pyc
│   │   │   ├── radicale_main.cpython-37.pyc
│   │   │   ├── _version.cpython-37.pyc
│   │   │   └── webui.cpython-37.pyc
│   │   ├── radicale
│   │   │   ├── creds.py
│   │   │   ├── etesync_cache.py
│   │   │   ├── href_mapper.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── creds.cpython-37.pyc
│   │   │   │   ├── etesync_cache.cpython-37.pyc
│   │   │   │   ├── href_mapper.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── rights.cpython-37.pyc
│   │   │   │   ├── storage.cpython-37.pyc
│   │   │   │   └── web.cpython-37.pyc
│   │   │   ├── rights.py
│   │   │   ├── storage.py
│   │   │   └── web.py
│   │   ├── radicale_main.py
│   │   ├── templates
│   │   │   ├── add_user.html
│   │   │   ├── base.html
│   │   │   ├── index.html
│   │   │   ├── login.html
│   │   │   ├── shutdown_success.html
│   │   │   └── user_index.html
│   │   ├── _version.py
│   │   └── webui.py
│   └── etesync_dav-0.17.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 42 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment