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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ipc_parser-0.1.1.tar.gz.
File metadata
- Download URL: ipc_parser-0.1.1.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe5ae4d6c3540315d6fb7dc5d30dbffcc9c3b0559ea1204cf3ef722d06a7041b
|
|
| MD5 |
aa1e0f41d0524d4691a4972d40dd2a85
|
|
| BLAKE2b-256 |
42249268931f91a2d05e289133b62e843b4e23b16aaadc61c1b3ec18c4f7cd2d
|
File details
Details for the file ipc_parser-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ipc_parser-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d56ebf4dbbed12fab42ac1806a6d2f5d75e9c77e11035bc68be9886cdbd4243
|
|
| MD5 |
8a85b05aac6c16f1d787ff653756740f
|
|
| BLAKE2b-256 |
5b5e3b94f6a6f387039b54d039912a5766e654256d156296221b47a90d03bfeb
|