.readthedocs.yml
AUTHORS
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
docs/Makefile
docs/build/.keep
docs/source/changelog.rst
docs/source/conf.py
docs/source/index.rst
docs/source/install-tutorial.rst
docs/source/intro.rst
docs/source/license.rst
docs/source/project.rst
docs/source/quickstart.rst
docs/source/rest.rst
docs/source/user-cli.rst
docs/source/user.rst
docs/source/_static/.keep
docs/source/_templates/.keep
requirements.d/dev.txt
scripts/sdist-sign
scripts/upload-pypi
src/bepasty/__init__.py
src/bepasty/_version.py
src/bepasty/app.py
src/bepasty/bepasty_xstatic.py
src/bepasty/config.py
src/bepasty/constants.py
src/bepasty/wsgi.py
src/bepasty.egg-info/PKG-INFO
src/bepasty.egg-info/SOURCES.txt
src/bepasty.egg-info/dependency_links.txt
src/bepasty.egg-info/entry_points.txt
src/bepasty.egg-info/not-zip-safe
src/bepasty.egg-info/requires.txt
src/bepasty.egg-info/top_level.txt
src/bepasty/apis/__init__.py
src/bepasty/apis/lodgeit.py
src/bepasty/apis/rest.py
src/bepasty/cli/__init__.py
src/bepasty/cli/object.py
src/bepasty/cli/server.py
src/bepasty/static/app/bepasty.svg
src/bepasty/static/app/favicon.ico
src/bepasty/static/app/css/style.css
src/bepasty/static/app/js/fileuploader.js
src/bepasty/static/app/js/qrcode.js
src/bepasty/static/app/js/utils.js
src/bepasty/storage/__init__.py
src/bepasty/storage/filesystem/__init__.py
src/bepasty/templates/_layout.html
src/bepasty/templates/_utils.html
src/bepasty/templates/display.html
src/bepasty/templates/error.html
src/bepasty/templates/filelist.html
src/bepasty/templates/filelist_tableonly.html
src/bepasty/templates/index.html
src/bepasty/templates/qr.html
src/bepasty/templates/redirect.html
src/bepasty/tests/__init__.py
src/bepasty/tests/conftest.py
src/bepasty/tests/screenshots.py
src/bepasty/tests/test_app.py
src/bepasty/tests/test_data.py
src/bepasty/tests/test_date_funcs.py
src/bepasty/tests/test_http.py
src/bepasty/tests/test_item.py
src/bepasty/tests/test_meta.py
src/bepasty/tests/test_name.py
src/bepasty/tests/test_rest_server.py
src/bepasty/tests/test_storage.py
src/bepasty/tests/test_website.py
src/bepasty/utils/__init__.py
src/bepasty/utils/date_funcs.py
src/bepasty/utils/decorators.py
src/bepasty/utils/formatters.py
src/bepasty/utils/hashing.py
src/bepasty/utils/http.py
src/bepasty/utils/name.py
src/bepasty/utils/permissions.py
src/bepasty/utils/upload.py
src/bepasty/views/__init__.py
src/bepasty/views/delete.py
src/bepasty/views/display.py
src/bepasty/views/download.py
src/bepasty/views/filelist.py
src/bepasty/views/index.py
src/bepasty/views/login.py
src/bepasty/views/modify.py
src/bepasty/views/qr.py
src/bepasty/views/setkv.py
src/bepasty/views/upload.py
src/bepasty/views/xstatic.py