AutoWriterLLM


NameAutoWriterLLM JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryAutomatic book writing tool using Large Language Models
upload_time2024-11-16 18:27:22
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseMIT
keywords book writing llm ai content generation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # AutoWriterLLM

A Python tool that helps automatically generate comprehensive book structures and content using Large Language Models (LLMs).

## Features

* Generate detailed table of contents for technical books and guides
* Create comprehensive book summaries with learning objectives
* Support for multiple book formats and topics
* Integration with multiple LLM providers (Anthropic Claude, Yi)

## Installation 

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "AutoWriterLLM",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "Yang Xiong <yxiong@umich.edu>",
    "keywords": "book, writing, llm, ai, content generation",
    "author": null,
    "author_email": "Yang Xiong <yxiong@umich.edu>",
    "download_url": "https://files.pythonhosted.org/packages/e9/80/e2e4cb0711d3aabe9b3c23f6f44e6789ffc8bd31e2c79dad85e35b574062/autowriterllm-0.1.0.tar.gz",
    "platform": null,
    "description": "# AutoWriterLLM\r\n\r\nA Python tool that helps automatically generate comprehensive book structures and content using Large Language Models (LLMs).\r\n\r\n## Features\r\n\r\n* Generate detailed table of contents for technical books and guides\r\n* Create comprehensive book summaries with learning objectives\r\n* Support for multiple book formats and topics\r\n* Integration with multiple LLM providers (Anthropic Claude, Yi)\r\n\r\n## Installation \r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Automatic book writing tool using Large Language Models",
    "version": "0.1.0",
    "project_urls": {
        "Documentation": "https://autowriterllm.readthedocs.io",
        "Homepage": "https://github.com/supersheepbear/autowriterllm",
        "Issues": "https://github.com/supersheepbear/autowriterllm/issues",
        "Repository": "https://github.com/supersheepbear/autowriterllm.git"
    },
    "split_keywords": [
        "book",
        " writing",
        " llm",
        " ai",
        " content generation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2676f18524de096a4e80ee5a2f2601affe92455fea6103b8f34ce8fef852a3e",
                "md5": "3335a9a96217fe318fbcfff79fa65e59",
                "sha256": "99fe07630ff78ebc03dc07437fc127c47af81735d107373f154e4c96e796cb66"
            },
            "downloads": -1,
            "filename": "AutoWriterLLM-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3335a9a96217fe318fbcfff79fa65e59",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 24195,
            "upload_time": "2024-11-16T18:27:20",
            "upload_time_iso_8601": "2024-11-16T18:27:20.780044Z",
            "url": "https://files.pythonhosted.org/packages/b2/67/6f18524de096a4e80ee5a2f2601affe92455fea6103b8f34ce8fef852a3e/AutoWriterLLM-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e980e2e4cb0711d3aabe9b3c23f6f44e6789ffc8bd31e2c79dad85e35b574062",
                "md5": "b4aa742905c8ebdd267b979fc7813a1a",
                "sha256": "ba1d6a89a969020bc037234e12ef7f200b022bc2ee142ff333e700e63849171f"
            },
            "downloads": -1,
            "filename": "autowriterllm-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b4aa742905c8ebdd267b979fc7813a1a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 37355,
            "upload_time": "2024-11-16T18:27:22",
            "upload_time_iso_8601": "2024-11-16T18:27:22.681187Z",
            "url": "https://files.pythonhosted.org/packages/e9/80/e2e4cb0711d3aabe9b3c23f6f44e6789ffc8bd31e2c79dad85e35b574062/autowriterllm-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-16 18:27:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "supersheepbear",
    "github_project": "autowriterllm",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "autowriterllm"
}
        
Elapsed time: 1.73376s