Metadata-Version: 2.4
Name: playlistparser
Version: 3.0.0b11
Summary: Tool for parsing DJ software playlists
Author: Ville Säävuori
Author-email: Ville Säävuori <ville@unessa.net>
License-Expression: AGPL-3.0-or-later
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.13
Project-URL: Changelog, https://github.com/slipmatio/playlistparser/blob/main/CHANGES.md
Project-URL: Bluesky, https://bsky.app/profile/uninen.net
Project-URL: Source, https://github.com/slipmatio/playlistparser
Project-URL: Twitter, https://twitter.com/uninen
Description-Content-Type: text/markdown

# Playlistparser

Tool for parsing DJ software playlists. Currently supports Engine DJ, Rekordbox, Serato, Traktor,
and VirtualDJ. Part of [Slipmat.io](https://slipmat.io) tools.

Free hosted version of this tool:
[https://slipmat.io/tools/playlist-converter/](https://slipmat.io/tools/playlist-converter/)

## Installing

`uv add playlistparser`

## Developing

- `uv run pytest` - run test suite
- `uv run ty check` - typecheck

## Contributing

Contributions are welcome! Please follow the [code of conduct](./CODE_OF_CONDUCT.md) when
interacting with others.

## Elsewhere

- [Follow @uninen.net](https://bsky.app/profile/uninen.net) on Bluesky
- Read my continuously updating learnings from Python / TypeScript and other Web development topics
  from my [Today I Learned site](https://til.unessa.net/)

## Licence

Copyright © 2022, Ville Säävuori. Released under the GNU Affero General Public License v3.0.

Commercial licenses are also available.
