Metadata-Version: 2.4
Name: pyunit-clarivate
Version: 2025.5.2
Summary: 解析Web of Science下载的纯文本转为Json格式
Home-page: https://github.com/pyunits/pyunit-clarivate
Author: 张伟
Author-email: jtyoui@qq.com
License: MIT Licence
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: platform
Dynamic: summary

## Clarivate

Web of Science 下载的纯文本转为字典格式

## 安装

```
pip install pyunit-clarivate
```

## 使用

```python
from pyunit_clarivate import Txt2Json

if __name__ == "__main__":
    process = Txt2Json('Analytics Web of Science.txt')
    print(process.json())
```
