robloxmemoryapi 0.0.2__tar.gz → 0.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {robloxmemoryapi-0.0.2/src/robloxmemoryapi.egg-info → robloxmemoryapi-0.0.3}/PKG-INFO +1 -1
- {robloxmemoryapi-0.0.2 → robloxmemoryapi-0.0.3}/pyproject.toml +1 -1
- robloxmemoryapi-0.0.3/src/robloxmemoryapi/data/offsets.json +6 -0
- {robloxmemoryapi-0.0.2 → robloxmemoryapi-0.0.3}/src/robloxmemoryapi/utils/offsets.py +2 -2
- {robloxmemoryapi-0.0.2 → robloxmemoryapi-0.0.3/src/robloxmemoryapi.egg-info}/PKG-INFO +1 -1
- robloxmemoryapi-0.0.2/src/robloxmemoryapi/data/offsets.json +0 -6
- {robloxmemoryapi-0.0.2 → robloxmemoryapi-0.0.3}/LICENSE.md +0 -0
- {robloxmemoryapi-0.0.2 → robloxmemoryapi-0.0.3}/README.md +0 -0
- {robloxmemoryapi-0.0.2 → robloxmemoryapi-0.0.3}/setup.cfg +0 -0
- {robloxmemoryapi-0.0.2 → robloxmemoryapi-0.0.3}/src/robloxmemoryapi/__init__.py +0 -0
- {robloxmemoryapi-0.0.2 → robloxmemoryapi-0.0.3}/src/robloxmemoryapi/utils/__init__.py +0 -0
- {robloxmemoryapi-0.0.2 → robloxmemoryapi-0.0.3}/src/robloxmemoryapi/utils/memory.py +0 -0
- {robloxmemoryapi-0.0.2 → robloxmemoryapi-0.0.3}/src/robloxmemoryapi/utils/rbx/__init__.py +0 -0
- {robloxmemoryapi-0.0.2 → robloxmemoryapi-0.0.3}/src/robloxmemoryapi/utils/rbx/datastructures.py +0 -0
- {robloxmemoryapi-0.0.2 → robloxmemoryapi-0.0.3}/src/robloxmemoryapi/utils/rbx/instance.py +0 -0
- {robloxmemoryapi-0.0.2 → robloxmemoryapi-0.0.3}/src/robloxmemoryapi.egg-info/SOURCES.txt +0 -0
- {robloxmemoryapi-0.0.2 → robloxmemoryapi-0.0.3}/src/robloxmemoryapi.egg-info/dependency_links.txt +0 -0
- {robloxmemoryapi-0.0.2 → robloxmemoryapi-0.0.3}/src/robloxmemoryapi.egg-info/requires.txt +0 -0
- {robloxmemoryapi-0.0.2 → robloxmemoryapi-0.0.3}/src/robloxmemoryapi.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: robloxmemoryapi
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.3
|
|
4
4
|
Summary: Python Library that abstracts reading data from the Roblox DataModel
|
|
5
5
|
Author-email: upio <notpoiu@users.noreply.github.com>, mstudio45 <mstudio45@users.noreply.github.com>, ActualMasterOogway <ActualMasterOogway@users.noreply.github.com>
|
|
6
6
|
License: Copyright 2025 upio, mstudio45, master oogway
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "robloxmemoryapi"
|
|
7
|
-
version = "0.0.
|
|
7
|
+
version = "0.0.3"
|
|
8
8
|
description = "Python Library that abstracts reading data from the Roblox DataModel"
|
|
9
9
|
readme = { file = "README.md", content-type = "text/markdown" }
|
|
10
10
|
requires-python = ">=3.9"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: robloxmemoryapi
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.3
|
|
4
4
|
Summary: Python Library that abstracts reading data from the Roblox DataModel
|
|
5
5
|
Author-email: upio <notpoiu@users.noreply.github.com>, mstudio45 <mstudio45@users.noreply.github.com>, ActualMasterOogway <ActualMasterOogway@users.noreply.github.com>
|
|
6
6
|
License: Copyright 2025 upio, mstudio45, master oogway
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{robloxmemoryapi-0.0.2 → robloxmemoryapi-0.0.3}/src/robloxmemoryapi/utils/rbx/datastructures.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{robloxmemoryapi-0.0.2 → robloxmemoryapi-0.0.3}/src/robloxmemoryapi.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|