Metadata-Version: 2.1
Name: jkPyUtils
Version: 0.0.2
Summary: Common Utils for Python from Jackon
Home-page: https://github.com/JackonYang/jkPyUtils
Author: Jackon Yang
Author-email: i@jackon.me
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: requests (==2.25.1)

# jkPyUtils

Common Utils for Python from Jackon

[https://pypi.org/project/jkPyUtils](https://pypi.org/project/jkPyUtils)


## API doc

TODO

- requests2: get text / binary, use cache
- cache

Try examples:

```bash
python samples/requests2/demo_requests2.py
```

## 贡献代码

#### 开发环境

```bash
make dev-setup
```

#### 测试

```bash
make test
```

#### 发布

1. Testing before release

```bash
$ make build
$ make install
```

3. Run examples:

```bash
$ python3 examples/show_placeholder.py
```

4. Release to pypi

```bash
$ make build
$ make upload
```


