Metadata-Version: 2.4
Name: better-std
Version: 0.1.0
Summary: Add your description here
Author-email: hhglory <hhglory@outlook.com>
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# better-std

- python std extensions

## Installation

```bash
pip install better-std
```

## Usage

```python
from better_std import BetterList
from better_std import BetterDict
from better_std import BetterSet
from better_std import BetterTuple
from better_std import BetterString
from better_std import BetterInt


```

## Reference

- <<https://github.com/better-py/py-pkg>
