Sysinfo
Cross-platform system inventory with modular collectors, redaction, and JSON/YAML/XML/HTML reports.
Install
pip install lupaxa-sysinfo
sysinfo --help
Features
- Lightweight defaults: basic host info as pretty-printed JSON
- Opt-in collectors: CPU, memory, disks, network, listening ports, processes, firewall, runtimes, GPU, packages
- Granular redaction for hosts, users, IPs, secrets, domains, and custom regexes
- Profiles for common workflows:
minimal,ci,support - JSON, YAML, XML, human summary, and compact HTML output (CLI)
Requirements
- Python 3.10+
- Runtime:
psutil(plusdistroon Linux;tldextractfor PSL-aware redaction)
Library Quick Start
from lupaxa.sysinfo import collect_report
report = collect_report(cpu=True, memory=True)
Reports are plain dictionaries with schema_version and tool_version keys,
ready for JSON serialisation. See the
documentation for CollectOptions,
RedactOptions, and profiles.
CLI Quick Start
sysinfo --version
sysinfo --profile ci --json report.json
sysinfo --all --yaml report.yaml
sysinfo --all --output xml
sysinfo --profile support --xml report.xml
You can also run the CLI as a module:
python -m lupaxa.sysinfo --help
python -m lupaxa.sysinfo --profile ci --json out.json
Development
From a clone of this repository:
make init # first-time makefile-skills checkout
make python-install-dev # editable install with [dev]
make python-check # lint, type-check, and test
Documentation
Site pages live in mkdocs/ and publish to
https://sysinfo.thelupaxaproject.org/.
make init
make python-install-dev
make mkdocs-serve
Release files for lupaxa-sysinfo 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| lupaxa_sysinfo-0.1.3.tar.gz | 23.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| lupaxa_sysinfo-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 50.5 kB
Release files / lupaxa_sysinfo-0.1.3.tar.gz
| Download URL | lupaxa_sysinfo-0.1.3.tar.gz |
|---|---|
| Size | 23.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a271df2bf8990aa24d1318381e7e13a85e9b5b72c9814a0aa8fd21b408e107b8
|
|
BLAKE2b-256 checksum How to use checksums |
1ceae934809d92da4c605f965a0521e8f563ff841e26ee4fe9ca208a30dea94e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
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 Sep 25, 2026.
Transparency logRelease files / lupaxa_sysinfo-0.1.3-py3-none-any.whl
| Download URL | lupaxa_sysinfo-0.1.3-py3-none-any.whl |
|---|---|
| Size | 26.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c1e3ac7d2b0681a04a76a1eaaf7b212167ad4b50f6324c550838a166a221ba55
|
|
BLAKE2b-256 checksum How to use checksums |
1cf4582171b1dfb1a032e4e1cf032b662aa718b7be565af2e948122655606b72
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
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 Sep 25, 2026.
Transparency log