pyprocessors-openai_completion


Namepyprocessors-openai_completion JSON
Version 0.5.283 PyPI version JSON
download
home_pagehttps://kairntech.com/
SummaryOpenAICompletion processor
upload_time2024-04-17 09:44:27
maintainerNone
docs_urlNone
authorOlivier Terrier
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Requirements

- Python 3.8+
- Flit to put Python packages and modules on PyPI
- Pydantic for the data parts.

## Installation
```
pip install flit
pip install pymultirole-plugins
```

## Publish the Python Package to PyPI
- Increment the version of your package in the `__init__.py` file:
```
"""An amazing package!"""

__version__ = 'x.y.z'
```
- Publish
```
flit publish
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://kairntech.com/",
    "name": "pyprocessors-openai_completion",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Olivier Terrier",
    "author_email": "olivier.terrier@kairntech.com",
    "download_url": "https://files.pythonhosted.org/packages/85/ee/3a3b513fba8cc62ed0f74a2bc3c2bedd1bb02e44678fbf0e7648b9d4db37/pyprocessors_openai_completion-0.5.283.tar.gz",
    "platform": null,
    "description": "## Requirements\n\n- Python 3.8+\n- Flit to put Python packages and modules on PyPI\n- Pydantic for the data parts.\n\n## Installation\n```\npip install flit\npip install pymultirole-plugins\n```\n\n## Publish the Python Package to PyPI\n- Increment the version of your package in the `__init__.py` file:\n```\n\"\"\"An amazing package!\"\"\"\n\n__version__ = 'x.y.z'\n```\n- Publish\n```\nflit publish\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "OpenAICompletion processor",
    "version": "0.5.283",
    "project_urls": {
        "Homepage": "https://kairntech.com/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c4ad89378f6d9b51dfcd9d43757024195c1f845ef1b0f437845a1792a542fddc",
                "md5": "f8fdf2b032675fb1faf19916bcb98903",
                "sha256": "0d900cd01b995396598f27873c5a02232936e0a53a9a66d1887715fe51713c70"
            },
            "downloads": -1,
            "filename": "pyprocessors_openai_completion-0.5.283-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f8fdf2b032675fb1faf19916bcb98903",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10523,
            "upload_time": "2024-04-17T09:44:17",
            "upload_time_iso_8601": "2024-04-17T09:44:17.164369Z",
            "url": "https://files.pythonhosted.org/packages/c4/ad/89378f6d9b51dfcd9d43757024195c1f845ef1b0f437845a1792a542fddc/pyprocessors_openai_completion-0.5.283-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "85ee3a3b513fba8cc62ed0f74a2bc3c2bedd1bb02e44678fbf0e7648b9d4db37",
                "md5": "110fc1bc6ff457b523dd597ee4e7cee6",
                "sha256": "1debdd3b40e36a694466e9af229c20d078a87dc5c02447afa21ab524a593180c"
            },
            "downloads": -1,
            "filename": "pyprocessors_openai_completion-0.5.283.tar.gz",
            "has_sig": false,
            "md5_digest": "110fc1bc6ff457b523dd597ee4e7cee6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 198104,
            "upload_time": "2024-04-17T09:44:27",
            "upload_time_iso_8601": "2024-04-17T09:44:27.706866Z",
            "url": "https://files.pythonhosted.org/packages/85/ee/3a3b513fba8cc62ed0f74a2bc3c2bedd1bb02e44678fbf0e7648b9d4db37/pyprocessors_openai_completion-0.5.283.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 09:44:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyprocessors-openai_completion"
}
        
Elapsed time: 0.23437s