Name | docx-asn1 JSON |
Version |
1.0.9
JSON |
| download |
home_page | None |
Summary | Extract ASN.1 from DOCX files |
upload_time | 2024-05-30 19:11:58 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.6 |
license | MIT License Copyright (c) 2024 n4n5 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
asn1
docx
extract
asn1tools
3gpp
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# docx-asn1
Decode `asn1` from a docx file. Question for @3gpp: why `docx` from for the specification ?
## CLI
```sh
# 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
```python
from docx_asn1 import extract_text_from_docx
asn1 = extract_text_from_docx("file.docx")
```
Raw data
{
"_id": null,
"home_page": null,
"name": "docx-asn1",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "asn1, docx, extract, asn1tools, 3gpp",
"author": null,
"author_email": "n4n5 <its.just.n4n5@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/f9/22/135526189599b3361b49441bcdcb99f749e5fa117fd3c56b84beaca9e569/docx_asn1-1.0.9.tar.gz",
"platform": null,
"description": "# docx-asn1\n\nDecode `asn1` from a docx file. Question for @3gpp: why `docx` from for the specification ?\n\n## CLI\n\n```sh\n# download the docx\npython -m pip install docx_asn1\npython -m docx_asn1 file.docx output.asn1\n# or\npython -m docx_asn1 file.docx > output.asn1\n```\n\n## Python usage\n\n```python\nfrom docx_asn1 import extract_text_from_docx\n\nasn1 = extract_text_from_docx(\"file.docx\")\n```\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2024 n4n5 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": "Extract ASN.1 from DOCX files",
"version": "1.0.9",
"project_urls": {
"Bug Tracker": "https://github.com/its-just-nans/docx-asn1/issues",
"Homepage": "https://github.com/its-just-nans/docx-asn1"
},
"split_keywords": [
"asn1",
" docx",
" extract",
" asn1tools",
" 3gpp"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a605b6ea314c752db6b01c119935ccb5051b5bf3757596641aead1c7f66b76be",
"md5": "85c513732f2177290984122551aa996a",
"sha256": "aef7d97503cf4ab253e90b3127584e3bccd39da7ebfe373438e14a13a329c338"
},
"downloads": -1,
"filename": "docx_asn1-1.0.9-py3-none-any.whl",
"has_sig": false,
"md5_digest": "85c513732f2177290984122551aa996a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 4242,
"upload_time": "2024-05-30T19:11:57",
"upload_time_iso_8601": "2024-05-30T19:11:57.307906Z",
"url": "https://files.pythonhosted.org/packages/a6/05/b6ea314c752db6b01c119935ccb5051b5bf3757596641aead1c7f66b76be/docx_asn1-1.0.9-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f922135526189599b3361b49441bcdcb99f749e5fa117fd3c56b84beaca9e569",
"md5": "54e30bf02ed47bf65db442903864faac",
"sha256": "b8fe83406094d3fbc51a430ed5e62a9a0231cb461d218ff66790bb7de9d049a5"
},
"downloads": -1,
"filename": "docx_asn1-1.0.9.tar.gz",
"has_sig": false,
"md5_digest": "54e30bf02ed47bf65db442903864faac",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 3554,
"upload_time": "2024-05-30T19:11:58",
"upload_time_iso_8601": "2024-05-30T19:11:58.911461Z",
"url": "https://files.pythonhosted.org/packages/f9/22/135526189599b3361b49441bcdcb99f749e5fa117fd3c56b84beaca9e569/docx_asn1-1.0.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-30 19:11:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "its-just-nans",
"github_project": "docx-asn1",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "docx-asn1"
}