Extract ASN.1 from DOCX files
Project description
docx-asn1 
Decode asn1 from a docx file.
- question for @3gpp: why
docxfrom for the specification ? - 3GPP ASN.1 available here https://github.com/tramex/types_lte_3gpp/tree/main/asn
CLI
# download the docx
python -m pip install docx_asn1
python -m docx_asn1 file.docx output.asn1
# or
python -m docx_asn1 file.docx > output.asn1
Python usage
from docx_asn1 import extract_text_from_docx
asn1 = extract_text_from_docx("file.docx")
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
docx_asn1-1.1.0.tar.gz
(3.6 kB
view details)
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 docx_asn1-1.1.0.tar.gz.
File metadata
- Download URL: docx_asn1-1.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37e2a586de877b6003361da9f6418ebff42fe2d3bd6ab926683cebfedd092a76
|
|
| MD5 |
6dcaab7efd86ee3e03d478f35be25ce9
|
|
| BLAKE2b-256 |
f437f7d05f2b8ab7cd302cffcd7748af76e1ddb8088a275b4bbb328c993bd423
|
File details
Details for the file docx_asn1-1.1.0-py3-none-any.whl.
File metadata
- Download URL: docx_asn1-1.1.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c361d9e69ee6487fa498f66cdfa7e19346d531bc62d9fcc227b13ef175f7f5f
|
|
| MD5 |
7d1359449a61b434c4379b67978928b2
|
|
| BLAKE2b-256 |
97740a9226a54032070aa7bbe4acb41c492dc661124228eb0c423cf6ef07c970
|