dry-python / lambdas

Write short and fully-typed lambdas where you need them.
BSD 2-Clause "Simplified" License
270 stars 5 forks source link

New release on pypi? (support for attrgetter) #162

Closed artemisart closed 1 year ago

artemisart commented 1 year ago

Hello, could you publish a new release on pypi? I saw in the code that attribute access is supported, but the pypi release was made on the commit just before: https://github.com/dry-python/lambdas/commit/c12d4ba0f55320032a8d3dc43794caaa7be05a62 so currently _.something raises AttributeError

artemisart commented 1 year ago

Hello, @sobolevn , @supadrupa , @thepabloaguilar any news on this? Thanks

thepabloaguilar commented 1 year ago

Sorry for the late, I think we can make a release this week @artemisart!

Btw, are you using other libs from @dry-python? I'd love to hear your experience using them a maybe showcase in our docs!

thepabloaguilar commented 1 year ago

@artemisart new release published!

artemisart commented 1 year ago

Thanks! No I'm not using other libs from dry-python currently, and I use lambdas with things like pyfunctional.