otus-open-lesson


Nameotus-open-lesson JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/danteonline/team-lead-ci-cd-open-lesson
SummaryPython package code and GitHub actions examples for OTUS open lesson for Team-Lead learning course
upload_time2024-09-09 18:22:32
maintainerNone
docs_urlNone
authorDanteOnline
requires_python>=3
licenseMIT
keywords python audio package text
VCS
bugtrack_url
requirements setuptools gTTS pydub
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # team-lead-ci-cd-open-lesson
Python package code and GitHub actions examples for OTUS open lesson for Team-Lead learning course

## In debian based linux

```commandline
sudo apt update
sudo apt install boxes
sudo apt install ffmpeg
```

## Install package

```commandline
pip install otus-open-lesson
```

## Usage

```python
from say_something import show_text, say


while True:
    text = input()
    if text:
        show_text(text)
        say(text)
    else:
        break
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/danteonline/team-lead-ci-cd-open-lesson",
    "name": "otus-open-lesson",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": null,
    "keywords": "python, audio, package, text",
    "author": "DanteOnline",
    "author_email": "iamdanteonline@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/04/bf/572bcc7cef3ea6b76b2bc0aee6ee42e6bacb01cadb4978c39b70c07d0cff/otus_open_lesson-0.4.0.tar.gz",
    "platform": null,
    "description": "# team-lead-ci-cd-open-lesson\nPython package code and GitHub actions examples for OTUS open lesson for Team-Lead learning course\n\n## In debian based linux\n\n```commandline\nsudo apt update\nsudo apt install boxes\nsudo apt install ffmpeg\n```\n\n## Install package\n\n```commandline\npip install otus-open-lesson\n```\n\n## Usage\n\n```python\nfrom say_something import show_text, say\n\n\nwhile True:\n    text = input()\n    if text:\n        show_text(text)\n        say(text)\n    else:\n        break\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python package code and GitHub actions examples for OTUS open lesson for Team-Lead learning course",
    "version": "0.4.0",
    "project_urls": {
        "Changelog": "https://github.com/danteonline/team-lead-ci-cd-open-lesson/releases",
        "Download": "https://pypi.org/project/team-lead-ci-cd-open-lesson",
        "Homepage": "https://github.com/danteonline/team-lead-ci-cd-open-lesson",
        "Release notes": "https://github.com/danteonline/team-lead-ci-cd-open-lesson/releases",
        "Source": "https://github.com/danteonline/team-lead-ci-cd-open-lesson",
        "Tracker": "https://github.com/danteonline/team-lead-ci-cd-open-lesson/issues"
    },
    "split_keywords": [
        "python",
        " audio",
        " package",
        " text"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e9860eb923f9a2832c76fa906a4ff8aeb8c33943fbb864614f9ddf73e0eeb5a",
                "md5": "7735b549977c88560d220e1511733017",
                "sha256": "e2f3069c1c7971a64f090d330dfdeb179cff5a266a9f70de068021172de7dd65"
            },
            "downloads": -1,
            "filename": "otus_open_lesson-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7735b549977c88560d220e1511733017",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 3215,
            "upload_time": "2024-09-09T18:22:30",
            "upload_time_iso_8601": "2024-09-09T18:22:30.730411Z",
            "url": "https://files.pythonhosted.org/packages/1e/98/60eb923f9a2832c76fa906a4ff8aeb8c33943fbb864614f9ddf73e0eeb5a/otus_open_lesson-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04bf572bcc7cef3ea6b76b2bc0aee6ee42e6bacb01cadb4978c39b70c07d0cff",
                "md5": "704a5ffe85db8c6e1601a0673c001455",
                "sha256": "92cdac1f7e1964ac9d39e44658c011d978391ec1a206bb4fc88395d82f81f338"
            },
            "downloads": -1,
            "filename": "otus_open_lesson-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "704a5ffe85db8c6e1601a0673c001455",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 3514,
            "upload_time": "2024-09-09T18:22:32",
            "upload_time_iso_8601": "2024-09-09T18:22:32.388773Z",
            "url": "https://files.pythonhosted.org/packages/04/bf/572bcc7cef3ea6b76b2bc0aee6ee42e6bacb01cadb4978c39b70c07d0cff/otus_open_lesson-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-09 18:22:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "danteonline",
    "github_project": "team-lead-ci-cd-open-lesson",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "setuptools",
            "specs": []
        },
        {
            "name": "gTTS",
            "specs": []
        },
        {
            "name": "pydub",
            "specs": []
        }
    ],
    "lcname": "otus-open-lesson"
}
        
Elapsed time: 0.81043s