Metadata-Version: 2.3
Name: camptown
Version: 0.3.14
Summary: Semantic-HTML player engine
License: MIT
Author: fluffy
Author-email: fluffy@beesbuzz.biz
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: Jinja2 (>=3.1.5,<4.0.0)
Requires-Dist: markupsafe (>=3.0.2,<4.0.0)
Requires-Dist: mistune (>=3.1.2,<4.0.0)
Requires-Dist: smartypants (>=2.0.1,<3.0.0)
Project-URL: Documentation, https://camptown.readthedocs.io
Project-URL: Repository, https://github.com/fluffy-critter/camptown
Description-Content-Type: text/markdown

# Camptown

A simple, accessibility-minded, semantic-HTML-based audio player for embedding albums into webpages. The player has the following features:

* Embed it with any ordinary `<iframe>`, e.g.

    ```html
    <iframe src="https://example.com/player-embed/index.html"></iframe>
    ```

* Add a `#compact` to the end of the URL to get a compact layout, e.g.

    ```html
    <iframe src="https://example.com/player-embed/index.html#compact"></iframe>
    ```

This is just the player template and a Python wrapper. If you want a fully-fledged editor, check out [Bandcrash](https://fluffy.itch.io/bandcrash).

[![Documentation Status](https://readthedocs.org/projects/camptown/badge/?version=latest)](https://camptown.readthedocs.io/en/latest/?badge=latest)

