Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 5, 2019 13:02
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 ryantm/6af75f8e4df478fc399cf545d8d865ea to your computer and use it in GitHub Desktop.
Save ryantm/6af75f8e4df478fc399cf545d8d865ea to your computer and use it in GitHub Desktop.
/nix/store/vf0fsjla7dfjl5dfcw75i0h1xqhpif2z-python3.7-emoji-0.5.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── emoji
│   │   ├── core.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── unicode_codes.cpython-37.pyc
│   │   └── unicode_codes.py
│   └── emoji-0.5.3.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
7 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment