PerplexityIPYNB


NamePerplexityIPYNB JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://github.com/vladimirkucin634/PerplexityIPYNB
SummaryPerplexity AI in iPython Notebooks
upload_time2024-01-09 08:02:48
maintainer
docs_urlNone
authorvladimirkucin634
requires_python>=3.6
licenseMIT
keywords artificial-intelligence perplexityai perplexity python api ai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PerplexityIPYNB

PerplexityIPYNB is a Python module that allows you to interact with the Perplexity AI.

## Installation

You can install PerplexityIPYNB using pip. Run the following command in your terminal:

```bash
pip install PerplexityIPYNB
```

## Usage

### Functional

```python
from PerplexityIPYNB import Perplexity

ai = Perplexity()
prompt = input()

print(ai.RUN(prompt))
```

### Magic commands

```python
%%perplexity
prompt
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/vladimirkucin634/PerplexityIPYNB",
    "name": "PerplexityIPYNB",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "artificial-intelligence,perplexityai,perplexity,python,api,ai",
    "author": "vladimirkucin634",
    "author_email": "vladimirkucin634@mail.ru",
    "download_url": "https://files.pythonhosted.org/packages/cf/a4/8f7d57881f729ebd61052dabdc084387dfdf1929deb74a5e26be7f50c511/PerplexityIPYNB-1.1.1.tar.gz",
    "platform": null,
    "description": "# PerplexityIPYNB\r\n\r\nPerplexityIPYNB is a Python module that allows you to interact with the Perplexity AI.\r\n\r\n## Installation\r\n\r\nYou can install PerplexityIPYNB using pip. Run the following command in your terminal:\r\n\r\n```bash\r\npip install PerplexityIPYNB\r\n```\r\n\r\n## Usage\r\n\r\n### Functional\r\n\r\n```python\r\nfrom PerplexityIPYNB import Perplexity\r\n\r\nai = Perplexity()\r\nprompt = input()\r\n\r\nprint(ai.RUN(prompt))\r\n```\r\n\r\n### Magic commands\r\n\r\n```python\r\n%%perplexity\r\nprompt\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Perplexity AI in iPython Notebooks",
    "version": "1.1.1",
    "project_urls": {
        "Homepage": "https://github.com/vladimirkucin634/PerplexityIPYNB",
        "Source": "https://github.com/vladimirkucin634/PerplexityIPYNB"
    },
    "split_keywords": [
        "artificial-intelligence",
        "perplexityai",
        "perplexity",
        "python",
        "api",
        "ai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cfa48f7d57881f729ebd61052dabdc084387dfdf1929deb74a5e26be7f50c511",
                "md5": "45e86628c470ce034e6196d230cfafa4",
                "sha256": "cc1238cc40c964f369f59f2c7d935a0d0ae8bcf0e1053576709f1d16461bfdd5"
            },
            "downloads": -1,
            "filename": "PerplexityIPYNB-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "45e86628c470ce034e6196d230cfafa4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4040,
            "upload_time": "2024-01-09T08:02:48",
            "upload_time_iso_8601": "2024-01-09T08:02:48.205620Z",
            "url": "https://files.pythonhosted.org/packages/cf/a4/8f7d57881f729ebd61052dabdc084387dfdf1929deb74a5e26be7f50c511/PerplexityIPYNB-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-09 08:02:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vladimirkucin634",
    "github_project": "PerplexityIPYNB",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "perplexityipynb"
}
        
Elapsed time: 0.16466s