Metadata-Version: 2.1
Name: lionfuncs
Version: 1.0.2
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 (>=2.2.3,<3.0.0)
Requires-Dist: pydantic (>=2.9.2,<3.0.0)
Description-Content-Type: text/markdown

# lionfuncs

## 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
```

