Metadata-Version: 2.4
Name: oco
Version: 0.0.2
Summary: oco: preview audio files on your remote computer using http server with directory listing
Author-email: Vol Ky <vol@wilab.org.ua>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
License-File: LICENSE
Requires-Dist: fastapi
Requires-Dist: python-multipart
Requires-Dist: uvicorn
Project-URL: Home, https://github.com/proger/oco

# oco

Preview your local media files using `oco`. This is a replacement for autoindexing your current directory using `python3 -m http.server`.

```
pip3 install oco
cd LibriSpeech # pick your favorite dataset
python3 -m oco
```

Continue to http://localhost:8000

<img width="614" alt="image" src="https://user-images.githubusercontent.com/66214/182046442-8474de6f-a0e1-4f18-a164-d1648867074b.png">

