Metadata-Version: 2.4
Name: s3-ls
Version: 0.0.1
Summary: Fast S3 object listing
Author-email: Hanch Han <cndghks15@gmail.com>
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boto3>=1.38.2
Requires-Dist: dotenv>=0.9.9
Requires-Dist: tqdm>=4.67.1
Dynamic: license-file

## Usage

```bash
pip install s3-ls
```

```bash
s3-ls s3://bucket/prefix
```
