AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
src/django_sysinfo/__init__.py
src/django_sysinfo/api.py
src/django_sysinfo/compat.py
src/django_sysinfo/conf.py
src/django_sysinfo/urls.py
src/django_sysinfo/utils.py
src/django_sysinfo/views.py
src/django_sysinfo.egg-info/PKG-INFO
src/django_sysinfo.egg-info/SOURCES.txt
src/django_sysinfo.egg-info/dependency_links.txt
src/django_sysinfo.egg-info/entry_points.txt
src/django_sysinfo.egg-info/not-zip-safe
src/django_sysinfo.egg-info/requires.txt
src/django_sysinfo.egg-info/top_level.txt
src/django_sysinfo/__pycache__/__init__.cpython-36.pyc
src/django_sysinfo/__pycache__/api.cpython-36.pyc
src/django_sysinfo/__pycache__/compat.cpython-36.pyc
src/django_sysinfo/__pycache__/conf.cpython-36.pyc
src/django_sysinfo/__pycache__/utils.cpython-36.pyc
src/django_sysinfo/__pycache__/views.cpython-36.pyc
src/django_sysinfo/static/sysinfo/sysinfo.css
src/django_sysinfo/static/sysinfo/sysinfo.css.map
src/django_sysinfo/static/sysinfo/sysinfo.scss
src/django_sysinfo/templates/admin/sysinfo/host_section.html
src/django_sysinfo/templates/admin/sysinfo/modules_section.html
src/django_sysinfo/templates/admin/sysinfo/os_section.html
src/django_sysinfo/templates/admin/sysinfo/project_section.html
src/django_sysinfo/templates/admin/sysinfo/python_section.html
src/django_sysinfo/templates/admin/sysinfo/sysinfo.html
src/django_sysinfo/templates/admin/sysinfo/sysinfo_section.html
src/django_sysinfo/templatetags/__init__.py
src/django_sysinfo/templatetags/sysinfo.py
src/django_sysinfo/templatetags/__pycache__/__init__.cpython-36.pyc
src/django_sysinfo/templatetags/__pycache__/sysinfo.cpython-36.pyc
src/requirements/develop.pip
src/requirements/install.any.pip
src/requirements/install.py2.pip
src/requirements/install.py3.pip
src/requirements/testing.pip
tests/.coveragerc
tests/conftest.py
tests/test_admin.py
tests/test_api.py
tests/test_checks.py
tests/test_doctest.py
tests/test_extra.py
tests/test_imports.py
tests/test_sysinfo.py
tests/test_utils.py
tests/urls.py
tests/demo/manage.py
tests/demo/demoproject/__init__.py
tests/demo/demoproject/models.py
tests/demo/demoproject/settings.py
tests/demo/demoproject/urls.py