Metadata-Version: 2.1
Name: pyutils_basstal
Version: 0.2.0
Summary: self used py utils
Home-page: https://github.com/basstal/pyutils
Author: basstal
Author-email: 330475004@qq.com
Keywords: utils,development
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Description

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

# Files & Functions

- fsext : file system extension, include search, copy files with filter.
- executor : subprocess extension, include windows env setup, use git-bash as executor and more.
- templite : customized [3rd-party](https://pypi.org/project/templite/) template coding module.
- autoupgrade : autoupgrade package use pip, check if remote has a later version of that package.

# TODO

- [ ] more testcase.
