Metadata-Version: 2.3
Name: tinyfetch
Version: 0.0.3
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
Project-URL: Documentation, https://github.com/beucismis/tinyfetch#readme
Author-email: beucismis <beucismis@tutamail.com>
License-Expression: MIT
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# tinyfetch

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tinyfetch)
![PyPI - Version](https://img.shields.io/pypi/v/tinyfetch)
![GitHub License](https://img.shields.io/github/license/beucismis/tinyfetch)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/beucismis/tinyfetch/test.yml?label=test)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/beucismis/tinyfetch/publish.yml?label=publish)

Python and system information command-line fetch tool.

```console
$ tinyfetch

beucismis@thinkpad
------------------
Python Version: 3.11.2
PIP Version: 24.0
PIP Packages: 8
Implementation: CPython
Compiler: GCC 12.2.0

Kernel: Linux-6.1.0-18-amd64
OS: Devuan GNU/Linux 5 (daedalus) x86_64
```

Output like this!

## Installation

```console
pip install -U tinyfetch
```

## License

`tinyfetch` is distributed under the terms of the [MIT](LICENSE.txt) license.
