pyconverters-openai_audio


Namepyconverters-openai_audio JSON
Version 0.5.25 PyPI version JSON
download
home_pagehttps://kairntech.com/
SummaryOpenAIAudio converter
upload_time2024-02-21 11:45:52
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": "pyconverters-openai_audio",
    "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/63/4e/06c5ef8b03cd87202aa0671a766b3c3432e550e4bee2317f8e1fa9720840/pyconverters_openai_audio-0.5.25.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": "OpenAIAudio converter",
    "version": "0.5.25",
    "project_urls": {
        "Homepage": "https://kairntech.com/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d664677eacbe960448fb3f9b87ea0d2472fccc424db1125e176fed494d87e673",
                "md5": "e7daf612e635d99cadc4d63972cb2048",
                "sha256": "4392392a24de822324fe6525fdc74c6eae37cae69aee3883da0ec7484be2bba5"
            },
            "downloads": -1,
            "filename": "pyconverters_openai_audio-0.5.25-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e7daf612e635d99cadc4d63972cb2048",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5846,
            "upload_time": "2024-02-21T11:45:44",
            "upload_time_iso_8601": "2024-02-21T11:45:44.506431Z",
            "url": "https://files.pythonhosted.org/packages/d6/64/677eacbe960448fb3f9b87ea0d2472fccc424db1125e176fed494d87e673/pyconverters_openai_audio-0.5.25-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "634e06c5ef8b03cd87202aa0671a766b3c3432e550e4bee2317f8e1fa9720840",
                "md5": "0d5c09cb4a748917223d4631ac6cf5bc",
                "sha256": "45a7e0772c2792c2c49f52975046c84e648e256279f44fc57ff95c95797188e0"
            },
            "downloads": -1,
            "filename": "pyconverters_openai_audio-0.5.25.tar.gz",
            "has_sig": false,
            "md5_digest": "0d5c09cb4a748917223d4631ac6cf5bc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8623122,
            "upload_time": "2024-02-21T11:45:52",
            "upload_time_iso_8601": "2024-02-21T11:45:52.995099Z",
            "url": "https://files.pythonhosted.org/packages/63/4e/06c5ef8b03cd87202aa0671a766b3c3432e550e4bee2317f8e1fa9720840/pyconverters_openai_audio-0.5.25.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-21 11:45:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyconverters-openai_audio"
}
        
Elapsed time: 0.18183s