Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 354 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 354 Bytes

webtools

An simple internal web toolkit based on python flask, and gevent WSGI.

modules

Required python modules based on Python 2.7:

  • Flask==0.11.1
  • Flask-Script==2.0.5
  • Flask-RESTful==0.3.5
  • gevent==1.2.0
  • pyftp==0.1.0

Install by pip:

pip install -r requirement.txt

sftp

If using sftp server, still need

  • pysftp==0.2.6