Skip to content

numlinka/simplepylibs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplepylibs

simplepylibs

Some simple python libraries

Introduce

Encapsulate some functions that are frequently used or needed in daily development into libraries (modules), Prioritize the production of single-file versions for quick integration into other projects.
将一些日常开发中经常使用或需要的功能封装成库(模块),优先制作单文件版本,以便于快速集成到其它项目中。

Typically, I use some of the syntax and features of the latest version of Python, Of course, some libraries are supported for use in older versions of Python, You need to carefully check the minimum version supported by the corresponding library.
通常情况下,我会使用最新版本的 Python 的一些语法和特性, 当然,有些库是支持在旧版本的 Python 中使用的,你需要仔细查看对应库所能支持的最低版本。

If you need to use them, you can add them to your project, Hope they can help you.
如果你需要使用它们,可以将其添加到你的项目中,希望它们可以帮助到你。

If a library meets any of the following conditions
如果某个库满足以下任意条件

  • Practicality has been verified.
    实用性得到验证

  • Code size exceeds 500 lines.
    代码量超过 500 行

Then it might...
那么它将可能...

  • Spin off from simplepylibs to become an independent project.
    从 simplepylibs 中分离出来成为一个独立的项目

  • Upload the library to pypi.org.
    上传到 pypi.org

About

Some simple python libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages