Socket
Socket
Sign inDemoInstall

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)


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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc