Metadata-Version: 2.1
Name: estd
Version: 0.0.2
Summary: Extended standard library
Home-page: https://gitee.com/xhqsm/estd/
Author: singchen
Author-email: xhqsm@qq.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown

# estd

Extended standard library


## Install

```shell
pip install -I estd
```

## Usage

### Class

#### Thread

Thread with return value

### Decorator

#### logit

Decorator to log the execution time of a function

### Function

#### has_overlap

Check if a query region overlaps with any of the regions in the sorted regions dict


