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

mapper-parser

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mapper-parser

Mybatis mapper xml file parser

1.1
PyPI
Maintainers
1

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)

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