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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mantisconnect2-0.4.1.tar.gz.
File metadata
- Download URL: mantisconnect2-0.4.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.9.1 pkginfo/1.5.0.1 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fef872ef6fe21f718e90343ba87f74e17c53d6a9172e4684b134449c176a6877
|
|
| MD5 |
6f730f07a9440cee34976e1db8537c96
|
|
| BLAKE2b-256 |
ce436cf2e073e24a606531d82db61a8d24f2e749e97bb9346579b2a23cffcead
|
File details
Details for the file mantisconnect2-0.4.1-py2-none-any.whl.
File metadata
- Download URL: mantisconnect2-0.4.1-py2-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.9.1 pkginfo/1.5.0.1 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af97c828b67505564cc7309df98480c246602cb6f6a9462a2ac80276c52d7e5d
|
|
| MD5 |
ae528ecdebed6ba51efe2257233e6858
|
|
| BLAKE2b-256 |
24812390cc3d38da89b69ea0f6beb16e8e9794b8ee3e10378214bd36ef20919e
|