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")
Release files for docx-asn1 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| docx_asn1-1.1.0.tar.gz | 3.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| docx_asn1-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.0 kB
Release files / docx_asn1-1.1.0.tar.gz
| Download URL | docx_asn1-1.1.0.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
37e2a586de877b6003361da9f6418ebff42fe2d3bd6ab926683cebfedd092a76
|
|
BLAKE2b-256 checksum How to use checksums |
f437f7d05f2b8ab7cd302cffcd7748af76e1ddb8088a275b4bbb328c993bd423
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.3
|
Release files / docx_asn1-1.1.0-py3-none-any.whl
| Download URL | docx_asn1-1.1.0-py3-none-any.whl |
|---|---|
| Size | 4.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1c361d9e69ee6487fa498f66cdfa7e19346d531bc62d9fcc227b13ef175f7f5f
|
|
BLAKE2b-256 checksum How to use checksums |
97740a9226a54032070aa7bbe4acb41c492dc661124228eb0c423cf6ef07c970
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.3
|