Metadata-Version: 2.4
Name: minifetch
Version: 1.0.1
Summary: minifetch delivers bite-sized system stats at startup, for those who prefer their uptime with a side of nerdy flair
Author-email: UncleSp1d3r <unclespider@protonmail.com>
License: MIT License
        
        Copyright (c) 2025 UncleSp1d3r
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Keywords: system,stats,uptime,fetch
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: POSIX
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: humanize>=4.12.2
Requires-Dist: psutil>=7.0.0
Requires-Dist: pyfiglet>=1.0.2
Requires-Dist: rich>=13.9.4
Requires-Dist: typer>=0.15.2
Dynamic: license-file

# Minifetch

Minifetch is a lightweight and customizable system information tool written in Python. It displays essential system details in a clean and minimalistic format.

## Features

-   Displays system information such as OS, kernel version, uptime, and more.
-   Lightweight and fast.
-   Easy to customize and extend.

## Installation

1. Clone the repository:

    ```bash
    git clone https://github.com/unclesp1d3r/minifetch.git
    cd minifetch
    ```

2. Install the required dependencies:

    ```bash
    uv install
    ```

## Usage

Run the script to display system information:

```bash
python minifetch.py
```

## Contributing

Contributions are welcome! Please follow these steps:

1. Fork the repository.
2. Create a new branch for your feature or bugfix.
3. Commit your changes and push the branch.
4. Open a pull request.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Acknowledgments

-   Inspired by other system information tools like Neofetch.
-   Thanks to the open-source community for their support.
