Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 5, 2020 01:21
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/99e7faa97e6c73fe388a020b3ccb4285 to your computer and use it in GitHub Desktop.
Save r-ryantm/99e7faa97e6c73fe388a020b3ccb4285 to your computer and use it in GitHub Desktop.
/nix/store/ligi0ij7hkvnm5r3q8gvdfnaz5zn55hi-python2.7-caldav-0.7.1
├── lib
│   └── python2.7
│   └── site-packages
│   ├── caldav
│   │   ├── davclient.py
│   │   ├── davclient.pyc
│   │   ├── elements
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── cdav.py
│   │   │   ├── cdav.pyc
│   │   │   ├── dav.py
│   │   │   ├── dav.pyc
│   │   │   ├── ical.py
│   │   │   ├── ical.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── lib
│   │   │   ├── error.py
│   │   │   ├── error.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── namespace.py
│   │   │   ├── namespace.pyc
│   │   │   ├── python_utilities.py
│   │   │   ├── python_utilities.pyc
│   │   │   ├── url.py
│   │   │   ├── url.pyc
│   │   │   ├── vcal.py
│   │   │   └── vcal.pyc
│   │   ├── objects.py
│   │   └── objects.pyc
│   └── caldav-0.7.0.dist-info
│   ├── COPYING.APACHE
│   ├── COPYING.GPL
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 37 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment