Metadata-Version: 2.3
Name: absfuyu
Version: 3.4.0
Summary: A small collection of code
Project-URL: Homepage, https://github.com/AbsoluteWinter/absfuyu-public
Project-URL: Documentation, https://absolutewinter.github.io/absfuyu-docs/
Project-URL: Repository, https://github.com/AbsoluteWinter/absfuyu-public
Project-URL: Issues, https://github.com/AbsoluteWinter/absfuyu-public/issues
Author: somewhatcold (AbsoluteWinter)
License: MIT License
License-File: LICENSE
Keywords: utilities
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: <4,>=3.8
Requires-Dist: bs4
Requires-Dist: click>=8.0.0
Requires-Dist: colorama
Requires-Dist: deprecated
Requires-Dist: importlib-resources; python_version < '3.10'
Requires-Dist: python-dateutil
Requires-Dist: requests
Requires-Dist: tomli>=1.1.0; python_version < '3.11'
Requires-Dist: typing-extensions>=4.0.1; python_version < '3.11'
Requires-Dist: unidecode
Provides-Extra: beautiful
Requires-Dist: rich; extra == 'beautiful'
Provides-Extra: dev
Requires-Dist: hatch; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Provides-Extra: extra
Requires-Dist: numpy; extra == 'extra'
Requires-Dist: pandas; extra == 'extra'
Provides-Extra: full
Requires-Dist: absfuyu-res; extra == 'full'
Requires-Dist: numpy; extra == 'full'
Requires-Dist: pandas; extra == 'full'
Requires-Dist: rich; extra == 'full'
Provides-Extra: res
Requires-Dist: absfuyu-res; extra == 'res'
Description-Content-Type: text/markdown

<div align="center">
	<h1 align="center">
		<img src="https://github.com/AbsoluteWinter/AbsoluteWinter.github.io/blob/main/absfuyu/images/repository-image-crop.png?raw=true" alt="absfuyu"/>
	</h1>
	<p align="center">
		<a href="https://pypi.org/project/absfuyu/"><img src="https://img.shields.io/pypi/pyversions/absfuyu?style=flat-square&logo=python" alt="PyPI Supported Versions"/></a>
		<a href="https://pypi.org/project/absfuyu/"><img src="https://img.shields.io/pypi/dm/absfuyu?style=flat-square&color=blue" alt="PyPI Downloads"/></a>
		<a href="https://pypi.org/project/absfuyu/"><img src="https://img.shields.io/pypi/v/absfuyu?style=flat-square&logo=pypi" /></a>
		<a><img src="https://img.shields.io/pypi/l/absfuyu?style=flat-square&logo=github&color=blue"/></a>
		<a><img src="https://img.shields.io/badge/code%20style-black-black?style=flat-square"/></a>
		<a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json&style=flat-square" alt="Ruff" style="max-width:100%;"></a>
	</p>
</div>


---

## **SUMMARY:**

*TL;DR: A collection of code*

## **INSTALLATION:**

```bash
$ pip install -U absfuyu
```

## **USAGE:**

```python
import absfuyu
help(absfuyu)
```

## **DOCUMENTATION:**

> [here](https://absolutewinter.github.io/absfuyu/)

## **DEV SETUP**

1. Create virtual environment

```bash
python -m venv env
```

Note: Might need to run this in powershell (windows)

```powershell
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
```

2. Install required packages

```bash
python -m pip install -e .[full,dev]
```

3. Getting info of dev environment

```bash
hatch env show
```


## **LICENSE:**

MIT License
