niess / python-appimage

AppImage distributions of Python
https://python-appimage.readthedocs.io/en/latest/
GNU General Public License v3.0
170 stars 24 forks source link

added ssh-mitm application #35

Closed manfred-kaiser closed 3 years ago

manfred-kaiser commented 3 years ago

I have updated the python versions in the readme and fixed the download link.

Also a project template for ssh-mitm was added as an additional example how to deploy a python application.

manfred-kaiser commented 3 years ago

I have also added Python 3.6 to the application tests. The reason is, that python 3.5 and python 2.7 are end of life.

Python 3.6 is required by ssh-mitm, because the min. required python version is 3.6.

manfred-kaiser commented 3 years ago

Successful Test run: https://github.com/manfred-kaiser/python-appimage/actions/runs/918522791

niess commented 3 years ago

Looks great :) Thank you. It has been merged.

manfred-kaiser commented 3 years ago

Thanks for merging :-)