{"library":"tentaclio","type":"library","category":null,"description":"Tentaclio is a Python library designed to unify data connectors for distributed data tasks, offering a consistent API for interacting with various data sources like local files, FTP, SFTP, S3, GCS, and databases. It provides a simple URL-based interface for streams and database connections. The library is actively maintained with frequent minor releases to address security updates and improve functionality.","language":"python","status":"active","version":"1.4.1","tags":["data-connectors","etl","streams","filesystem","sftp","s3","gcs","databases","url-parsing"],"last_verified":"Thu May 21","install":[{"cmd":"pip install tentaclio","imports":["import tentaclio\nwith tentaclio.open('file:///path/to/file.txt') as reader:","import tentaclio\nwith tentaclio.db('postgresql://hostname/example') as client:","import tentaclio\ntentaclio.copy('file:///local/source.txt', 's3://my-bucket/remote/dest.txt')"]},{"cmd":"pip install tentaclio[s3,gs,postgres]","imports":[]}],"homepage":null,"github":"https://github.com/octoenergy/tentaclio","docs":null,"changelog":null,"pypi":"https://pypi.org/project/tentaclio/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":13.7,"avg_import_s":3.82,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/tentaclio/compatibility"}}