Socket
Book a DemoInstallSign in
Socket

mtlibs

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mtlibs

A small example package

pipPyPI
Version
0.0.20230123035307
Maintainers
1

Example Package

This is a simple example package. You can use Github-flavored Markdown to write your content.

安装构建工具

python -m pip install --upgrade build

build

python -m build

安装上传工具

pip install --upgrade twine

上传

python -m twine upload --repository testpypi dist/* python -m twine upload --repository pypi dist/*

安装开发版

pip install --editable .

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