Metadata-Version: 2.4
Name: efetch
Version: 0.1.0
Summary: A BETTER LINUX FETCH - Forked from efetch, Upgraded to Py3!
Author: W0BBLEMASTER
License: MIT
Project-URL: Homepage, https://github.com/W0BBLEMASTER/PRJ_efetch
Description-Content-Type: text/markdown
Requires-Dist: colorama

# efetch (POC 7)
Modernized Python system information tool.

## Modifications
- **Python 3 Compatibility:** Full migration of `print` statements and core logic to Python 3.13.
- **Relative Import Fixes:** Standardized all internal module imports for Python 3 compliance.
- **Kali Linux Detection:** Prioritized detection via `kali-undercover` and `/etc/os-release`.
- **Dragon ASCII Art:** Integrated custom Kali Linux dragon artwork with dynamic coloring.
- **System Metric Fixes:** Restored RAM and Disk usage reporting for Unix/Linux platforms.
- **Encoding Fixes:** Added explicit decoding for subprocess outputs to handle byte-strings.
