Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 590 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 590 Bytes

Description

This package contains self-used utils and 3rd-party source files that can be called from other python modules.

Install

python3 setup.py install

Files & Functions

  • fsext : file system extension, include search, copy files with filter.
  • executor : subprocess extension, including setup windows env, use git-bash as executor, and more.
  • templite : customized 3rd-party template coding module.
  • autoupgrade : auto-upgrade package use pip, check if remote has a later version of that package.

TODO

  • more testcase.