Metadata-Version: 2.4
Name: voltines
Version: 0.2.3
Summary: The official Python client for dangerously high-voltage covers.
Author: The Voltines
License: MIT
Project-URL: Homepage, https://voltines.com
Project-URL: Music, https://voltines.com/music.html
Project-URL: Gigs, https://voltines.com/gigs.html
Project-URL: Contact, https://voltines.com/contact.html
Project-URL: YouTube, https://www.youtube.com/playlist?list=PLw5R-srekOnHNYEg2qVXjqzlteNRqiKa8
Keywords: music,band,cli,promo,covers-band
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Artistic Software
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# ⚡ Voltines

> The official Python client for a high-voltage covers band.

```bash
pip install voltines
```

---

## 🎸 What is this?

**Voltines** is a command-line interface and lightweight app for interacting with
The Voltines — a live covers band playing indie, rock, and dancefloor classics.

Yes, you can install a band.

---

## 🚀 Quick start

```bash
voltines --help
voltines app
voltines watch
```

---

## 🧰 CLI Commands

```bash
voltines about        # Who we are
voltines watch        # Open our YouTube
voltines app          # Launch the Voltines "app" in a brower
voltines gigs         # See upcoming gigs
voltines music        # Browse repertoire
voltines setlist      # Current setlist
voltines request "Mr. Brightside"
voltines heckle       # Be Gentle
voltines links        # Everything in one place
```

---

## 🧠 Python Library

```python
from voltines import watch

watch("Mr. Brightside") # closest available performance on youtube

```
---

## ⚠️ Notes

* The package does **nothing** during `pip install` beyond installing itself

---

## 🌐 Links

* Website: https://voltines.com
* Source: https://github.com/voltines/voltines
* Book us: https://voltines.com/contact.html

---

## 🛠️ Development

```bash
git clone https://github.com/voltines/voltines
cd voltines
pip install -e .
```

---

## ⚡ About

The Voltines are a high-energy covers band bringing indie anthems, rock classics,
and dancefloor favourites to life.

Now also available as a Python package.
