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/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/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_imports.py
tests/test_sysinfo.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