Tools for Slash-Hash Packed Data Format
Project description
Tools for Slash-Hash Packed Data Format
Introduction
Slash-Hash Packed Data Format (SHPDF) is a legacy data format. The original data and specification is missing. This project aims to provide tools to process SHPDF data. Please note that our implementation is based on personal conjuncture and may not be accurate.
User guide
1. Obtain some data
- The packed data contains some unreadable characters
- The packed data should be encoded in
big5
orcp950
- The packed data extension does not matter
- The packed data should look like this (in cp950 encoding)
?坼#ADte 101662/06/23\#AuID 10\#AuNm 6鄭成功\#ArID 10\#VerN 10\#Hdr1 240版~1~鄭成功,在台灣\#Hdr2 0\#Hdr3 0\#ALno 12\#Word 228\#PbID 0?怕K?B
0版~1~鄭成功,在台灣
︻記者鄭成功/報導︼▓︵國姓爺︶。◆
?
2. Install our tools
-
Using
pip
pip install shpdf-tools
-
Using
poetry
poetry add shpdf-tools
3. Use our tools to process the packed data
-
Decode and encode the packed data
from shpdf_tools.decode import decode_dict from shpdf_tools.encode import encode_json from io import BytesIO packed_data = b'\xc8\xa9\\#ADte 101662/06/23\\#AuID 10\\#AuNm 6\xbeG\xa6\xa8\xa5\\\\#ArID 10\\#VerN 10\\#Hdr1 24\xa2\xaf\xaa\xa9\xa1\xe3\xa2\xb0\xa1\xe3\xbeG\xa6\xa8\xa5\\\xa1A\xa6b\xa5x\xc6W\\#Hdr2 0\\#Hdr3 0\\#ALno 12\\#Word 228\\#PbID 0\xc8\xa9\xc8K\xc8B\r\n\xa2\xaf\xaa\xa9\xa1\xe3\xa2\xb0\xa1\xe3\xbeG\xa6\xa8\xa5\\\xa1A\xa6b\xa5x\xc6W\r\n\xa1@\xa1k\xb0O\xaa\xcc\xbeG\xa6\xa8\xa5\\\xa1\xfe\xb3\xf8\xbe\xc9\xa1l\xf9\xfe\xa1_\xb0\xea\xa9m\xb7\xdd\xa1`\xa1C\xa1\xbb\r\n\x00' decoded_packed_data = decode_dict(BytesIO(packed_data)) # Check the decoded data assert decoded_packed_data['ADte'] == '1662/06/23' assert decoded_packed_data['PbID'] == '' assert decoded_packed_data['Data'] == '0版~1~鄭成功,在台灣\r\n\u3000︻記者鄭成功/報導︼▓︵國姓爺︶。◆\r\n' # Encode the decoded data encoded_packed_data = encode_json(decoded_packed_data) # Check the encoded data assert encoded_packed_data == b'{"ADte":"1662/06/23","AuID":"0","AuNm":"\xe9\x84\xad\xe6\x88\x90\xe5\x8a\x9f","ArID":"0","VerN":"0","Hdr1":"\xef\xbc\x90\xe7\x89\x88\xef\xbd\x9e\xef\xbc\x91\xef\xbd\x9e\xe9\x84\xad\xe6\x88\x90\xe5\x8a\x9f\xef\xbc\x8c\xe5\x9c\xa8\xe5\x8f\xb0\xe7\x81\xa3","Hdr2":"","Hdr3":"","ALno":"2","Word":"28","PbID":"","Data":"\xef\xbc\x90\xe7\x89\x88\xef\xbd\x9e\xef\xbc\x91\xef\xbd\x9e\xe9\x84\xad\xe6\x88\x90\xe5\x8a\x9f\xef\xbc\x8c\xe5\x9c\xa8\xe5\x8f\xb0\xe7\x81\xa3\\r\\n\xe3\x80\x80\xef\xb8\xbb\xe8\xa8\x98\xe8\x80\x85\xe9\x84\xad\xe6\x88\x90\xe5\x8a\x9f\xef\xbc\x8f\xe5\xa0\xb1\xe5\xb0\x8e\xef\xb8\xbc\xe2\x96\x93\xef\xb8\xb5\xe5\x9c\x8b\xe5\xa7\x93\xe7\x88\xba\xef\xb8\xb6\xe3\x80\x82\xe2\x97\x86\\r\\n"}'
License
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
shpdf_tools-0.1.8.tar.gz
(5.4 kB
view details)
Built Distribution
File details
Details for the file shpdf_tools-0.1.8.tar.gz
.
File metadata
- Download URL: shpdf_tools-0.1.8.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.0 CPython/3.9.18 Linux/6.5.0-1016-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b35b9883d207d7f4fdbba41d09b5c4f3164017caf0359884bb4cd804e546cff |
|
MD5 | c8cfb1e3a7753f41e8761d8cc5a1f083 |
|
BLAKE2b-256 | 65476086416d4450899895119d242a05a9d1070546e81b8530a11771b27abe36 |
File details
Details for the file shpdf_tools-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: shpdf_tools-0.1.8-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.0 CPython/3.9.18 Linux/6.5.0-1016-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fe8b07cb9123cb19ae9593384f097c959625520f4fe840076f3269c05c48749 |
|
MD5 | 203f62d2e60ac35747bce96715322fa9 |
|
BLAKE2b-256 | c460eb5208ab7808f8cef60d03f7a2bba795508a2836f33b5f96705f75c7e0f3 |