Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kushaldas/hittade
https://github.com/kushaldas/hittade
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kushaldas/hittade
- Owner: kushaldas
- License: bsd-2-clause
- Created: 2023-12-14T13:34:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-14T13:35:33.000Z (11 months ago)
- Last Synced: 2024-09-17T14:09:15.597Z (about 2 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hittade
A command line tool to find and gather system information. This tools submits the information to the corresponding web application. It uses [syft](https://github.com/anchore/syft) inside to generate the actual SBOM files.
## Setup for development
```bash
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements-dev.txt
flit install --symlink
```## Usage
```
hittade --help
usage: hittade [-h] [-v]Command line tool to find and gather system information.
options:
-h, --help show this help message and exit
-v, --version show program's version number and exit
```## LICENSE: BSD-2-Clause