🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

mangle

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mangle

Python lib for mangle. Exolang that can take any utf8 text as valid code and return some result out of it

0.0.5
PyPI
Maintainers
1

Website Crates.io Chat with me on irc GitHub license CircleCI Build Status codecov

Mangle

These are the python bindings for mangle, an exolang (A scripting programming language just for fun) without any reserved keywords that can run any utf8 compatible with more than 2 space separated words on it.

Python bindings

Python bindings are available for python > 3.7. You can install them with:

pip install mangle

Then you can get started evaluating mangle from python with:

import mangle
mangle.eval("cat is fat")
>> '5'

Learn more

You can read more about mangle at: https://github.com/matheusfillipe/mangle

Keywords

exolang

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts