
smart-open 7.5.0
0
Utils for streaming large files (S3, HDFS, GCS, SFTP, Azure Blob Storage, gzip, bz2, zst...)
Contents
Utils for streaming large files (S3, HDFS, GCS, SFTP, Azure Blob Storage, gzip, bz2, zst…)
Stars: 3432, Watchers: 3432, Forks: 388, Open Issues: 20The piskvorky/smart_open repo was created 11 years ago and the last code push was 2 weeks ago.
The project is very popular with an impressive 3432 github stars!
How to Install smart-open
You can install smart-open using pip
pip install smart-open
or add it to a project with poetry
poetry add smart-open
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/smart-open/
- GitHub Repo:
- https://github.com/piskvorky/smart_open
Classifiers
- Database/Front-Ends
- System/Distributed Computing
Related Packages
Errors
A list of common smart-open errors.
Code Examples
Here are some smart-open code examples and snippets.
GitHub Issues
The smart-open package has 20 open issues on GitHub
- v8.0.0
- feat: add type hinting to
s3.open()and mainopen()
pythonfix