Closed Carbyne closed 6 years ago
This module is now renamed to data_import (post merge of PR #40). io is a reserved package name and shouldn't be reused.
@Carbyne - Since we're using an outside library, shouldn't we just point to the document there, so that we don't have to maintain a list?
https://github.com/RaRe-Technologies/smart_open/blob/master/README.rst
@apfejes Yeah, that would be a better solution. The only problem I could see would be if they changed something in a newer version of smart_open and we were still using an older version.
That shouldn't happen, as requirements are given in the ">=" form, so any new install should bring along a new version.
Okay to close the issue?
I think so. Closing. If anyone objects, reopen.
The io submodule needs docstrings and documentation regarding which kinds of paths smart_open can handle (ex. local compressed/uncompressed files, S3/Hadoop/HTTP servers).