AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
src/udserver/.DS_Store
src/udserver/__init__.py
src/udserver/cli.py
src/udserver/config.cfg
src/udserver/config.py
src/udserver/udserver.py
src/udserver.egg-info/PKG-INFO
src/udserver.egg-info/SOURCES.txt
src/udserver.egg-info/dependency_links.txt
src/udserver.egg-info/entry_points.txt
src/udserver.egg-info/requires.txt
src/udserver.egg-info/top_level.txt
src/udserver/public/.DS_Store
src/udserver/public/favicon.ico
src/udserver/public/css/.DS_Store
src/udserver/public/css/bootstrap.min.css
src/udserver/public/css/dropzone.css
src/udserver/public/css/upload.css
src/udserver/public/fonts/glyphicons-halflings-regular.eot
src/udserver/public/fonts/glyphicons-halflings-regular.svg
src/udserver/public/fonts/glyphicons-halflings-regular.ttf
src/udserver/public/fonts/glyphicons-halflings-regular.woff
src/udserver/public/fonts/glyphicons-halflings-regular.woff2
src/udserver/public/js/.DS_Store
src/udserver/public/js/bootstrap.min.js
src/udserver/public/js/dropzone.js
src/udserver/public/js/jquery-1.11.1.min.js
src/udserver/public/js/upload.js
src/udserver/templates/index.html
tests/__init__.py
tests/test_udserver.py