Pare is an SDK and hosted platform for Python Lambdas.<p>It makes it easy to split functionality out of your main application onto separately scalable compute.<p>A few use cases where it shines are:<p>- document parsing
- data aggregation
- webhook handling
- image processing<p>since these are generally compute-bound and can be built as isolated functions.<p>We were inspired by Modal’s developer experience — fast deploys with a simple in-code SDK interface. We also use Depot under-the-hood to build images as fast as possible.<p>You can try it out now by authenticating with github → marking an endpoint in your code → running ‘pare deploy […]’<p>Any feedback would be greatly appreciated!