New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

benvy

Package Overview
Dependencies
Maintainers
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

benvy

Daipe framework development environment initializer

  • 1.4.8
  • PyPI
  • Socket score

Maintainers
5

Development environment initialization

for the Daipe stack

What it does

Local Computer
  • Extends the Pyfony dev environment initialization
  • Downloads Hadoop's winutils.exe and puts it into the project's .venv directory (Windows only)
  • Downloads Java 1.8 binaries and puts them into the ~/.databricks-connect-java dir
  • Creates the empty ~/.databricks-connect file
Databricks Repos Environment
  • Download and install poetry package manager
  • Install dependencies from poetry.lock
  • Set current working directory to project root
  • Append src folder to sys path
  • Set proper environment variables

Usage

%sh
pip install benvy==1.3.3
from benvy.databricks.repos import bootstrap  # noqa

bootstrap.install()
from benvy.databricks.repos import bootstrap  # noqa

bootstrap.setup_env()

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