Metadata-Version: 2.1
Name: sspeedup
Version: 0.3.1
Summary: 开发工具箱
Home-page: https://github.com/FHU-yezi/sspeedup
License: MIT
Author: yezi
Author-email: yehaowei20060411@qq.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Typing :: Typed
Provides-Extra: logging
Provides-Extra: pywebio
Provides-Extra: qrcode
Provides-Extra: word-split-jieba
Requires-Dist: jieba (>=0.42.1,<0.43.0) ; extra == "word-split-jieba"
Requires-Dist: pymongo (>=4.3.3,<5.0.0) ; extra == "logging"
Requires-Dist: pywebio (>=1.7.1,<2.0.0) ; extra == "pywebio"
Requires-Dist: qrcode (>=7.4.2,<8.0.0) ; extra == "qrcode"
Project-URL: Repository, https://github.com/FHU-yezi/sspeedup
Description-Content-Type: text/markdown

# sspeedup

开发工具箱。

- 缓存
    - 过期缓存
- 日志
    - 运行日志
- 终端彩色输出
- 可选模块加载
- 分词
    - jieba
        - 普通分词
        - 搜索引擎分词
        - 词性分词
