Tools for extracting and processing Delpher data for WO2Net
Project description
WO2Net Delpher Tools
Tools for extracting and processing Delpher data for WO2Net.
Installation
pip install wo2net_delpher_tools
uv add wo2net_delpher_tools
Usage
The example below extracts pica productions numbers from a txt file and creates a json file for every number containing the metadata for the related issues.
import wo2net_delpher_tools
ppn_numbers = wo2net_delpher_tools.load_ppn_numbers_from_txt('pnn_numbers.txt')
for number in ppn_numbers:
wo2net_delpher_tools.process_ppn_to_json(number, f"{number}.json")
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
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
File details
Details for the file wo2net_delpher_tools-0.1.3.tar.gz.
File metadata
- Download URL: wo2net_delpher_tools-0.1.3.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2208bd104c441871b578459e0cb134f22c5a25f71dce2fe3882fd4db325efac2
|
|
| MD5 |
0e07c718008d0a80ed3d9292ae8a6d57
|
|
| BLAKE2b-256 |
aae1a415f7beda96e576c28d8614d7046b06418d5d56179fd3efd7f42ea3a584
|