Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 31, 2020 08:01
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/7853de091edfbd61441ec7cd4a4cd16c to your computer and use it in GitHub Desktop.
Save r-ryantm/7853de091edfbd61441ec7cd4a4cd16c to your computer and use it in GitHub Desktop.
/nix/store/5cwva3a1wsbapv2kias4q283klcvk056-python3.7-smart_open-4.1.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── smart_open
│   │   ├── azure.py
│   │   ├── bytebuffer.py
│   │   ├── compression.py
│   │   ├── concurrency.py
│   │   ├── constants.py
│   │   ├── doctools.py
│   │   ├── gcs.py
│   │   ├── hdfs.py
│   │   ├── http.py
│   │   ├── __init__.py
│   │   ├── local_file.py
│   │   ├── __pycache__
│   │   │   ├── azure.cpython-37.pyc
│   │   │   ├── bytebuffer.cpython-37.pyc
│   │   │   ├── compression.cpython-37.pyc
│   │   │   ├── concurrency.cpython-37.pyc
│   │   │   ├── constants.cpython-37.pyc
│   │   │   ├── doctools.cpython-37.pyc
│   │   │   ├── gcs.cpython-37.pyc
│   │   │   ├── hdfs.cpython-37.pyc
│   │   │   ├── http.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── local_file.cpython-37.pyc
│   │   │   ├── s3.cpython-37.pyc
│   │   │   ├── smart_open_lib.cpython-37.pyc
│   │   │   ├── ssh.cpython-37.pyc
│   │   │   ├── transport.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   ├── version.cpython-37.pyc
│   │   │   └── webhdfs.cpython-37.pyc
│   │   ├── s3.py
│   │   ├── smart_open_lib.py
│   │   ├── ssh.py
│   │   ├── tests
│   │   │   ├── fixtures
│   │   │   │   ├── good_transport.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── missing_deps_transport.py
│   │   │   │   ├── no_schemes_transport.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── good_transport.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── missing_deps_transport.cpython-37.pyc
│   │   │   │   └── no_schemes_transport.cpython-37.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_azure.cpython-37.pyc
│   │   │   │   ├── test_bytebuffer.cpython-37.pyc
│   │   │   │   ├── test_gcs.cpython-37.pyc
│   │   │   │   ├── test_hdfs.cpython-37.pyc
│   │   │   │   ├── test_http.cpython-37.pyc
│   │   │   │   ├── test_package.cpython-37.pyc
│   │   │   │   ├── test_s3.cpython-37.pyc
│   │   │   │   ├── test_s3_version.cpython-37.pyc
│   │   │   │   ├── test_sanity.cpython-37.pyc
│   │   │   │   ├── test_smart_open.cpython-37.pyc
│   │   │   │   ├── test_ssh.cpython-37.pyc
│   │   │   │   ├── test_transport.cpython-37.pyc
│   │   │   │   └── test_utils.cpython-37.pyc
│   │   │   ├── test_azure.py
│   │   │   ├── test_bytebuffer.py
│   │   │   ├── test_data
│   │   │   │   ├── 1984.txt.gz
│   │   │   │   ├── cp852.tsv.txt
│   │   │   │   ├── crime-and-punishment.txt
│   │   │   │   ├── crime-and-punishment.txt.gz
│   │   │   │   ├── crime-and-punishment.txt.xz
│   │   │   │   └── crlf_at_1k_boundary.warc.gz
│   │   │   ├── test_gcs.py
│   │   │   ├── test_hdfs.py
│   │   │   ├── test_http.py
│   │   │   ├── test_package.py
│   │   │   ├── test_s3.py
│   │   │   ├── test_s3_version.py
│   │   │   ├── test_sanity.py
│   │   │   ├── test_smart_open.py
│   │   │   ├── test_ssh.py
│   │   │   ├── test_transport.py
│   │   │   └── test_utils.py
│   │   ├── transport.py
│   │   ├── utils.py
│   │   ├── version.py
│   │   └── webhdfs.py
│   └── smart_open-4.1.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 87 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment