gitextract_q6iqrcs8/ ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── MANIFEST.in ├── README.md ├── RELEASE.md ├── examples/ │ ├── csvfiles/ │ │ └── testboxes.csv │ ├── fileuploader.py │ ├── intro.py │ └── plot_example.py ├── launchpad/ │ ├── __init__.py │ ├── dynamicapplication.py │ ├── handlers.py │ ├── main.py │ └── templates/ │ ├── error.html │ ├── loading.html │ └── main.html ├── requirements.txt └── setup.py