Skip to main content

Parsing XML International Patent Classifications (IPC)

Project description

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()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipc_parser-0.1.1.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

ipc_parser-0.1.1-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page