.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/bandit.yaml
.github/workflows/black.yaml
.github/workflows/mypy.yaml
.github/workflows/pylint.yaml
.github/workflows/pytest.yaml
.github/workflows/python-publish.yml
.github/workflows/static.yml
docs/Makefile
docs/django_settings.py
docs/make.bat
docs/requirements.txt
docs/source/about.rst
docs/source/conf.py
docs/source/features.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/internals.rst
docs/source/license.rst
docs/source/version_history.rst
docs/source/_static/cpu.PNG
docs/source/_static/cpu.jpg
docs/source/_static/disk.jpg
docs/source/_static/host.jpg
docs/source/_static/memory.jpg
docs/source/_static/network.jpg
docs/source/_static/process.jpg
docs/source/images/cpu.jpg
docs/source/images/disk.jpg
docs/source/images/host.jpg
docs/source/images/memory.jpg
docs/source/images/network.jpg
docs/source/images/process.jpg
src/__init__.py
src/django_hostutils.egg-info/PKG-INFO
src/django_hostutils.egg-info/SOURCES.txt
src/django_hostutils.egg-info/dependency_links.txt
src/django_hostutils.egg-info/requires.txt
src/django_hostutils.egg-info/top_level.txt
src/django_hostutils.egg-info/zip-safe
src/djangoaddicts/__init__.py
src/djangoaddicts/hostutils/__init__.py
src/djangoaddicts/hostutils/apps.py
src/djangoaddicts/hostutils/forms.py
src/djangoaddicts/hostutils/urls.py
src/djangoaddicts/hostutils/templates/hostutils/bs5/ajax/get_cpu_stats.htm
src/djangoaddicts/hostutils/templates/hostutils/bs5/ajax/get_interface_stats.htm
src/djangoaddicts/hostutils/templates/hostutils/bs5/ajax/get_partition_stats.htm
src/djangoaddicts/hostutils/templates/hostutils/bs5/ajax/get_process_stats.htm
src/djangoaddicts/hostutils/templates/hostutils/bs5/detail/cpu.html
src/djangoaddicts/hostutils/templates/hostutils/bs5/detail/detail_host.html
src/djangoaddicts/hostutils/templates/hostutils/bs5/detail/disk.html
src/djangoaddicts/hostutils/templates/hostutils/bs5/detail/memory.html
src/djangoaddicts/hostutils/templates/hostutils/bs5/detail/network.html
src/djangoaddicts/hostutils/templates/hostutils/bs5/detail/processes.html
src/djangoaddicts/hostutils/templates/hostutils/bs5/snippets/host_process_card.htm
src/djangoaddicts/hostutils/templates/hostutils/bs5/snippets/host_process_card_swap.htm
src/djangoaddicts/hostutils/templates/hostutils/bs5/snippets/hostutils_nav_menu.htm
src/djangoaddicts/hostutils/templates/hostutils/bs5/snippets/processes_results_timestamp.htm
src/djangoaddicts/hostutils/templates/hostutils/bs5/snippets/processes_title_cards.htm
src/djangoaddicts/hostutils/views/__init__.py
src/djangoaddicts/hostutils/views/ajax.py
src/djangoaddicts/hostutils/views/gui.py
src/djangoaddicts/hostutils/views/htmx.py
src/djangoaddicts/templates/hostutils/bs5/ajax/host_cpu_stats.htm
src/djangoaddicts/templates/hostutils/bs5/ajax/host_interface_stats.htm
src/djangoaddicts/templates/hostutils/bs5/ajax/host_partition_usage.htm
src/djangoaddicts/templates/hostutils/bs5/ajax/host_process_details.htm
tests/__init__.py
tests/core/__init__.py
tests/core/settings.py
tests/core/urls.py
tests/unit/__init__.py
tests/unit/test_ajax.py
tests/unit/test_gui.py
tests/unit/test_htmx.py