Metadata-Version: 2.4
Name: dj-set-downloader
Version: 0.1.3
Summary: Python client for DJ Set Downloader API
Project-URL: Homepage, https://github.com/jaki95/dj-set-downloader/tree/main/clients/python
Project-URL: Repository, https://github.com/jaki95/dj-set-downloader.git
Project-URL: Source Code, https://github.com/jaki95/dj-set-downloader/tree/main/clients/python
Requires-Python: >=3.10
Requires-Dist: pydantic>=2.11.7
Requires-Dist: python-dateutil
Requires-Dist: typing-extensions>=4.0.0
Requires-Dist: urllib3>=1.25.3
Description-Content-Type: text/markdown

# dj-set-downloader Python Client

A Python client library for the dj-set-downloader REST API, which enables downloading and processing of DJ sets by splitting them into individual tracks.

The `dj_set_downloader` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project.

## Requirements

* Python 3.10+
* A running `dj-set-downloader` [server](https://github.com/jaki95/dj-set-downloader)

## Installation

This Python library can be installed using any modern Python package manager such as uv:

```bash
uv add dj-set-downloader
```

## Documentation

API documentation is available at `http://localhost:8080/swagger/index.html` when the dj-set-downloader server is running locally (adjust the port as needed for your configuration).


