# 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
```bash
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
```python
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()
```
Raw data
{
"_id": null,
"home_page": "https://github.com/ShayanSadeghi/ipc_parser",
"name": "ipc-parser",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "ipc, patent, wipo",
"author": "Shayan Sadeghi",
"author_email": "ShayanSadeghi1996@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/42/24/9268931f91a2d05e289133b62e843b4e23b16aaadc61c1b3ec18c4f7cd2d/ipc_parser-0.1.1.tar.gz",
"platform": null,
"description": "# IPC Parser\n\nBy 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.\n\n## Use Case Example\n\n```bash\npip install ipc_parser\n```\n\nDownload IPC_scheme xml file from following link:\nhttps://www.wipo.int/ipc/itos4ipc/ITSupport_and_download_area/20240101/MasterFiles/index.html\n\n```python\nfrom ipc_parser.parser import IpcParser\n\npath_to_xml = \"EN_ipc_scheme_20240101.xml\"\n\nipc_obj = IpcParser(ipc_xml=path_to_xml)\ndf = ipc_obj.get_dataframe()\n\n\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "Parsing XML International Patent Classifications (IPC)",
"version": "0.1.1",
"project_urls": {
"Homepage": "https://github.com/ShayanSadeghi/ipc_parser"
},
"split_keywords": [
"ipc",
" patent",
" wipo"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5b5e3b94f6a6f387039b54d039912a5766e654256d156296221b47a90d03bfeb",
"md5": "8a85b05aac6c16f1d787ff653756740f",
"sha256": "0d56ebf4dbbed12fab42ac1806a6d2f5d75e9c77e11035bc68be9886cdbd4243"
},
"downloads": -1,
"filename": "ipc_parser-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8a85b05aac6c16f1d787ff653756740f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 7479,
"upload_time": "2024-05-31T20:53:38",
"upload_time_iso_8601": "2024-05-31T20:53:38.496253Z",
"url": "https://files.pythonhosted.org/packages/5b/5e/3b94f6a6f387039b54d039912a5766e654256d156296221b47a90d03bfeb/ipc_parser-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "42249268931f91a2d05e289133b62e843b4e23b16aaadc61c1b3ec18c4f7cd2d",
"md5": "aa1e0f41d0524d4691a4972d40dd2a85",
"sha256": "fe5ae4d6c3540315d6fb7dc5d30dbffcc9c3b0559ea1204cf3ef722d06a7041b"
},
"downloads": -1,
"filename": "ipc_parser-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "aa1e0f41d0524d4691a4972d40dd2a85",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 7096,
"upload_time": "2024-05-31T20:53:42",
"upload_time_iso_8601": "2024-05-31T20:53:42.186531Z",
"url": "https://files.pythonhosted.org/packages/42/24/9268931f91a2d05e289133b62e843b4e23b16aaadc61c1b3ec18c4f7cd2d/ipc_parser-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-31 20:53:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ShayanSadeghi",
"github_project": "ipc_parser",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "ipc-parser"
}