Skip to content

Lenders-Cooperative/ListmonkWrapper

Repository files navigation

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()

About

Light Python wrapper for Listmonk.app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages