Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fast-dep

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-dep

Fast python depdency tracing.

  • 0.0.4
  • PyPI
  • Socket score

Maintainers
1

fast-dep

Fast python dependency tracing, from Rust.

pip install fast-dep

NOTE: There is currently some issue with running PyO3 code in MacOS conda environments, see more details [here]. We currently recommend using pyenv installs which work on that OS. See instruction below.

Installing PyEnv (For MacOS)

Install pyenv.

brew install pyenv

Place the following in your .zshrc or .profile.

eval "$(pyenv init -)"

Install a specific version of Python.

PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install X.Y.Z

Get a shell with this previously installed Python version.

pyenv shell X.Y.Z

Then install fast dep.

pip install fast-dep

Development

Building from source

Install rust from rustup.rs then run the following to build the python package for your current environment.

pip install -e ".[test]"

You can also build without installing by using the following method.

pip install maturin
maturin build
Running tests
python -m pytest pytests

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc