An open API service indexing awesome lists of open source software.

https://github.com/floscha/lightcast

A lightweight Python library for searching and downloading podcasts with zero dependencies.
https://github.com/floscha/lightcast

Last synced: about 1 year ago
JSON representation

A lightweight Python library for searching and downloading podcasts with zero dependencies.

Awesome Lists containing this project

README

          

![LightCast Logo](logo.png)
# LightCast

A lightweight Python library for searching and downloading podcasts with zero dependencies.

## Usage

With [uv](https://github.com/astral-sh/uv) installed, simply run
```sh
uvx --from git+https://github.com/floscha/lightcast lightcast
```

## Development

Run tests with
```sh
uvx pytest tests
```

## License

**LightCast** is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.