Metadata-Version: 2.4
Name: pylibsrd
Version: 1.3.2
Summary: pylibSrd is a library containing my modules I use repeatedly.
Home-page: https://github.com/Samdavis112/pylibsrd
Author: Sam Davis
Author-email: srd076@icloud.com
License-File: LICENSE
Requires-Dist: pillow
Requires-Dist: tabulate
Requires-Dist: pypdf
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

pyLibSrd 1.3.2
==================
Sam Davis

Commands
------------------
1. ```pylibsrd```
Displays the commands available in libsrd.  

2. ```mergepdfs```  
Will merge all pdf's found in the current directory, and save the result at: ./Output/Output.pdf  
  
3. ```imgconvert [args]```  
Will convert all images of ```InitalFormat``` in current directory to ```FinalFormat``` in ./Output/   

4. ```markhtml [args]```  
Will convert a markdown file to a html file.  

5. ```pdfresize```  
Will resize the all pdf's in current directory to a4.


Classes
---------------
1. Table  
A custom TSV reading and writing table class, that can read, write and parse.  

2. HtmlBuilder  

A very nice html building class, that is used to programatically build html files.  
