Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 12, 2019 22:38
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/d367632ec37926c407b9c8b3c1486a57 to your computer and use it in GitHub Desktop.
Save ryantm/d367632ec37926c407b9c8b3c1486a57 to your computer and use it in GitHub Desktop.
/nix/store/2rrllv7mv3g0k8asijjxr7kci8zlr5l8-python3.7-smart_open-1.8.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── smart_open
│   │   ├── bytebuffer.py
│   │   ├── doctools.py
│   │   ├── hdfs.py
│   │   ├── http.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── bytebuffer.cpython-37.pyc
│   │   │   ├── doctools.cpython-37.pyc
│   │   │   ├── hdfs.cpython-37.pyc
│   │   │   ├── http.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── s3.cpython-37.pyc
│   │   │   ├── smart_open_lib.cpython-37.pyc
│   │   │   ├── ssh.cpython-37.pyc
│   │   │   └── webhdfs.cpython-37.pyc
│   │   ├── s3.py
│   │   ├── smart_open_lib.py
│   │   ├── ssh.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_bytebuffer.cpython-37.pyc
│   │   │   │   ├── test_hdfs.cpython-37.pyc
│   │   │   │   ├── test_http.cpython-37.pyc
│   │   │   │   ├── test_s3.cpython-37.pyc
│   │   │   │   ├── test_smart_open.cpython-37.pyc
│   │   │   │   └── test_smart_open_old.cpython-37.pyc
│   │   │   ├── test_bytebuffer.py
│   │   │   ├── test_data
│   │   │   │   ├── 1984.txt.gz
│   │   │   │   ├── crime-and-punishment.txt.gz
│   │   │   │   └── crlf_at_1k_boundary.warc.gz
│   │   │   ├── test_hdfs.py
│   │   │   ├── test_http.py
│   │   │   ├── test_s3.py
│   │   │   ├── test_smart_open_old.py
│   │   │   └── test_smart_open.py
│   │   ├── VERSION
│   │   └── webhdfs.py
│   └── smart_open-1.8.3.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 43 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment