Mybatis mapper xml file parser
Project description
Description
Mybatis mapper xml file parser in pure python, get result contains:
- namespace
- resultMaps: contains start_line, end_line, content
- sqls: contains start_line, end_line, content
- statements: select/update/insert/delete statement, contains:start_line, end_line, content, statement_tag, result_map, include_sql
Installation
pip install mapper-parser
Instructions
from mapper_parser import mapper_parser
mapper_parser.parse(xml_filepath)
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
mapper_parser-1.1.tar.gz
(2.7 kB
view hashes)
Built Distribution
Close
Hashes for mapper_parser-1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5134246b19535fbce05c91df7d871d06bd3171862471929c34c19caf06f89dec |
|
MD5 | 67fa349ec7774a7d3780ccc30a471ae8 |
|
BLAKE2b-256 | 7e337157475efcb0d4cf20fdf96d34dfded13c3bbf7531e0458a2f9386cd725a |