Metadata-Version: 2.4
Name: mspu
Version: 0.0.1
Summary: Ma's python utils package.
Author-email: Sean Ma <sean.sl.ma@gmail.com>
License: MIT
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: polars
Description-Content-Type: text/markdown

# mspu

My python utils package. It includes some commonly used functions, like `gen_rand_df` and `explode_date_range`.

## How to install `mspu`

Using `pip`:
```sh
pip install mspu
```

Using `uv`:
```sh
uv pip install mspu
```

## The document for `mspu`

Visit the [document](https://seanslma.github.io/mspu) for more details.
