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

dav-tools

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dav-tools

Various utilies to aid in program development.

  • 0.4.12
  • PyPI
  • Socket score

Maintainers
1

dav_tools

Personal Python library to aid in software development

Installation

$ pip install dav-tools

Usage on python programs

dav-tools contains a variety of diffent submodules, each with its own set of functionalities.

Importing is done in the form of

from dav_tools import <submodule>

since it usually doesn't make sense to import the whole library.

Usage on non-python programs

Some modules can also be executed in other scripts, using:

python -m dav_tools.modulename [options]

Only basic functionalities are available. Error management requires the original program to exit if a subcommand exits with an error code.

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