Metadata-Version: 2.1
Name: lionfuncs
Version: 1.1.3
Summary: 
Author: OceanLi
Author-email: 122793010+ohdearquant@users.noreply.github.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pandas (>=1.2.0)
Requires-Dist: pydantic (>=2.0.0)
Description-Content-Type: text/markdown

# lionfuncs

[![Python Version](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/downloads/)
![PyPI - Downloads](https://img.shields.io/pypi/dm/lionfuncs?color=blue)
![Discord](https://img.shields.io/discord/1167495547670777866?color=7289da&label=discord&logo=discord)

## Overview

`lionfuncs` is a collection of utility functions and classes designed to simplify various programming tasks. The repository includes modules for algorithms, data handling, file operations, function call utilities, import handling, and data parsing.

## Installation

To install `lionfuncs`, use the following command:

```bash
pip install lionfuncs
```

