Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mbapy-0.7.0.tar.gz | 2024-02-20 | 195.8 kB | |
README.md | 2024-02-20 | 1.2 kB | |
v0.7.0 source code.tar.gz | 2024-02-20 | 424.7 kB | |
v0.7.0 source code.zip | 2024-02-20 | 489.7 kB | |
Totals: 4 Items | 1.1 MB | 0 |
Focus On
1. Add More Helpful Scripts
More scripts could be launched by mbapy-cli.
2. Add New Spider Tool
A new spider tool sub-module (web_utils.spider) has been developed to help in constructing and running a simple spider more easily.
Whats New
New Scripts
- add new script: duitang.py
- add new scripts: cp.py
- add new scripts: mv.py
- add new scripts: extract-dir.py
New Sub-module
- add new sub-module: web_utils.sipder
Addon
- addon: add co-routine pool in web_utils.task
BUG-FIX
- fix-bug: file.replace_invalid_path_chr avoid replace E:\ in windows now
- fix-bug: game.BaseInfo can serialize and deaerialize from recursively obj link
CODE-FIX
- fix-code: web_utils.request.random_sleep support float via random.uniform
- fix-code: web_utils.request.Broswer.scroll_percent: make it more safe
- fix-code: game.BaseInfo: if can not transfer, mark it and do not recover
- fix-code: scripts/rm.py: add manual confirm
Remove
None or a little.
Other Changes
- add aiohttp package in std requrements.json
Full Changelog: https://github.com/BHM-Bob/BA_PY/compare/v0.6.3...v0.7.0