sumtex


Namesumtex JSON
Version 1.0.0 PyPI version JSON
download
home_page
SummaryMy package description
upload_time2023-01-22 18:28:37
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT
keywords gpt latex summarize
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sumtex

Summarizes a LaTeX file using the openai API and helps you with writing more concise texts.

## Usage
Install `sumtex` via pip
```
pip install sumtex
```

Add you openai API key as environment variable (you can generate an API key [here](https://beta.openai.com/account/api-keys))
```
export OPENAI_API_KEY=sk-er34*****
```

Run `sumtex` on a LaTeX file
```
sumtex my_file.tex
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "sumtex",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "GPT,latex,summarize",
    "author": "",
    "author_email": "Fabian Joswig <fabian.joswig@ed.ac.uk>",
    "download_url": "https://files.pythonhosted.org/packages/5b/9e/55fd0baf20a47172601f6e2c996ff4f68a733f862b1a0638baff291fdba9/sumtex-1.0.0.tar.gz",
    "platform": null,
    "description": "# sumtex\n\nSummarizes a LaTeX file using the openai API and helps you with writing more concise texts.\n\n## Usage\nInstall `sumtex` via pip\n```\npip install sumtex\n```\n\nAdd you openai API key as environment variable (you can generate an API key [here](https://beta.openai.com/account/api-keys))\n```\nexport OPENAI_API_KEY=sk-er34*****\n```\n\nRun `sumtex` on a LaTeX file\n```\nsumtex my_file.tex\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "My package description",
    "version": "1.0.0",
    "split_keywords": [
        "gpt",
        "latex",
        "summarize"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18adbab9b6a420242ded8e54c02962bc04d053a707b3b3c99809313036e05ded",
                "md5": "6eeb5e24e68a5719b313a21c0d49c932",
                "sha256": "5760fd1c77eb0c3d3ca7eaddeca7808b1a924bb4b888a97f7efec28878017f56"
            },
            "downloads": -1,
            "filename": "sumtex-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6eeb5e24e68a5719b313a21c0d49c932",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5016,
            "upload_time": "2023-01-22T18:28:35",
            "upload_time_iso_8601": "2023-01-22T18:28:35.475330Z",
            "url": "https://files.pythonhosted.org/packages/18/ad/bab9b6a420242ded8e54c02962bc04d053a707b3b3c99809313036e05ded/sumtex-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b9e55fd0baf20a47172601f6e2c996ff4f68a733f862b1a0638baff291fdba9",
                "md5": "2526d765c876e32b7a50db8718bdb8bc",
                "sha256": "d4f04ba1adfff6ffddda073fed293b8d9216b577472b85f48adfee4fdead1ddc"
            },
            "downloads": -1,
            "filename": "sumtex-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2526d765c876e32b7a50db8718bdb8bc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3980,
            "upload_time": "2023-01-22T18:28:37",
            "upload_time_iso_8601": "2023-01-22T18:28:37.597232Z",
            "url": "https://files.pythonhosted.org/packages/5b/9e/55fd0baf20a47172601f6e2c996ff4f68a733f862b1a0638baff291fdba9/sumtex-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-22 18:28:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "sumtex"
}
        
Elapsed time: 0.03053s