Inital Commit with db, env and date requirements

This commit is contained in:
Fredrick W. Warren 2018-08-21 12:45:40 -07:00
commit 6fff4bc3c8
3 changed files with 23 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
bin/*
include/*
lib/*
local/*
__pycache__/*
.ropeproject/*
*.pyc
updater.py
.env

8
readme.md Normal file
View File

@ -0,0 +1,8 @@
# Generate Display
Will generate png's to display on Factory displays. Images will come from a master folder and merged with display specific fodlers. Can convert pdf, gif, jpg and png to the correct scaled image size for the display. Optionally generate Birthdays and Anniversary png.
### Prerequisites
```
pip install -r requirements.txt
```

6
requirements.txt Normal file
View File

@ -0,0 +1,6 @@
Pillow==5.1.0
argparse==1.2.1
pyPdf==1.13
pymssql==2.1.3
python-dotenv==0.9.1
wsgiref==0.1.2