5
1
20

Simple Python [executable] version management, that is.

11
submitted 3 years ago* (last edited 3 years ago) by jnovinger@programming.dev to c/python@programming.dev

Via https://mastodon.social/@hynek/110655873748943682

It has a single purpose: to help you write correct retry logic effortlessly.

If you’ve looked at it before: it now has proper docs, support for async, and retries of arbitrary code blocks.

18
23
Pillow 10.0.0 release (pillow.readthedocs.io)
11
submitted 3 years ago* (last edited 3 years ago) by jnovinger@programming.dev to c/python@programming.dev

The Github profile: https://github.com/davep/

13
9
15

Originally saw this in a post by the author on Mastodon: https://fosstodon.org/@rednafi/110644868109506095

21

7

Austin is a Python frame stack sampler for CPython written in pure C. Samples are collected by reading the CPython interpreter virtual memory space to retrieve information about the currently running threads along with the stack of the frames that are being executed. Hence, one can use Austin to easily make powerful statistical profilers that have minimal impact on the target application and that don't require any instrumentation.

view more: ‹ prev next ›

jnovinger

0 post score
0 comment score
joined 3 years ago
MODERATOR OF