Socket
Socket
Sign inDemoInstall

munch-stubs

Package Overview
Dependencies
3
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    munch-stubs

Mypy plugin and stubs for munch


Maintainers
1

Readme

PyPI version Code on Github Code style: black GitHub last commit

munch-stubs

Add types for munch for mypy.

Installation

$ pip install munch-stubs

Usage

Mypy will automatically use the type annotations in this package, once it is installed. You just need to annotate your code:

from munch import Munch


def foo(bar: Munch) -> int:
    return bar.foo

For general hints how to use type annotations, please read Type Annotations in Python 3.8.

Keywords

FAQs


Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc