Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created April 11, 2020 00:53
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 r-ryantm/233eada7c5c36199b0d2434316448db2 to your computer and use it in GitHub Desktop.
Save r-ryantm/233eada7c5c36199b0d2434316448db2 to your computer and use it in GitHub Desktop.
/nix/store/glpccknzplksk3n4k5vgwib7ajnrxiiv-python2.7-smart_open-1.11.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── smart_open
│   │   ├── bytebuffer.py
│   │   ├── bytebuffer.pyc
│   │   ├── compression.py
│   │   ├── compression.pyc
│   │   ├── concurrency.py
│   │   ├── concurrency.pyc
│   │   ├── constants.py
│   │   ├── constants.pyc
│   │   ├── doctools.py
│   │   ├── doctools.pyc
│   │   ├── gcs.py
│   │   ├── gcs.pyc
│   │   ├── hdfs.py
│   │   ├── hdfs.pyc
│   │   ├── http.py
│   │   ├── http.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── local_file.py
│   │   ├── local_file.pyc
│   │   ├── s3.py
│   │   ├── s3.pyc
│   │   ├── smart_open_lib.py
│   │   ├── smart_open_lib.pyc
│   │   ├── ssh.py
│   │   ├── ssh.pyc
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── test_bytebuffer.py
│   │   │   ├── test_bytebuffer.pyc
│   │   │   ├── test_data
│   │   │   │   ├── 1984.txt.gz
│   │   │   │   ├── crime-and-punishment.txt.gz
│   │   │   │   └── crlf_at_1k_boundary.warc.gz
│   │   │   ├── test_gcs.py
│   │   │   ├── test_gcs.pyc
│   │   │   ├── test_hdfs.py
│   │   │   ├── test_hdfs.pyc
│   │   │   ├── test_http.py
│   │   │   ├── test_http.pyc
│   │   │   ├── test_s3.py
│   │   │   ├── test_s3.pyc
│   │   │   ├── test_s3_version.py
│   │   │   ├── test_s3_version.pyc
│   │   │   ├── test_sanity.py
│   │   │   ├── test_sanity.pyc
│   │   │   ├── test_smart_open_old.py
│   │   │   ├── test_smart_open_old.pyc
│   │   │   ├── test_smart_open.py
│   │   │   ├── test_smart_open.pyc
│   │   │   ├── test_ssh.py
│   │   │   ├── test_ssh.pyc
│   │   │   ├── test_utils.py
│   │   │   ├── test_utils.pyc
│   │   │   ├── test_webhdfs.py
│   │   │   └── test_webhdfs.pyc
│   │   ├── transport.py
│   │   ├── transport.pyc
│   │   ├── utils.py
│   │   ├── utils.pyc
│   │   ├── version.py
│   │   ├── version.pyc
│   │   ├── webhdfs.py
│   │   └── webhdfs.pyc
│   └── smart_open-1.11.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 70 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment