isoprompt


Nameisoprompt JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/thehackersplaybook/isoprompt
SummaryAI-powered prompt generation and processing tool
upload_time2025-08-01 19:57:28
maintainerNone
docs_urlNone
authorAditya Patange (AdiPat)
requires_python>=3.8
licenseNone
keywords ai prompt openai gpt nlp cli
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # IsoPrompt

IsoPrompt [`isoprompt`] offers prompt optimization via a simple, user-friendly CLI and programmable API SDK.

[![PyPI version](https://img.shields.io/pypi/v/isoprompt.svg)](https://pypi.org/project/isoprompt/)
[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/release/python-380/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Features

- 🎯 **Optimizes prompts** for better results.
- 🔧 **Domain-specific tuning** for various fields.
- 🛠 **Multiple optimization modes** for different use cases.
- 📚 **Rich documentation** and examples.
- 🔒 **Type-safe** with full type hints.

## Quick Start

```python
from isoprompt import optimize_prompt

prompt = "Write a blog post about AI"
optimized = optimize_prompt(prompt)
print(optimized)
```

Or via CLI:

```bash
isoprompt --prompt "Generate a fitness plan for students."
```

## Installation

```bash
pip install isoprompt
```

## Documentation

- [Getting Started](https://github.com/thehackersplaybook/isoprompt/blob/main/docs/GETTING_STARTED.md).
- [API Reference](https://github.com/thehackersplaybook/isoprompt/blob/main/docs/API_REFERENCE.md).
- [Examples](https://github.com/thehackersplaybook/isoprompt/blob/main/docs/EXAMPLES.md).

## Changelog

See [Changelog](https://github.com/thehackersplaybook/isoprompt/blob/main/CHANGELOG.md) for more details.

## License

MIT License - see [LICENSE](https://github.com/thehackersplaybook/isoprompt/blob/main/LICENSE) for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/thehackersplaybook/isoprompt",
    "name": "isoprompt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "ai, prompt, openai, gpt, nlp, cli",
    "author": "Aditya Patange (AdiPat)",
    "author_email": "IsoPrompt Team <team@isoprompt.ai>",
    "download_url": "https://files.pythonhosted.org/packages/1d/cf/1fb09c121d6d85a9da7d9eac0aaea5747bd61db65d0a05d26d1167e5eaa9/isoprompt-1.0.4.tar.gz",
    "platform": null,
    "description": "# IsoPrompt\n\nIsoPrompt [`isoprompt`] offers prompt optimization via a simple, user-friendly CLI and programmable API SDK.\n\n[![PyPI version](https://img.shields.io/pypi/v/isoprompt.svg)](https://pypi.org/project/isoprompt/)\n[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/release/python-380/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## Features\n\n- \ud83c\udfaf **Optimizes prompts** for better results.\n- \ud83d\udd27 **Domain-specific tuning** for various fields.\n- \ud83d\udee0 **Multiple optimization modes** for different use cases.\n- \ud83d\udcda **Rich documentation** and examples.\n- \ud83d\udd12 **Type-safe** with full type hints.\n\n## Quick Start\n\n```python\nfrom isoprompt import optimize_prompt\n\nprompt = \"Write a blog post about AI\"\noptimized = optimize_prompt(prompt)\nprint(optimized)\n```\n\nOr via CLI:\n\n```bash\nisoprompt --prompt \"Generate a fitness plan for students.\"\n```\n\n## Installation\n\n```bash\npip install isoprompt\n```\n\n## Documentation\n\n- [Getting Started](https://github.com/thehackersplaybook/isoprompt/blob/main/docs/GETTING_STARTED.md).\n- [API Reference](https://github.com/thehackersplaybook/isoprompt/blob/main/docs/API_REFERENCE.md).\n- [Examples](https://github.com/thehackersplaybook/isoprompt/blob/main/docs/EXAMPLES.md).\n\n## Changelog\n\nSee [Changelog](https://github.com/thehackersplaybook/isoprompt/blob/main/CHANGELOG.md) for more details.\n\n## License\n\nMIT License - see [LICENSE](https://github.com/thehackersplaybook/isoprompt/blob/main/LICENSE) for details.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "AI-powered prompt generation and processing tool",
    "version": "1.0.4",
    "project_urls": {
        "Documentation": "https://isoprompt.readthedocs.io",
        "Homepage": "https://github.com/thehackersplaybook/isoprompt",
        "Issues": "https://github.com/thehackersplaybook/isoprompt/issues",
        "Repository": "https://github.com/thehackersplaybook/isoprompt.git"
    },
    "split_keywords": [
        "ai",
        " prompt",
        " openai",
        " gpt",
        " nlp",
        " cli"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2e7e70824da35b49e2dfc7a556e185e2f38aa4b5fee0ad52d9c486c493d23c05",
                "md5": "505b603663a9e5c2f8e6ce4264f12673",
                "sha256": "42a464015e26ee3a6c838bdf70c8e79869005e4074b21ec3e818c8450df85531"
            },
            "downloads": -1,
            "filename": "isoprompt-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "505b603663a9e5c2f8e6ce4264f12673",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 19544,
            "upload_time": "2025-08-01T19:57:26",
            "upload_time_iso_8601": "2025-08-01T19:57:26.899436Z",
            "url": "https://files.pythonhosted.org/packages/2e/7e/70824da35b49e2dfc7a556e185e2f38aa4b5fee0ad52d9c486c493d23c05/isoprompt-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1dcf1fb09c121d6d85a9da7d9eac0aaea5747bd61db65d0a05d26d1167e5eaa9",
                "md5": "37febe454434e225e208bef654cffcc2",
                "sha256": "b01fc3edd668944328a823b9fdeaa3462e7db3f12674d86316eaa0a8b8e6ef85"
            },
            "downloads": -1,
            "filename": "isoprompt-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "37febe454434e225e208bef654cffcc2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 21880,
            "upload_time": "2025-08-01T19:57:28",
            "upload_time_iso_8601": "2025-08-01T19:57:28.358033Z",
            "url": "https://files.pythonhosted.org/packages/1d/cf/1fb09c121d6d85a9da7d9eac0aaea5747bd61db65d0a05d26d1167e5eaa9/isoprompt-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-01 19:57:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "thehackersplaybook",
    "github_project": "isoprompt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "isoprompt"
}
        
Elapsed time: 1.34338s