word2tei


Nameword2tei JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/nakamura196/word2tei
Summary
upload_time2023-03-20 21:59:57
maintainer
docs_urlNone
authorSatoru
requires_python>=3.7
licenseApache Software License 2.0
keywords nbdev jupyter notebook python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            word2tei
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

This file will become your README and also the index of your
documentation.

## Install

``` sh
pip install word2tei
```

## How to use

Fill me in please! Don’t forget code examples:

``` python
input_path = "data/input.docx"
output_path = "data/output.xml"
template_path = "data/template.xml"
convert_docx_to_tei(input_path, output_path, template_path)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nakamura196/word2tei",
    "name": "word2tei",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "nbdev jupyter notebook python",
    "author": "Satoru",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/f1/a2/e14c11319e4c56ac5777270f8ec67fc92adca80911552e75e64f34e9e9e3/word2tei-0.0.1.tar.gz",
    "platform": null,
    "description": "word2tei\n================\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\nThis file will become your README and also the index of your\ndocumentation.\n\n## Install\n\n``` sh\npip install word2tei\n```\n\n## How to use\n\nFill me in please! Don\u2019t forget code examples:\n\n``` python\ninput_path = \"data/input.docx\"\noutput_path = \"data/output.xml\"\ntemplate_path = \"data/template.xml\"\nconvert_docx_to_tei(input_path, output_path, template_path)\n```\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "",
    "version": "0.0.1",
    "split_keywords": [
        "nbdev",
        "jupyter",
        "notebook",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c907c2a2e26c24fee2f91ae2a8df780d7773ddc298bcbde1ab725011992374e",
                "md5": "8c59dd19c2488bcd9ac3f202b0f832d1",
                "sha256": "535c10cb37e14eff237879e41f62ce444d33f114f78395639dcb9ade70b01684"
            },
            "downloads": -1,
            "filename": "word2tei-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8c59dd19c2488bcd9ac3f202b0f832d1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 10214,
            "upload_time": "2023-03-20T21:59:55",
            "upload_time_iso_8601": "2023-03-20T21:59:55.538071Z",
            "url": "https://files.pythonhosted.org/packages/3c/90/7c2a2e26c24fee2f91ae2a8df780d7773ddc298bcbde1ab725011992374e/word2tei-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1a2e14c11319e4c56ac5777270f8ec67fc92adca80911552e75e64f34e9e9e3",
                "md5": "822ce727eceb2a3b7b1eae76be8de660",
                "sha256": "3ea200004f9c0bdcfe0d536a2c77e2aa0f8d790818c28290c41e4cb5f62bb27d"
            },
            "downloads": -1,
            "filename": "word2tei-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "822ce727eceb2a3b7b1eae76be8de660",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 10250,
            "upload_time": "2023-03-20T21:59:57",
            "upload_time_iso_8601": "2023-03-20T21:59:57.238463Z",
            "url": "https://files.pythonhosted.org/packages/f1/a2/e14c11319e4c56ac5777270f8ec67fc92adca80911552e75e64f34e9e9e3/word2tei-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-20 21:59:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "nakamura196",
    "github_project": "word2tei",
    "lcname": "word2tei"
}
        
Elapsed time: 0.04976s