Metadata-Version: 2.4
Name: tinyfetch
Version: 0.0.9
Summary: Python and system information command-line fetch tool
Project-URL: Source, https://github.com/beucismis/tinyfetch
Project-URL: Issues, https://github.com/beucismis/tinyfetch/issues
Author-email: beucismis <beucismis@tutamail.com>
License-Expression: GPL-3.0
License-File: LICENSE.txt
Keywords: command-line,fetch,fetcher,information,python,tool
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# tinyfetch

Python and system information command-line fetch tool.

```
tinyfetch

     ___     beucismis@computer
    (.. \    ------------------
    (<> |    Python Version: 3.14.6
   //  \ \   PIP Version: 26.1.2
  ( |  | /|  PIP Packages: 7
 _/\ __)/_)  Implementation: CPython
 \/-____\/   Compiler: GCC 16.1.1 20260430

             Kernel: Linux-7.1.6-1-cachyos
             Operation System: CachyOS x86_64
```

## Installation

```
pip install -U tinyfetch
```

## Documentation

```
tinyfetch --help
```

## License

`tinyfetch` is distributed under the terms of the [GPL-3.0](LICENSE.txt) license.
Tux ASCII logo is inspired by [fastfetch](https://github.com/fastfetch-cli/fastfetch).
