🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

listmonk-wrapper

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

listmonk-wrapper

Light Python wrapper for listmonk.app.

0.1.4
Maintainers
1

ListmonkWrapper

Light Python wrapper for listmonk.app

Testing

  • Must have local listmonk container running (TODO: add docker container in repo for testing purposes)
  • poetry install -E dev -E test
  • poetry run pytest

Usage

  • pip install listmonk-wrapper
    from listmonk_wrapper import ListMonkClient

    client = ListMonkClient(host="http://localhost", port=9000, username="password", password="password")
    my_campaigns = client.get_campaigns()

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