Metadata-Version: 2.1
Name: audio-cast
Version: 0.0.3
Summary: A system to cast audio input to chromecast devices.
Home-page: https://github.com/juancamilo87/linux-cast
Author: Juan Camilo Garcia
Author-email: scythedev@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/juancamilo87/linux-cast/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: casttube (==0.2.1)
Requires-Dist: certifi (==2021.5.30)
Requires-Dist: charset-normalizer (==2.0.5)
Requires-Dist: click (==8.0.1)
Requires-Dist: colorama (==0.4.4)
Requires-Dist: Flask (==2.0.1)
Requires-Dist: idna (==3.2)
Requires-Dist: ifaddr (==0.1.7)
Requires-Dist: itsdangerous (==2.0.1)
Requires-Dist: Jinja2 (==3.0.1)
Requires-Dist: MarkupSafe (==2.0.1)
Requires-Dist: prettytable (==2.2.0)
Requires-Dist: protobuf (==3.17.3)
Requires-Dist: PyChromecast (==9.2.0)
Requires-Dist: python-vlc (==3.0.12118)
Requires-Dist: requests (==2.26.0)
Requires-Dist: six (==1.16.0)
Requires-Dist: urllib3 (==1.26.6)
Requires-Dist: wcwidth (==0.2.5)
Requires-Dist: Werkzeug (==2.0.1)
Requires-Dist: zeroconf (==0.36.3)

# Application to cast streams to chromecast

## Usage

- When using VS Code, just run the debugger.
- When starting from termimal.
  1. Set environment variable for `FLASK_APP`.
     - Linux/osX: `export set FLASK_APP=src.audio_cast.webapp`
     - Windows: `set FLASK_APP=src.audio_cast.webapp`
  2. Launch the server with `python -m flask run`.


