LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
src/bip/__init__.py
src/bip/__version__.py
src/bip/app.py
src/bip/config.py
src/bip/config_test.py
src/bip/display.py
src/bip/ext.py
src/bip/models.py
src/bip/search.py
src/bip/wsgi.py
src/bip/admin/__init__.py
src/bip/admin/forms.py
src/bip/admin/utils.py
src/bip/admin/views.py
src/bip/admin/templates/admin/attachment_detail.html
src/bip/admin/templates/admin/attachment_list.html
src/bip/admin/templates/admin/base.html
src/bip/admin/templates/admin/index.html
src/bip/admin/templates/admin/label_detail.html
src/bip/admin/templates/admin/label_list.html
src/bip/admin/templates/admin/page_attachments.html
src/bip/admin/templates/admin/page_detail.html
src/bip/admin/templates/admin/page_labels.html
src/bip/admin/templates/admin/page_list.html
src/bip/admin/templates/admin/user_detail.html
src/bip/admin/templates/admin/user_list.html
src/bip/auth/__init__.py
src/bip/auth/forms.py
src/bip/auth/views.py
src/bip/auth/templates/auth/base.html
src/bip/auth/templates/auth/login.html
src/bip/cli/__init__.py
src/bip/cli/attachments/__init__.py
src/bip/cli/attachments/commands.py
src/bip/cli/database/__init__.py
src/bip/cli/database/commands.py
src/bip/cli/pages/__init__.py
src/bip/cli/pages/commands.py
src/bip/cli/users/__init__.py
src/bip/cli/users/commands.py
src/bip/main/__init__.py
src/bip/main/forms.py
src/bip/main/templates.py
src/bip/main/utils.py
src/bip/main/views.py
src/bip/main/templates/main/base.html
src/bip/main/templates/main/basic_information.html
src/bip/main/templates/main/changes.html
src/bip/main/templates/main/contact.html
src/bip/main/templates/main/index.html
src/bip/main/templates/main/label_page_list.html
src/bip/main/templates/main/page.html
src/bip/main/templates/main/search.html
src/bip/main/templates/main/staff.html
src/bip/static/robots.txt
src/bip/static/css/app.css
src/bip/static/img/bip.svg
src/bip/static/img/icon.png
src/bip/static/img/logo.svg
src/bip/static/vendor/easymde.min.css
src/bip/static/vendor/easymde.min.js
src/bip/static/vendor/jquery-3.5.1.slim.js
src/bip/static/vendor/jquery-3.5.1.slim.min.js
src/bip/static/vendor/jquery-3.5.1.slim.min.map
src/bip/static/vendor/popper.js
src/bip/static/vendor/popper.js.map
src/bip/static/vendor/popper.min.js
src/bip/static/vendor/popper.min.js.map
src/bip/static/vendor/bootstrap/css/bootstrap-grid.css
src/bip/static/vendor/bootstrap/css/bootstrap-grid.css.map
src/bip/static/vendor/bootstrap/css/bootstrap-grid.min.css
src/bip/static/vendor/bootstrap/css/bootstrap-grid.min.css.map
src/bip/static/vendor/bootstrap/css/bootstrap-reboot.css
src/bip/static/vendor/bootstrap/css/bootstrap-reboot.css.map
src/bip/static/vendor/bootstrap/css/bootstrap-reboot.min.css
src/bip/static/vendor/bootstrap/css/bootstrap-reboot.min.css.map
src/bip/static/vendor/bootstrap/css/bootstrap.css
src/bip/static/vendor/bootstrap/css/bootstrap.css.map
src/bip/static/vendor/bootstrap/css/bootstrap.min.css
src/bip/static/vendor/bootstrap/css/bootstrap.min.css.map
src/bip/static/vendor/bootstrap/js/bootstrap.bundle.js
src/bip/static/vendor/bootstrap/js/bootstrap.bundle.js.map
src/bip/static/vendor/bootstrap/js/bootstrap.bundle.min.js
src/bip/static/vendor/bootstrap/js/bootstrap.bundle.min.js.map
src/bip/static/vendor/bootstrap/js/bootstrap.js
src/bip/static/vendor/bootstrap/js/bootstrap.js.map
src/bip/static/vendor/bootstrap/js/bootstrap.min.js
src/bip/static/vendor/bootstrap/js/bootstrap.min.js.map
src/bip/static/vendor/fontawesome/css/all.css
src/bip/static/vendor/fontawesome/css/all.min.css
src/bip/static/vendor/fontawesome/webfonts/fa-brands-400.ttf
src/bip/static/vendor/fontawesome/webfonts/fa-brands-400.woff
src/bip/static/vendor/fontawesome/webfonts/fa-brands-400.woff2
src/bip/static/vendor/fontawesome/webfonts/fa-regular-400.ttf
src/bip/static/vendor/fontawesome/webfonts/fa-regular-400.woff
src/bip/static/vendor/fontawesome/webfonts/fa-regular-400.woff2
src/bip/static/vendor/fontawesome/webfonts/fa-solid-900.ttf
src/bip/static/vendor/fontawesome/webfonts/fa-solid-900.woff
src/bip/static/vendor/fontawesome/webfonts/fa-solid-900.woff2
src/bip/templates/base.html
src/bip/templates/errors/403.html
src/bip/templates/errors/404.html
src/bip/templates/errors/500.html
src/bip/templates/errors/base.html
src/bip/templates/macros/forms.html
src/bip/templates/macros/mde.html
src/bip/templates/macros/navigation.html
src/bip/templates/macros/pagination.html
src/bip/templates/macros/render.html
src/bip/user/__init__.py
src/bip/user/forms.py
src/bip/user/views.py
src/bip/user/templates/user/base.html
src/bip/user/templates/user/password.html
src/bip/user/templates/user/profile.html
src/bip/utils/__init__.py
src/bip/utils/app.py
src/bip/utils/cli.py
src/bip/utils/files.py
src/bip/utils/forms.py
src/bip/utils/http.py
src/bip/utils/menu.py
src/bip/utils/pagination.py
src/bip/utils/site.py
src/bip/utils/templates.py
src/bip/utils/text.py
src/bip/utils/views.py
src/biuletyn_bip.egg-info/PKG-INFO
src/biuletyn_bip.egg-info/SOURCES.txt
src/biuletyn_bip.egg-info/dependency_links.txt
src/biuletyn_bip.egg-info/entry_points.txt
src/biuletyn_bip.egg-info/not-zip-safe
src/biuletyn_bip.egg-info/requires.txt
src/biuletyn_bip.egg-info/top_level.txt