Skip to content

Latest commit

 

History

307 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitOPENLib

This library contains Python code snippets THAT I often use.

If you need it, you can install it with the pip install gitopenlib command.

If you do secondary development, you can use the following command to submit it to your own PYPI:

uv sync && twine upload dist/\*

May goodness live on forever.

Powered by GitOPEN.

模块列表(可点击链接)

  • helpers:帮助类的模块。
  • indicators:指标类的模块。
  • utils:工具类的模块。
    • ai.py:混淆矩阵、分类报告等封装。
    • basics.py:基本工具函数。
    • clazz.py:特殊的类。
    • comatrix.py:共现矩阵的相关函数。
    • crawler.py:爬虫相关函数。
    • debuger.py:调试工具函数。
    • files.py:文件操作、保存、读取等相关函数。
    • get_ip.py:获取IP地址相关函数。
    • k_cluster.py:k-means聚类相关函数。
    • nlp.py:NLP预处理的一下相关函数、结巴分析的优化。
    • others.py:其他一些函数,任务完成自动通知相关函数。
    • parser.py:结构化数据解析器相关函数。
    • plot.py:画图的一些函数的封装,包括热力图、图例的更改等等。
    • sorts.py:排序算法相关函数,包括冒泡排序、桶排序、堆排序等等的Python实现。
    • wonders.py:各种高级有趣的函数,包含多进程执行等等。

About

This library contains Python code snippets THAT I often use.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages