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

ipc-parser

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipc-parser

Parsing XML International Patent Classifications (IPC)

0.1.1
PyPI
Maintainers
1

IPC Parser

By using ipc_parser you will be able to get the data frame of International Patent Classifications (IPC) from IPC-Scheme xml file that you could download from wipo website. This dataframe includes ipc human readable code, description, parent list and materialized path.

Use Case Example

pip install ipc_parser

Download IPC_scheme xml file from following link: https://www.wipo.int/ipc/itos4ipc/ITSupport_and_download_area/20240101/MasterFiles/index.html

from ipc_parser.parser import IpcParser

path_to_xml = "EN_ipc_scheme_20240101.xml"

ipc_obj = IpcParser(ipc_xml=path_to_xml)
df = ipc_obj.get_dataframe()


Keywords

ipc

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