文件名称:matlab调整代码字号-pelutils:Python的实用程序模块
文件大小:36KB
文件格式:ZIP
更新时间:2024-07-06 05:55:22
系统开源
matlab 调整代码字号佩鲁蒂斯 对 Python 项目有用的各种实用程序。 功能包括 功能丰富的记录器使用Rich进行彩色打印 解析组合配置文件和命令行参数 - 特别适用于参数方法 花时间和分析 易于使用的数据存储类,方便数据保存和加载 表格格式 提供各种功能的杂项独立函数 - 参见pelutils/__init__.py 数据科学子模块,具有使用PyTorch进行统计、绘图和机器学习的额外实用程序 unique函数类似于np.unique但在线性时间内(目前仅适用于 Linux x86_64) pelutils支持 Python 3.7+。 日志记录 易于使用的记录器,适合常见需求。 # Configure logger for the script log . configure ( "path/to/save/log.log" , "Title of log" ) # Start logging for i in range ( 70 ): # Nice log ( "Execution %i" % i ) # Sections log . section ( "New se
【文件预览】:
pelutils-master
----.github()
--------workflows()
----.gitmodules(110B)
----LICENSE.txt(2KB)
----HISTORY.md(8KB)
----setup.py(2KB)
----README.md(7KB)
----Makefile(305B)
----tests()
--------test_datahandler.py(1KB)
--------test_jsonl.py(802B)
--------test_init.py(904B)
--------test_logger.py(854B)
--------test_ticktock.py(2KB)
--------test_format.py(455B)
--------ds()
----.gitignore(2KB)
----pelutils()
--------tests.py(1KB)
--------__init__.py(4KB)
--------jsonl.py(911B)
--------format.py(4KB)
--------ticktock.py(8KB)
--------parse.py(9KB)
--------logger.py(12KB)
--------datahandler.py(5KB)
--------ds()