Metadata-Version: 2.1 Name: vmem Version: 1.0.2 Summary: Cross-platform virtual memory information Home-page: https://github.com/pierotofy/vmem Author: Piero Toffanin Author-email: pt@uav4geo.com License: UNKNOWN Platform: UNKNOWN Classifier: Programming Language :: Python :: 3 Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) Classifier: Operating System :: OS Independent Description-Content-Type: text/markdown # vmem Cross-platform drop-in replacement for [psutil](https://github.com/giampaolo/psutil)'s virtual_memory function, without native extensions, Cygwin compatible. ## Install `pip install -U vmem` ## Usage ``` >>> from vmem import virtual_memory >>> virtual_memory() svmem(total=68658819072, available=34382245888, percent=49.9, used=34276573184, free=34382245888) ``` ## License GPLv3