How would you feel about adding support for installing via pip by creating a python wheel?
A project I work on that uses AWS Lambda has build up a large amount of function storage on Lambda, and we would use this during each deploy to remove older functions.
If so, here's a PR that adds the setup.py. I've left author, and email blank, and version to 1.0.
How would you feel about adding support for installing via pip by creating a python wheel?
A project I work on that uses AWS Lambda has build up a large amount of function storage on Lambda, and we would use this during each deploy to remove older functions.
If so, here's a PR that adds the
setup.py
. I've left author, and email blank, and version to 1.0.Cheers.