Play radio. Style your App.
Project description
Web radio expandable collection
- organize your web radios, delete and update
- upload your favorite pictures and comments to the local SQLite database
- this guy is a REST API application on blueprints and app factory of the flask framework
- Android: download to mobile (link below .-apk), rename *WHL to *ZIP, extract with Android file manager
- https://pypi.org/project/eisenradio-apk/ , uses Python Kivy library for multi-touch on start-up
https://pypi.org/project/Kivy/#files
- Linux SNAP user find uninstall information at the bottom
pip install
""" xxs Linux xxs """
$ pip3 install eisenradio
$ python3 -m eisenradio.wsgi # watch flask
""" xxm Windows xxm """
> pip install eisenradio
> python -m eisenradio.wsgi
""" xxl big company xxl """
$$$ pip3 install eisenradio
$$$ python3 -m eisenradio.app # serve flask
""" for the sake of completeness, a python
production server 'waitress' is started """
Pytest
~ ... /test/functional$ python3 -m pytest -s # -s print to console
find the modified test db in ./app_writable/db
Android
- Android mobile: in Download folder, press file long (select), chose 'more' from menu, 'rename' last part to .zip
- press long on -py3-none-any.zip (select), chose 'more', extract ...
- file with armeabi-v7a is for ARM processor devices; 95% of the devices
Uninstall
Python user:
- find module location
- uninstall and then remove remnants
$ pip3 show eisenradio
$ pip3 uninstall eisenradio
Location: ... /python310/site-packages
Android user:
- press long (select) the icon, uninstall
SNAP user:
- remove the snap
- delete the database folder in their home; on startup shown in [SNAP_USER_COMMON]
SNAP_USER_COMMON (your Database lives here, backup if you like): /home/osboxes/snap/eisenradio/common
You only want a fresh database? Remove the database. Start from scratch.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
eisenradio-0.8.61.tar.gz
(1.1 MB
view hashes)
Built Distribution
Close
Hashes for eisenradio-0.8.61-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89a478ece537477c1c513feef8a2b5055ceea382f8c0336ca0abb8793a6e1982 |
|
MD5 | c6d3187f647ec9202f906db9c87dff9b |
|
BLAKE2b-256 | 280d39b92a47dcda834f8336254632d369a59082ffdef60c6cfead16afb829e3 |