Skip to main content

django-sysinfo

Pypi coverage Test Django

Simple django app to expose system infos like libraries version, database server.

Easy to extend to add custom checks.

Features

- dump system informations
- admin integration
- API to add custom checks
- simple echo
- retrieve library version

Quickstart

Install django-sysinfo::

pip install django-sysinfo

put it in your INSTALLED_APPS::

INSTALLED_APPS=[...
 'django_sysinfo'
]

add relevant entries in your url.conf::

urlpatterns = (
    ....
    url(r'', include(django_sysinfo.urls)),
)

or customize them::

from django_sysinfo.views import http_basic_login, sysinfo

urlpatterns = (
    url('sys/info/$', http_basic_login(sysinfo), name='sys-info'),
    url('sys/version/(?P<name>.*)/$', version, name='sys-version')
)

Known issues and limitations

There are some limitations in the metrics returned by sysinfo, anyway this package is not intended to be used as host/resources monitoring tool.

- Disk space returns device info, any soft limits are ignored
- Memory can be wrong in some virtual environments

Release files for django-sysinfo 2.7.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-sysinfo 2.7.0
File Size Uploaded
django_sysinfo-2.7.0.tar.gz 11.4 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for django-sysinfo 2.7.0
File Interpreter ABI Platform
django_sysinfo-2.7.0-py3-none-any.whl Python 3 none any Details

Total release size: 28.9 kB

Release files / django_sysinfo-2.7.0.tar.gz

Download URL django_sysinfo-2.7.0.tar.gz
Size 11.4 kB
Tags Source
SHA-256 checksum
How to use checksums
d34f74bc8c76cedfe5ed8081e00ce549a965b0cd4680dfeb0755bb43d8e7648e
BLAKE2b-256 checksum
How to use checksums
8788693de78cce813c4b769589e1a55702f53533d373410128112fb22d0d7359
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.8

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 22, 2025.

Transparency log

Release files / django_sysinfo-2.7.0-py3-none-any.whl

Download URL django_sysinfo-2.7.0-py3-none-any.whl
Size 17.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
e45ee631c9ba73f13a0df280323fdf75d534b06eac2db50e6af3c31deed38529
BLAKE2b-256 checksum
How to use checksums
a845bb7d88d85b1f84afa95721b7da46cdf1fd9c5f2582384778f28859482b8b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.8

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 22, 2025.

Transparency log

Release history Release notifications | RSS feed

This release

2.7.0 This release

2 release files

2.6.2

2 release files

2.6.0

1 release file

2.5.1

1 release file

2.5.0

1 release file

2.4.0

1 release file

2.3.1

1 release file

2.3.0

1 release file

2.2.0

1 release file

2.0.0

1 release file

1.4

1 release file

1.3.2

1 release file

1.3.1

1 release file

1.3.0

1 release file

1.2

1 release file

1.1

2 release files

1.0

1 release file

0.3

1 release file

0.2

1 release file

0.1.1

1 release file

0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page