This is the git repository for the waveplot source-code.
Please cite the following if you use the website
CITATION
Each web app is in pages/name_app.py, where name changes based on the app. Supplemental functions are given in pages/core/name.py.
To run the code, first install dependencies via pip
pip install -r requirements.txt
and then run the index.py file
python3 index.py
A local copy of waveplot should then be served at the address printed to the terminal.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
A copy of the license is provided in the file LICENSE.
If this cannot be accessed, see https://www.gnu.org/licenses/.