Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 27, 2019 10:14
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/bc05f3877a68fae7ef52a71b31e69df2 to your computer and use it in GitHub Desktop.
Save ryantm/bc05f3877a68fae7ef52a71b31e69df2 to your computer and use it in GitHub Desktop.
/nix/store/4ysarjnkdlvfg3z8q2lgv94q0j0mwcw7-python3.7-smart_open-1.8.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── smart_open
│   │   ├── hdfs.py
│   │   ├── http.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── hdfs.cpython-37.pyc
│   │   │   ├── http.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── s3.cpython-37.pyc
│   │   │   ├── smart_open_lib.cpython-37.pyc
│   │   │   └── webhdfs.cpython-37.pyc
│   │   ├── s3.py
│   │   ├── smart_open_lib.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_hdfs.cpython-37.pyc
│   │   │   │   ├── test_s3.cpython-37.pyc
│   │   │   │   └── test_smart_open.cpython-37.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.8.0.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