pne


Namepne JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/Undertone0809/pne
Summary🚀 Simplified promptulate call. Now you can use `import pne` to call promptulate.
upload_time2024-05-25 11:03:30
maintainerNone
docs_urlNone
authorUndertone0809
requires_python<4.0,>=3.8.1
licenseApache Software License 2.0
keywords promptulate pne prompt agent openai chatgpt gpt llm openai langchain litellm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pne

<div align="center">


[![Python Version](https://img.shields.io/pypi/pyversions/pne.svg)](https://pypi.org/project/pne/)
[![Dependencies Status](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)](https://github.com/Undertone0809/pne/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot)
[![Semantic Versions](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--versions-e10079.svg)](https://github.com/Undertone0809/pne/releases)
[![License](https://img.shields.io/github/license/Undertone0809/pne)](https://github.com/Undertone0809/pne/blob/main/LICENSE)


🚀 Simplified promptulate call. Now you can use `import pne` to call [promptulate](https://github.com/Undertone0809/promptulate).

</div>

## Quick start

Conda package manager is recommended. Create a conda environment.

```bash
pip install pne
```

Then you can anything function like promptulate:

```python
import pne

pne.chat(messages="Hello, world!", model="gpt-4-turbo")
```

## Credits [![🚀 Your next Python package needs a bleeding-edge project structure.](https://img.shields.io/badge/3PG-%F0%9F%9A%80-brightgreen)](https://github.com/Undertone0809/python-package-template)

This project was generated with [3PG](https://github.com/Undertone0809/3PG)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Undertone0809/pne",
    "name": "pne",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8.1",
    "maintainer_email": null,
    "keywords": "promptulate, pne, prompt, agent, openai, chatgpt, gpt, llm, openai, langchain, litellm",
    "author": "Undertone0809",
    "author_email": "zeeland4work@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/30/6c/0395d498d84d09a3773b704d0ef1346caae6678996fc91a56f9f599b154e/pne-1.0.1.tar.gz",
    "platform": null,
    "description": "# pne\n\n<div align=\"center\">\n\n\n[![Python Version](https://img.shields.io/pypi/pyversions/pne.svg)](https://pypi.org/project/pne/)\n[![Dependencies Status](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)](https://github.com/Undertone0809/pne/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot)\n[![Semantic Versions](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--versions-e10079.svg)](https://github.com/Undertone0809/pne/releases)\n[![License](https://img.shields.io/github/license/Undertone0809/pne)](https://github.com/Undertone0809/pne/blob/main/LICENSE)\n\n\n\ud83d\ude80 Simplified promptulate call. Now you can use `import pne` to call [promptulate](https://github.com/Undertone0809/promptulate).\n\n</div>\n\n## Quick start\n\nConda package manager is recommended. Create a conda environment.\n\n```bash\npip install pne\n```\n\nThen you can anything function like promptulate:\n\n```python\nimport pne\n\npne.chat(messages=\"Hello, world!\", model=\"gpt-4-turbo\")\n```\n\n## Credits [![\ud83d\ude80 Your next Python package needs a bleeding-edge project structure.](https://img.shields.io/badge/3PG-%F0%9F%9A%80-brightgreen)](https://github.com/Undertone0809/python-package-template)\n\nThis project was generated with [3PG](https://github.com/Undertone0809/3PG)\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "\ud83d\ude80 Simplified promptulate call. Now you can use `import pne` to call promptulate.",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/Undertone0809/pne",
        "Repository": "https://github.com/Undertone0809/pne"
    },
    "split_keywords": [
        "promptulate",
        " pne",
        " prompt",
        " agent",
        " openai",
        " chatgpt",
        " gpt",
        " llm",
        " openai",
        " langchain",
        " litellm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b150e700b6af2d602aae7a0cd350a369b1f245d39d7e5b3f4f8573a794f70f62",
                "md5": "0123845e6f683e4ba917ebfe6c03e5de",
                "sha256": "c8c30e1a540195f02e5544c22e48e77e0934759493595c082791bea5584f3964"
            },
            "downloads": -1,
            "filename": "pne-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0123845e6f683e4ba917ebfe6c03e5de",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8.1",
            "size": 6291,
            "upload_time": "2024-05-25T11:03:29",
            "upload_time_iso_8601": "2024-05-25T11:03:29.483452Z",
            "url": "https://files.pythonhosted.org/packages/b1/50/e700b6af2d602aae7a0cd350a369b1f245d39d7e5b3f4f8573a794f70f62/pne-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "306c0395d498d84d09a3773b704d0ef1346caae6678996fc91a56f9f599b154e",
                "md5": "c6e3267f31f8014fa559a9f42a98aed6",
                "sha256": "bb5eb00b4efc83e3639f0366a13985cbe2caacde55b89877e22c69de2166a8a8"
            },
            "downloads": -1,
            "filename": "pne-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c6e3267f31f8014fa559a9f42a98aed6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8.1",
            "size": 6584,
            "upload_time": "2024-05-25T11:03:30",
            "upload_time_iso_8601": "2024-05-25T11:03:30.914078Z",
            "url": "https://files.pythonhosted.org/packages/30/6c/0395d498d84d09a3773b704d0ef1346caae6678996fc91a56f9f599b154e/pne-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-25 11:03:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Undertone0809",
    "github_project": "pne",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pne"
}
        
Elapsed time: 0.26929s