Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 06:44
Show Gist options
  • Save ryantm/43503ddb005724ccce41f8cba7d01ece to your computer and use it in GitHub Desktop.
Save ryantm/43503ddb005724ccce41f8cba7d01ece to your computer and use it in GitHub Desktop.
/nix/store/vphk7gvv27sh09v2bwwsg60bk956w86w-python3.6-pyRFC3339-1.1
├── lib
│   └── python3.6
│   └── site-packages
│   ├── pyrfc3339
│   │   ├── generator.py
│   │   ├── __init__.py
│   │   ├── parser.py
│   │   ├── __pycache__
│   │   │   ├── generator.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── parser.cpython-36.pyc
│   │   │   └── utils.cpython-36.pyc
│   │   └── utils.py
│   └── pyRFC3339-1.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── 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