docx-asn1


Namedocx-asn1 JSON
Version 1.0.8 PyPI version JSON
download
home_pageNone
SummaryExtract ASN.1 from DOCX files
upload_time2024-04-26 15:15:14
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseMIT 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/ab/7a/abc5d377e992479c4e5c0f18b88b62948fbd1c5f819242d7c64f67f86732/docx_asn1-1.0.8.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.8",
    "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": "2ba906fa0c7ea5dc9c267cbccccc7ca54d8d5048d9c9bf85f1ed163ca249c497",
                "md5": "1065073160b137b26cc58e38c10cb972",
                "sha256": "dd2119f0666db237024820087a7b54715f4b5ba9900c610db24ffe880d8bae02"
            },
            "downloads": -1,
            "filename": "docx_asn1-1.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1065073160b137b26cc58e38c10cb972",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4046,
            "upload_time": "2024-04-26T15:15:12",
            "upload_time_iso_8601": "2024-04-26T15:15:12.587677Z",
            "url": "https://files.pythonhosted.org/packages/2b/a9/06fa0c7ea5dc9c267cbccccc7ca54d8d5048d9c9bf85f1ed163ca249c497/docx_asn1-1.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab7aabc5d377e992479c4e5c0f18b88b62948fbd1c5f819242d7c64f67f86732",
                "md5": "c0159068de27ae9e384f8b012a9ce4cd",
                "sha256": "6199c63393e8fb3b4c59e2e5c464666e273760866ace9a225919c5aa96f6ae47"
            },
            "downloads": -1,
            "filename": "docx_asn1-1.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "c0159068de27ae9e384f8b012a9ce4cd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2939,
            "upload_time": "2024-04-26T15:15:14",
            "upload_time_iso_8601": "2024-04-26T15:15:14.154940Z",
            "url": "https://files.pythonhosted.org/packages/ab/7a/abc5d377e992479c4e5c0f18b88b62948fbd1c5f819242d7c64f67f86732/docx_asn1-1.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-26 15:15:14",
    "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"
}
        
Elapsed time: 0.25108s