The Lupaxa Developers Toolbox
Part of The Lupaxa Project
lupaxa-sysinfo
Cross-platform system inventory library and CLI: modular collectors, granular redaction, and JSON / YAML / XML / HTML reports.
Built for automation and support workflows used by The Lupaxa Project.
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 - Output formats (CLI): JSON, YAML, XML, human summary, and compact HTML
- Library API returns plain dictionaries with
schema_versionandtool_version - Fully typed, linted, formatted, and tested
- MkDocs documentation included
Installation
From PyPI
pip install lupaxa-sysinfo
From source (development mode)
pip install -e ".[dev]"
Library quick start
from lupaxa.sysinfo import collect_report
report = collect_report(cpu=True, memory=True)
For CollectOptions, RedactOptions, and profiles, see the
documentation.
CLI quick start
sysinfo --help
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
Requirements
- Python 3.10+
- Runtime dependencies:
psutil,PyYAML,tldextract(plusdistroon Linux)
Documentation
Online documentation:
Source repository:
Serve docs locally
From a clone of the repository:
make mkdocs-serve
Then open the local URL printed by MkDocs in your browser.
Development
Clone the repository and install with Make:
make init # first-time makefile-skills checkout
make python-install-dev # editable install with [dev]
make python-check # lint, type-check, and test
Release files for lupaxa-sysinfo 0.1.2
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.2.tar.gz | 24.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| lupaxa_sysinfo-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 51.7 kB
Release files / lupaxa_sysinfo-0.1.2.tar.gz
| Download URL | lupaxa_sysinfo-0.1.2.tar.gz |
|---|---|
| Size | 24.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f5187ea2b7139ebdb2d2ff8d64cd95dd821c36a708e8935d835db1fd8a051282
|
|
BLAKE2b-256 checksum How to use checksums |
d59bf14cee725e0d7acecfd843fd50892916ff68c21093d33a079cacbfb6b42f
|
| 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 23, 2026.
Transparency logRelease files / lupaxa_sysinfo-0.1.2-py3-none-any.whl
| Download URL | lupaxa_sysinfo-0.1.2-py3-none-any.whl |
|---|---|
| Size | 26.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2bdc3cad4de4352c143de3acd2bd92ffa63a6f4387f5768e4366625880d35ab2
|
|
BLAKE2b-256 checksum How to use checksums |
65b162c2bfaad2ad1b089fe50fb0d57636bcb1c3e07f13b3873b27bf7326d8c2
|
| 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 23, 2026.
Transparency log