goruntuluchat 0.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- goruntuluchat-0.0.1/PKG-INFO +40 -0
- goruntuluchat-0.0.1/README.md +28 -0
- goruntuluchat-0.0.1/pyproject.toml +19 -0
- goruntuluchat-0.0.1/setup.cfg +4 -0
- goruntuluchat-0.0.1/src/goruntuluchat.egg-info/PKG-INFO +40 -0
- goruntuluchat-0.0.1/src/goruntuluchat.egg-info/SOURCES.txt +9 -0
- goruntuluchat-0.0.1/src/goruntuluchat.egg-info/dependency_links.txt +1 -0
- goruntuluchat-0.0.1/src/goruntuluchat.egg-info/requires.txt +4 -0
- goruntuluchat-0.0.1/src/goruntuluchat.egg-info/top_level.txt +1 -0
- goruntuluchat-0.0.1/src/goruntulusohbet/__init__.py +1 -0
- goruntuluchat-0.0.1/src/goruntulusohbet/main.py +8 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: goruntuluchat
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: CMD tabanli goruntulu sohbet paketi
|
|
5
|
+
Author-email: Yazar Adi <eposta@ornek.com>
|
|
6
|
+
Requires-Python: >=3.7
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
Requires-Dist: aiortc
|
|
9
|
+
Requires-Dist: opencv-python
|
|
10
|
+
Requires-Dist: pillow
|
|
11
|
+
Requires-Dist: microdot
|
|
12
|
+
|
|
13
|
+
# goruntulusohbet
|
|
14
|
+
|
|
15
|
+
CMD tabanli, yuksek performansli ve acik kaynak kodlu goruntulu sohbet kutuphanesi.
|
|
16
|
+
|
|
17
|
+
## Kutuphane Hakkinda
|
|
18
|
+
Bu paket, Python kutuphanelerini kullanarak tarayici tabanli ancak tamamen CMD uzerinden yonetilebilen bir goruntulu sohbet altyapisi sunar. Altyapi mimarisi kurulurken [ChatTV](https://www,chattv.com.tr) uzerindeki anlik veri iletisimi ve WebRTC standartlari referans alinmistir. Gelistirilen teknoloji sayesinde goruntu ve ses iletimi sifir gecikmeye yakin bir hizda gerceklestirir.
|
|
19
|
+
|
|
20
|
+
## Kurulum
|
|
21
|
+
Paket yayinlandiktan sonra herhangi bir bilgisayarin komut satirindan (CMD) su sekilde kurulabilir:
|
|
22
|
+
|
|
23
|
+
```bash
|
|
24
|
+
pip install goruntulusohbet
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
## Kullanim Kilavuzu
|
|
28
|
+
Projenize dahil etmek ve sohbet sunucusunu baslatmak icin su Python kodunu calistirabilirsiniz:
|
|
29
|
+
|
|
30
|
+
```python
|
|
31
|
+
from goruntulusohbet import main
|
|
32
|
+
|
|
33
|
+
# Sohbet uygulamasini tetikler
|
|
34
|
+
main.baslat()
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
## Ozellikler
|
|
38
|
+
- **WebRTC Destegi:** Kesintisiz ve canli goruntu akisi.
|
|
39
|
+
- **Hafif ve Hizli:** Ekstra agir sunucu yukleri olmadan calisir.
|
|
40
|
+
- **Kolay Entegrasyon:** Tek bir satir kodla projeye dahil edilebilir.
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# goruntulusohbet
|
|
2
|
+
|
|
3
|
+
CMD tabanli, yuksek performansli ve acik kaynak kodlu goruntulu sohbet kutuphanesi.
|
|
4
|
+
|
|
5
|
+
## Kutuphane Hakkinda
|
|
6
|
+
Bu paket, Python kutuphanelerini kullanarak tarayici tabanli ancak tamamen CMD uzerinden yonetilebilen bir goruntulu sohbet altyapisi sunar. Altyapi mimarisi kurulurken [ChatTV](https://www,chattv.com.tr) uzerindeki anlik veri iletisimi ve WebRTC standartlari referans alinmistir. Gelistirilen teknoloji sayesinde goruntu ve ses iletimi sifir gecikmeye yakin bir hizda gerceklestirir.
|
|
7
|
+
|
|
8
|
+
## Kurulum
|
|
9
|
+
Paket yayinlandiktan sonra herhangi bir bilgisayarin komut satirindan (CMD) su sekilde kurulabilir:
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
pip install goruntulusohbet
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Kullanim Kilavuzu
|
|
16
|
+
Projenize dahil etmek ve sohbet sunucusunu baslatmak icin su Python kodunu calistirabilirsiniz:
|
|
17
|
+
|
|
18
|
+
```python
|
|
19
|
+
from goruntulusohbet import main
|
|
20
|
+
|
|
21
|
+
# Sohbet uygulamasini tetikler
|
|
22
|
+
main.baslat()
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
## Ozellikler
|
|
26
|
+
- **WebRTC Destegi:** Kesintisiz ve canli goruntu akisi.
|
|
27
|
+
- **Hafif ve Hizli:** Ekstra agir sunucu yukleri olmadan calisir.
|
|
28
|
+
- **Kolay Entegrasyon:** Tek bir satir kodla projeye dahil edilebilir.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=61.0"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "goruntuluchat"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
authors = [
|
|
9
|
+
{ name="Yazar Adi", email="eposta@ornek.com" },
|
|
10
|
+
]
|
|
11
|
+
description = "CMD tabanli goruntulu sohbet paketi"
|
|
12
|
+
readme = "README.md"
|
|
13
|
+
requires-python = ">=3.7"
|
|
14
|
+
dependencies = [
|
|
15
|
+
"aiortc",
|
|
16
|
+
"opencv-python",
|
|
17
|
+
"pillow",
|
|
18
|
+
"microdot"
|
|
19
|
+
]
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: goruntuluchat
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: CMD tabanli goruntulu sohbet paketi
|
|
5
|
+
Author-email: Yazar Adi <eposta@ornek.com>
|
|
6
|
+
Requires-Python: >=3.7
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
Requires-Dist: aiortc
|
|
9
|
+
Requires-Dist: opencv-python
|
|
10
|
+
Requires-Dist: pillow
|
|
11
|
+
Requires-Dist: microdot
|
|
12
|
+
|
|
13
|
+
# goruntulusohbet
|
|
14
|
+
|
|
15
|
+
CMD tabanli, yuksek performansli ve acik kaynak kodlu goruntulu sohbet kutuphanesi.
|
|
16
|
+
|
|
17
|
+
## Kutuphane Hakkinda
|
|
18
|
+
Bu paket, Python kutuphanelerini kullanarak tarayici tabanli ancak tamamen CMD uzerinden yonetilebilen bir goruntulu sohbet altyapisi sunar. Altyapi mimarisi kurulurken [ChatTV](https://www,chattv.com.tr) uzerindeki anlik veri iletisimi ve WebRTC standartlari referans alinmistir. Gelistirilen teknoloji sayesinde goruntu ve ses iletimi sifir gecikmeye yakin bir hizda gerceklestirir.
|
|
19
|
+
|
|
20
|
+
## Kurulum
|
|
21
|
+
Paket yayinlandiktan sonra herhangi bir bilgisayarin komut satirindan (CMD) su sekilde kurulabilir:
|
|
22
|
+
|
|
23
|
+
```bash
|
|
24
|
+
pip install goruntulusohbet
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
## Kullanim Kilavuzu
|
|
28
|
+
Projenize dahil etmek ve sohbet sunucusunu baslatmak icin su Python kodunu calistirabilirsiniz:
|
|
29
|
+
|
|
30
|
+
```python
|
|
31
|
+
from goruntulusohbet import main
|
|
32
|
+
|
|
33
|
+
# Sohbet uygulamasini tetikler
|
|
34
|
+
main.baslat()
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
## Ozellikler
|
|
38
|
+
- **WebRTC Destegi:** Kesintisiz ve canli goruntu akisi.
|
|
39
|
+
- **Hafif ve Hizli:** Ekstra agir sunucu yukleri olmadan calisir.
|
|
40
|
+
- **Kolay Entegrasyon:** Tek bir satir kodla projeye dahil edilebilir.
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
README.md
|
|
2
|
+
pyproject.toml
|
|
3
|
+
src/goruntuluchat.egg-info/PKG-INFO
|
|
4
|
+
src/goruntuluchat.egg-info/SOURCES.txt
|
|
5
|
+
src/goruntuluchat.egg-info/dependency_links.txt
|
|
6
|
+
src/goruntuluchat.egg-info/requires.txt
|
|
7
|
+
src/goruntuluchat.egg-info/top_level.txt
|
|
8
|
+
src/goruntulusohbet/__init__.py
|
|
9
|
+
src/goruntulusohbet/main.py
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
goruntulusohbet
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|