Metadata-Version: 2.4
Name: iptvplaylist-m3u-tools
Version: 0.1.0
Summary: Offline URL helpers for the IPTV Playlist public directory and M3U utility pages.
Author: bbwdadfg
License-Expression: MIT
Project-URL: Homepage, https://iptvplaylist.app/
Project-URL: Repository, https://github.com/bbwdadfg/iptvplaylist-m3u-tools
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# IPTV Playlist M3U Tools

Public M3U Directory & Utilities

IPTV Playlist provides public IPTV playlist links organized by country and topic, plus browser-based tools to inspect, test, and analyze M3U streams. This repository contains a small, independent offline URL builder for its public directory and utility pages.

The helper does not fetch streams, proxy media, host playlist files, or claim to be an official IPTV Playlist SDK.

## Usage

```python
from iptvplaylist_m3u_tools import metadata, playlist_url, tool_url

playlist_url('United Kingdom')
# https://iptvplaylist.app/playlists/united-kingdom

tool_url('analyzer')
# https://iptvplaylist.app/m3u-playlist-analyzer

metadata()['canonicalPages']['guides']
# https://iptvplaylist.app/guides
```

Supported tools are `checker`, `analyzer`, `viewer`, and `guides`. Core behavior is offline and uses no network requests.

Homepage: <https://iptvplaylist.app/>

Source: <https://github.com/bbwdadfg/iptvplaylist-m3u-tools>

## License

MIT. See [LICENSE](LICENSE).
