pythonprofilers / memory_profiler

Monitor Memory usage of Python code
http://pypi.python.org/pypi/memory_profiler
Other
4.39k stars 380 forks source link

Is maintained or not? #383

Open macieyng opened 1 year ago

macieyng commented 1 year ago

Hi guys, as per readme this package is no longer maintained. Anyone can tell what's the current status and is there someone who is the main maintainer? If it's maintained, can you remove this information in readme file cause it's a little bit confusing since ie. Azure is recommending this library for profiling Azure Function. Thanks!

astrojuanlu commented 1 year ago

I think it's safe to say it's not maintained, which doesn't necessarily mean it's broken (yet).

altendky commented 1 year ago

I helped with some minor fixups a bit ago to get it working with Python 3.11, but in general, this project is not being actively maintained.

Eheran1 commented 1 year ago

Any good alternatives for anyone else stumbling across this little detail?

pwm1234-sri commented 1 year ago

I have the same question - what is a good package to start using for profiling python memory usage? I would prefer one that is actively maintained (and works on windows too - I have seen memray, but that does not support windows). I appreciate any advice. Thanks!