{"library":"tentaclio","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":[]}]}