Skip to content

Instantly share code, notes, and snippets.

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/fcf467e476cedf475132f538b08ab28d to your computer and use it in GitHub Desktop.
Save r-ryantm/fcf467e476cedf475132f538b08ab28d to your computer and use it in GitHub Desktop.
/nix/store/zbasdc3y26rxw1ksijxiy9r9cmmambly-python3.7-GooCalendar-0.7.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── goocalendar
│   │   ├── _calendar.py
│   │   ├── _event.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── _calendar.cpython-37.pyc
│   │   │   ├── _event.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── util.cpython-37.pyc
│   │   └── util.py
│   └── GooCalendar-0.7.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment