Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 26, 2018 19:14
Show Gist options
  • Save ryantm/9902d0a18036fcd7a5f6a2bb09c03110 to your computer and use it in GitHub Desktop.
Save ryantm/9902d0a18036fcd7a5f6a2bb09c03110 to your computer and use it in GitHub Desktop.
/nix/store/ikaal4qpdzx8ld6k02s8b1r8p343v1q8-python3.6-aniso8601-4.0.1
├── lib
│   └── python3.6
│   └── site-packages
│   ├── aniso8601
│   │   ├── builder.py
│   │   ├── compat.py
│   │   ├── date.py
│   │   ├── duration.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── interval.py
│   │   ├── __pycache__
│   │   │   ├── builder.cpython-36.pyc
│   │   │   ├── compat.cpython-36.pyc
│   │   │   ├── date.cpython-36.pyc
│   │   │   ├── duration.cpython-36.pyc
│   │   │   ├── exceptions.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── interval.cpython-36.pyc
│   │   │   ├── resolution.cpython-36.pyc
│   │   │   ├── time.cpython-36.pyc
│   │   │   └── timezone.cpython-36.pyc
│   │   ├── resolution.py
│   │   ├── time.py
│   │   └── timezone.py
│   └── aniso8601-4.0.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment