Metadata-Version: 2.4
Name: hexif-pyutils
Version: 1.2.0
Summary: Super simple python utility library
Author: HeXif
License-Expression: MIT
Project-URL: Documentation, https://hexif-pyutils.readthedocs.io/
Project-URL: Homepage, https://github.com/xHeXifx/hexif-pyutils
Project-URL: Repository, https://github.com/xHeXifx/hexif-pyutils
Project-URL: Issues, https://github.com/xHeXifx/hexif-pyutils/issues
Keywords: utilties,utils,python,helpers
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: docs
Requires-Dist: mkdocs-material; extra == "docs"
Requires-Dist: mkdocstrings[python]; extra == "docs"
Requires-Dist: mkdocs-gen-files; extra == "docs"
Requires-Dist: mkdocs-literate-nav; extra == "docs"

<div align="center">
<h1>hexif-pyutils</h1>
<p>Super simple Python utilities.</p>

[![Documentation](https://img.shields.io/badge/docs-Read%20the%20Docs-blue)](https://hexif-pyutils.readthedocs.io/)
[![PyPI](https://img.shields.io/pypi/v/hexif-pyutils)](https://pypi.org/project/hexif-pyutils/)

</div>

## Install

```bash
pip install hexif-pyutils
```

## Install (TouchID Helper MacOS)

(If not cloned clone)
```zsh
git clone https://github.com/xHeXifx/hexif-pyutils
```

```zsh
cd {repo}/macOS/touchid-executable/touchid-helper
chmod +x build-touchid.sh
./build-touchid.sh
```
This script will build, copy and finally test the touchid executable.  
At the end, a touchid popup will appear stating "touchid is trying to perform a test"  
Allowing this with touchid wont do anything its simply there to let you see if it works 

## Credits

- https://hexif.vercel.app
- https://github.com/xHeXifx
