Metadata-Version: 2.1
Name: winmem
Version: 0.0.7
Summary: Work easy with memory. (Windows ONLY)
Home-page: https://github.com/Pixelsuft/winmem
Author: Pixelsuft
License: MIT
Project-URL: Readme, https://github.com/Pixelsuft/winmem/blob/main/README.MD
Project-URL: Example, https://github.com/Pixelsuft/winmem/blob/main/main.py
Project-URL: Issue tracker, https://github.com/Pixelsuft/winmem/issues
Project-URL: Pull requests, https://github.com/Pixelsuft/winmem/pulls
Keywords: winmem
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# winmem
A python package for working with processes, reading and writing memory and more
# Installation
```sh
python -m pip install winmem
```
# Documentation
Will be added later (or not :) )


