Skip to main content

Python client for Mantis connect SOAP API

Project description

Notes

  • forkeds from mantisconnect-python project(author:morenice)

  • update to support mantis 2.x (mantisconnect-python only supports 1.x)

  • support python 2.7

  • more features,eg add new issue etc

Python client for Mantis Connect SOAP API

  • It is good to request issue data on a filter basis.

  • You can use extended fields as well as custom fields.

  • Offers simple interface.

Usage

See sample/sample.py

mc = MantisSoapConnector("url")
mc.set_user_passwd("username", "password")
mc.connect()

p = SimpleProject(mc, "your project name")
filter_name = "your filter name"
issue_list = p.request_filter_all_issues(filter_name)

Install

Requirement
  • python 2.7 , 3.x

  • zeep

$ pip install mantisconnect2
Test version
  • mantis 1.2.11, 2.18

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mantisconnect2-0.4.1.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

mantisconnect2-0.4.1-py2-none-any.whl (7.6 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page