Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 04:15
Show Gist options
  • Save ryantm/09a4586d0851e92f7b0c8dd03f53d654 to your computer and use it in GitHub Desktop.
Save ryantm/09a4586d0851e92f7b0c8dd03f53d654 to your computer and use it in GitHub Desktop.
/nix/store/7c7jcsl6ghb9y3lghw78z1yla8hww8bz-python3.6-smart_open-1.7.1
├── lib
│   └── python3.6
│   └── site-packages
│   ├── smart_open
│   │   ├── hdfs.py
│   │   ├── http.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── hdfs.cpython-36.pyc
│   │   │   ├── http.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── s3.cpython-36.pyc
│   │   │   ├── smart_open_lib.cpython-36.pyc
│   │   │   └── webhdfs.cpython-36.pyc
│   │   ├── s3.py
│   │   ├── smart_open_lib.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── test_hdfs.cpython-36.pyc
│   │   │   │   ├── test_s3.cpython-36.pyc
│   │   │   │   └── test_smart_open.cpython-36.pyc
│   │   │   ├── test_data
│   │   │   │   ├── crime-and-punishment.txt.gz
│   │   │   │   └── crlf_at_1k_boundary.warc.gz
│   │   │   ├── test_hdfs.py
│   │   │   ├── test_s3.py
│   │   │   └── test_smart_open.py
│   │   └── webhdfs.py
│   └── smart_open-1.7.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 29 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment