Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 26, 2018 06:12
Show Gist options
  • Save ryantm/e41acc1e5d5f2db9d8498cf5a989eb7f to your computer and use it in GitHub Desktop.
Save ryantm/e41acc1e5d5f2db9d8498cf5a989eb7f to your computer and use it in GitHub Desktop.
/nix/store/rbymr2y0pbx8n8b8bfz2gscafmby904x-radicale-2.1.9
├── bin
│   └── radicale
├── lib
│   └── python3.6
│   └── site-packages
│   ├── radicale
│   │   ├── auth.py
│   │   ├── config.py
│   │   ├── __init__.py
│   │   ├── log.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── auth.cpython-36.pyc
│   │   │   ├── config.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── log.cpython-36.pyc
│   │   │   ├── __main__.cpython-36.pyc
│   │   │   ├── rights.cpython-36.pyc
│   │   │   ├── storage.cpython-36.pyc
│   │   │   ├── web.cpython-36.pyc
│   │   │   └── xmlutils.cpython-36.pyc
│   │   ├── rights.py
│   │   ├── storage.py
│   │   ├── web
│   │   │   ├── css
│   │   │   │   ├── icon.png
│   │   │   │   └── main.css
│   │   │   ├── fn.js
│   │   │   └── index.html
│   │   ├── web.py
│   │   └── xmlutils.py
│   └── Radicale-2.1.9.dist-info
│   ├── DESCRIPTION.rst
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── metadata.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 32 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment