Metadata-Version: |
2.1 |
Name: |
iotoolz |
Version: |
0.1.0 |
Summary: |
Consistent io iterface to read and write from/to both local and different remote resources (e.g. http, s3, minio) |
Author: |
eterna2 |
Author-Email: |
eterna2[at]hotmail.com |
Maintainer: |
eterna2 |
Maintainer-Email: |
eterna2[at]hotmail.com |
Home-Page: |
https://github.com/e2fyi/iotoolz |
Project-Url: |
Changelog, https://github.com/e2fyi/iotoolz/blob/master/CHANGELOG.md |
Project-Url: |
Documentation, https://iotoolz.readthedocs.io/en/latest/ |
Project-Url: |
Repository, https://github.com/e2fyi/iotoolz |
License: |
Apache-2.0 |
Keywords: |
io,stream,requests,ftp,s3,minio |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.6.2,<3.10 |
Requires-Dist: |
boto3 (<2.0.0,>=1.0.0); extra == "boto3" or extra == "all" |
Requires-Dist: |
chardet (<5.0.0,>=4.0.0); extra == "chardet" |
Requires-Dist: |
charset-normalizer[unicode_backport] (<3.0.0,>=2.0.7) |
Requires-Dist: |
cytoolz (>=0.10.0); extra == "cytoolz" or extra == "all" |
Requires-Dist: |
minio (<8.0.0,>=7.0.0); extra == "minio" or extra == "all" |
Requires-Dist: |
pydantic (>=0.30) |
Requires-Dist: |
python-dateutil (>=2.8.0) |
Requires-Dist: |
python-magic (<0.5.0,>=0.4.0); sys_platform == "linux" |
Requires-Dist: |
python-magic-bin (<0.5.0,>=0.4.0); sys_platform == "darwin" |
Requires-Dist: |
python-magic-bin (<0.5.0,>=0.4.0); sys_platform == "win32" |
Requires-Dist: |
requests (<3.0,>=2.26.0) |
Requires-Dist: |
requests-toolbelt (<0.10.0,>=0.9.0) |
Requires-Dist: |
toml (>=0.10.0) |
Requires-Dist: |
toolz (>=0.10.0) |
Requires-Dist: |
typing-extensions |
Provides-Extra: |
all |
Provides-Extra: |
boto3 |
Provides-Extra: |
chardet |
Provides-Extra: |
cytoolz |
Provides-Extra: |
minio |
Description-Content-Type: |
text/markdown |