New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

dephell-setuptools

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dephell-setuptools

Read metainfo from setup.py

pipPyPI
Version
0.2.5
Maintainers
1

dephell_setuptools

Extract meta information from setup.py.

Install:

python3 -m pip install --user dephell_setuptools

CLI:

python3 -m dephell_setuptools ./setup.py

Lib:

from pathlib import Path
from dephell_setuptools import read_setup

result = read_setup(path=Path('setup.py'))

Keywords

None

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