django-sysinfo
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)
| File | Size | Uploaded | |
|---|---|---|---|
| django_sysinfo-2.7.0.tar.gz | 11.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| 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 logRelease 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