Metadata-Version: 2.1
Name: wolf-cli
Version: 0.0.3
Summary: CLI tool to assist and make easy repetitive tasks such as downloading images and URLs unshortening
Home-page: https://github.com/cande1gut/wolf
Keywords: data science,url unshortening,images download,tasks
Author: cande1gut
Author-email: candelario.gtz@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: anyio (>=3.4.0,<4.0.0)
Requires-Dist: click (>=8.0.3,<9.0.0)
Requires-Dist: httpx (>=0.21.1,<0.22.0)
Requires-Dist: rich (>=10.16.1,<11.0.0)
Requires-Dist: typer (>=0.4.0,<0.5.0)
Project-URL: Repository, https://github.com/cande1gut/wolf
Description-Content-Type: text/markdown

[![PyPi version](https://badgen.net/pypi/v/wolf-cli)](https://pypi.com/project/wolf-cli)

# **Wolf**
## A CLI tool to assist and make easy repetitive tasks such as downloading images and URLs unshortening

### Built with:
- [Poetry](https://python-poetry.org/)
- [Typer](https://typer.tiangolo.com/)
---
This Project uses code adapted from: [Kevin Tewouda](https://lewoudar.medium.com/click-a-beautiful-python-library-to-write-cli-applications-9c8154847066)

