Roblox-pyc

Latest version: v2.26.113

Safety actively analyzes 666166 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 4

1.2.1

*Added support:*
- Bytes supported
- Lambda supported
- Try, Except (equivalent to pcall)
- raise (equivalent to error)
- Sets supported
- Format does not fully work but no longer errors, rather than using
python
f"{a}: A, {b}: B,"

use
python
format("{a}: A, {b}: B,")

- "With" supported
- Slicing supported
*Compiler*
- Use ``[[lua]]`` alongside a multiline comment to insert lua code into the python script and have the compiler insert it
python
print("Python Code")
"""[[lua]]
print("Lua Code")
"""
"""
Multiline comment
"""

*Functions*
- divmod
- bool
- slice


*Coroutine related:*
- Async functions

***
- Bug fixes
- Performance improvements
and way way more.
***
Plugin from 1.0.1 is still supported.

**Full Changelog**: https://github.com/AsynchronousAI/roblox.py/compare/v1.0.1-beta...v1.2.1beta

1.2.1beta

1.1.1

***
CLI added, documentation will also come soon.

v1.5.5test
This is the same as the previous release, I am just testing the pypi gh action.

v.1.12.9
Bug fix, decided to redo version system

bugfix5
fogor to change code :skull:

bugfix4
I swear this is my 4th time trying to reupload this.

bugfix3
3rd attempt :cry:

bugfix2
Another bug fix.

bugfix1
EMERGENCY BUG FIX!!

donotuse
DO NOT USE!

1.1.1beta

- Tests
- CLI (only works for the tests folder)
- String, dict, list python apis
- staticmethods
- way more

**Full Changelog**: https://github.com/AsynchronousAI/roblox.py/compare/v1.0.1-beta...v1.2.1beta

1.0.1beta

- luainit and header moved from plugin to server
- readme update
***
The previous version no longer works, use this one instead.

**Full Changelog**: https://github.com/AsynchronousAI/roblox.py/compare/beta...v1.0.1-beta

beta
First release.

Read [Readme.md]() on how to install.
> Note: The plugin is **not allowed** to redistribute

Page 4 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.