Metadata-Version: 2.1
Name: pyutils-basstal
Version: 0.3.2
Summary: self used py utils
Home-page: https://github.com/basstal/pyutils
Author: basstal
Author-email: 330475004@qq.com
License: UNKNOWN
Keywords: utils,development
Platform: UNKNOWN
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 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](https://pypi.org/project/templite/) template coding module.
- autoupgrade : auto-upgrade package use pip, check if remote has a later version of that package.

# TODO

- [ ] more testcase.
- [ ] remake simplelogger or replace with python logger module

