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
sudo apt update
sudo apt install boxes
sudo apt install ffmpeg
Install package
pip install otus-open-lesson
Usage
from say_something import show_text, say
while True:
text = input()
if text:
show_text(text)
say(text)
else:
break
Release files for otus-open-lesson 0.4.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| otus_open_lesson-0.4.0.tar.gz | 3.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| otus_open_lesson-0.4.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.7 kB
Release files / otus_open_lesson-0.4.0.tar.gz
| Download URL | otus_open_lesson-0.4.0.tar.gz |
|---|---|
| Size | 3.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
92cdac1f7e1964ac9d39e44658c011d978391ec1a206bb4fc88395d82f81f338
|
|
BLAKE2b-256 checksum How to use checksums |
04bf572bcc7cef3ea6b76b2bc0aee6ee42e6bacb01cadb4978c39b70c07d0cff
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.9.19
|
Release files / otus_open_lesson-0.4.0-py3-none-any.whl
| Download URL | otus_open_lesson-0.4.0-py3-none-any.whl |
|---|---|
| Size | 3.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e2f3069c1c7971a64f090d330dfdeb179cff5a266a9f70de068021172de7dd65
|
|
BLAKE2b-256 checksum How to use checksums |
1e9860eb923f9a2832c76fa906a4ff8aeb8c33943fbb864614f9ddf73e0eeb5a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.9.19
|