Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 18, 2019 01:27
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/71f5027bdfff2b85da58ee826319cbac to your computer and use it in GitHub Desktop.
Save ryantm/71f5027bdfff2b85da58ee826319cbac to your computer and use it in GitHub Desktop.
/nix/store/vq7ydrawlqq86s2sf43r6vdjy045a8v5-python3.7-smart_open-1.8.4
├── 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.4.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