Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 633 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 633 Bytes

Py Toolkit

the following repo holds a set of useful scripts :

  • Data deserialization (TXT, CSV, XLS, XML)
  • Generate PDF reports using reportlab
  • Image manipulation using PIL
  • POST data and upload images to restful API Service using Requests
  • System health check and sending report by email

Installation

Requirement

  1. install dependencies pip3 install -r requirements.txt