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

debug-utility

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debug-utility

common functions used while programming in python

  • 0.4
  • PyPI
  • Socket score

Maintainers
1

utility

Utility commonly used for debug

Setup Required inputs

required inputs "ri" for utility_class.load_file_as_string(ri)

    ri = { 
        "full_path_file_name": None,
    }
  

required inputs "ri" for utility_class.load_configuration_file(ri)

ri = {
         "configuration_full_path_file_name": None,
     }

required inputs for debug_class()

Pass a dictionary as an argument to print out the contents

debug_utility.debug_file.debug_class({
    "title": "execute()",
    "df": df,
}, True)

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