.bumpversion.cfg
.eslintrc.json
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
.readthedocs.yaml
DEVELOP.md
LICENSE
README.md
requirements.txt
setup.py
.github/workflows/unittest.yml
WINGECHR_PACKAGE_TEMPLATE/__init__.py
WINGECHR_PACKAGE_TEMPLATE/__main__.py
WINGECHR_PACKAGE_TEMPLATE.egg-info/PKG-INFO
WINGECHR_PACKAGE_TEMPLATE.egg-info/SOURCES.txt
WINGECHR_PACKAGE_TEMPLATE.egg-info/dependency_links.txt
WINGECHR_PACKAGE_TEMPLATE.egg-info/entry_points.txt
WINGECHR_PACKAGE_TEMPLATE.egg-info/requires.txt
WINGECHR_PACKAGE_TEMPLATE.egg-info/top_level.txt
WINGECHR_PACKAGE_TEMPLATE/test/__init__.py
WINGECHR_PACKAGE_TEMPLATE/test/test_example.py
docs/api.rst
docs/conf.py
docs/index.rst
docs/readme.md
docs/requirements.txt
docs/_static/favicon.ico
docs/_static/logo.svg
docs/_static/main.css
docs/_static/main.js
server_django/.gitignore
server_django/DEVELOP.md
server_django/manage.py
server_django/requirements.txt
server_django/_local/settings.example.py
server_django/_local/settings.ldap.example.py
server_django/client/__init__.py
server_django/client/client.py
server_django/main/__init__.py
server_django/main/apps.py
server_django/main/models.py
server_django/main/tests.py
server_django/main/urls.py
server_django/main/views.py
server_django/main/static/favicon.ico
server_django/main/static/main.css
server_django/main/static/main.js
server_django/main/templates/main/index.html
server_django/project/__init__.py
server_django/project/settings.py
server_django/project/urls.py
server_django/project/wsgi.py
web_client/DEVELOP.md
web_client/SConstruct
web_client/babel.config.json
web_client/npm-shrinkwrap.json
web_client/package.json
web_client/webpack.config.js
web_client/src/vendor.json
web_client/src/css/SConscript
web_client/src/css/__main__.scss
web_client/src/css/bootstrap.scss
web_client/src/css/lib/mylib.scss
web_client/src/favicon/SConscript
web_client/src/favicon/SConstruct
web_client/src/favicon/faviconDescription.json
web_client/src/favicon/logo.svg
web_client/src/html/SConscript
web_client/src/html/index.html
web_client/src/html/pages.json
web_client/src/html/templates/body_post.html
web_client/src/html/templates/body_pre.html
web_client/src/html/templates/css.html
web_client/src/html/templates/favicon.html
web_client/src/html/templates/meta.html
web_client/src/html/templates/script.html
web_client/src/js/SConscript
web_client/src/js/__main__.js
web_client/src/js/lib/mylib.js
web_client/src/static/SConscript
web_client/test/test_example.js