Skip to content

Commit

Permalink
feat: use pyproject.toml and uv publish pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
ifooth committed Nov 5, 2024
1 parent 662cf52 commit 837f9cf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions readme_en.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## BSCP-PYTHON-SDK

[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)]()

[中文文档](./readme.md)
Expand Down Expand Up @@ -43,7 +44,6 @@ with BscpClient(server_addrs, token, biz_id) as client:

- In this style, the client's connection will be automatically closed, which is suitable for scenarios where the connection is short and the number of operations is small.


### Sample files

For more sample code, please refer to the examples/ directory.
Expand All @@ -52,11 +52,13 @@ For more sample code, please refer to the examples/ directory.

Execute unit tests:

poetry run pytest -s tests/
```bash
uv run pytest -s tests/
```

Some related environment variable configuration items:

```
```bash
# Set the log printing level, the default is INFO
BSCP_LOG_LEVEL=DEBUG
```
Expand Down Expand Up @@ -113,4 +115,4 @@ If you have good ideas or suggestions, please let us know by Issues or Pull Requ

## License

bscp-go is based on the MIT protocol. Please refer to [LICENSE](./LICENSE.txt) for details.
bscp-go is based on the MIT protocol. Please refer to [LICENSE](./LICENSE.txt) for details.

0 comments on commit 837f9cf

Please sign in to comment.