Hello everyone, I'm a MLE at workera.ai, we've been using Pants for some time, and personally I find it soo great to have a proper build system for Python ā¤ļø Keep up the great work!
š 8
š 2
h
hundreds-father-404
06/02/2023, 2:41 PM
Awesome! Thanks for sending this kind message š What have you been finding most helpful?
d
dry-architect-80370
06/02/2023, 2:47 PM
Top of mind:
⢠dependency inference - being able to bundle only what's needed not having to manually manage dependency scopes, that's a killer feature.
⢠no need to create envs manually on each dev machine. Just make sure you have the right Python version available and you're good to go.
⢠PEX + Docker support for creating production deployment containers.
ā¤ļø 1
b
bitter-ability-32190
06/03/2023, 3:56 PM
For 2, Pants is about to ship with experimental support of Pants providing python for you, leveraging pyenv.