Metadata-Version: 2.1
Name: robloxmemoryapi
Version: 0.3.2.2
Summary: Python Library that abstracts reading and writing data from the Roblox DataModel
Keywords: roblox,memory,windows,macOS
Author-Email: upio <notpoiu@users.noreply.github.com>, mstudio45 <mstudio45@users.noreply.github.com>, ActualMasterOogway <ActualMasterOogway@users.noreply.github.com>
License: Copyright 2025 upio, mstudio45, master oogway
         
         Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
         
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Project-URL: Homepage, https://github.com/notpoiu/RobloxMemoryAPI
Project-URL: Issues, https://github.com/notpoiu/RobloxMemoryAPI/issues
Requires-Python: >=3.9
Requires-Dist: requests>=2.0
Requires-Dist: zstandard>=0.19.0
Requires-Dist: xxhash>=3.6.0
Requires-Dist: blake3>=1.0.8
Description-Content-Type: text/markdown

# RobloxMemoryAPI

[A Python library](https://pypi.org/project/robloxmemoryapi/) that is _hopefully stealthy_ and abstracts externally reading and writing memory to get datamodel information from the roblox game client. Initial library was derived from [Dig Macro](https://github.com/mstudio45/digmacro) project which was made by [upio](https://github.com/notpoiu), [mstudio45](https://github.com/mstudio45), and [Master Oogway](https://github.com/ActualMasterOogway).

Join our [Discord](https://discord.gg/FJcJMuze7S) for support and updates.

## Offsets Origin

1. Windows offsets: [offsets.imtheo.lol](https://offsets.imtheo.lol/)

> Project is not affiliated in any way shape or form with [imtheo.lol](http://imtheo.lol)

2. macOS offsets: [offsets.upio.dev](https://offsets.upio.dev/)

> Inhouse macOS offsets, they are dumped via [a fork of a windows dumper](https://github.com/notpoiu/roblox-dumper-mac)

## Installation

PyPI:

```bash
pip install robloxmemoryapi
```

Development (editable install from source):

```bash
pip install -e .
```

## Documentation

- [Overview](https://github.com/notpoiu/RobloxMemoryAPI/wiki)
- [API Reference](https://github.com/notpoiu/RobloxMemoryAPI/wiki/API-Reference)
- [Data Types](https://github.com/notpoiu/RobloxMemoryAPI/wiki/Data-Types)

## Usage

An example script can be found in [example.py](https://raw.githubusercontent.com/notpoiu/RobloxMemoryAPI/refs/heads/main/example.py). If running from the repo, use the editable install above so `import robloxmemoryapi` resolves the `src` package.

## License

This project is licensed under the MIT License.
