You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

addition-module

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

addition-module

A simple addition module with obfuscated code

0.1.1
pipPyPI
Maintainers
1

Addition Module

A simple Python package that provides addition functionality with obfuscated code.

Installation

pip install addition_module

Usage

from addition_module import add

result = add(2, 3)
print(result)  # Output: 5

Features

  • Simple addition of two numbers
  • Obfuscated code for IP protection
  • Easy to install and use

License

MIT

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