Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

asyncuvkit

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asyncuvkit

Asyncuvkit

pipPyPI
Version
0.8.6
Maintainers
1

SecretPkg555

简单的计算包,核心逻辑已编译为二进制保护源码。

安装

pip install secretpkg555

快速开始

from secretpkg555 import calculate

# 计算两数之和
sum_result = calculate(10, 20)
print(sum_result)  # 30

技术说明

本包使用 Nuitka 将核心逻辑编译为二进制文件(.pyd/.so),实现源码保护。用户可以正常使用所有功能,但无法查看核心算法的实现细节。

许可证

MIT License

作者

None555

Keywords

interceptor

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