LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
scastpy/__init__.py
scastpy/main.py
scastpy.egg-info/PKG-INFO
scastpy.egg-info/SOURCES.txt
scastpy.egg-info/dependency_links.txt
scastpy.egg-info/entry_points.txt
scastpy.egg-info/not-zip-safe
scastpy.egg-info/requires.txt
scastpy.egg-info/top_level.txt
scastpy/players/__init__.py
scastpy/players/base.py
scastpy/players/dummy.py
scastpy/players/ffmpeg.py
scastpy/players/vlc.py
scastpy/servers/__init__.py
scastpy/servers/http.py
scastpy/servers/ssdp.py
scastpy/templates/AVTransport.xml
scastpy/templates/ConnectionManager.xml
scastpy/templates/RenderingControl.xml
scastpy/templates/description.xml
scastpy/utils/__init__.py
scastpy/utils/logging.py
scastpy/utils/templates.py