Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 8, 2020 07:09
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/9cedf156e37c04617c087fb430401cc5 to your computer and use it in GitHub Desktop.
Save r-ryantm/9cedf156e37c04617c087fb430401cc5 to your computer and use it in GitHub Desktop.
/nix/store/bx3hywdgvmgy6syxy57s1npqfw137scc-etesync-dav-0.15.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.15.0.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── tests
│   ├── __init__.py
│   ├── __pycache__
│   │   ├── __init__.cpython-37.pyc
│   │   └── test_namedreversesemaphore.cpython-37.pyc
│   └── test_namedreversesemaphore.py
└── nix-support
└── propagated-build-inputs
13 directories, 46 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment