Skip to content

strengthening/pyanalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyanalysis

action action

feature

  • mysql & mysql pool
  • log & logger
  • simple mail component
  • simple date &time &datetime &timestamp component

unittest

python3 -m unittest test/logger.py

build

It will auto build when you push a branch to the origin.

release

Tag like release-v2.0.1 will trigger the release process. It will push the docker to aliyun.


git tag -a release-$version -m "$version版本"
git push origin release-$version

install

python3.7 setup.py sdist
pip install dist/XXXX.tar.gz