boss-ingest added to PyPI

It supports both Python 2 and 3. ## Installation – `mkdir` and `cd` to a directory of your choice – Clone the ingest client “` git clone “` – The ingest client uses [Pillow] to handle image files. Install Pillow dependencies – OSX ) “` brew install libjpeg brew install libtiff “` – Linux “` sudo apt-get install libjpeg-dev libtiff5-dev zlib1g-dev libfreetype6-dev liblcms2-dev libopenjpeg-dev “` – Windows – Untested – Use virtualenv to isolate the ingest client from your system Python installation – Using [virtualenv] : “` virtualenv ingest-env .