All in one NetPythonHoster
Project description
Qu'est ce que hosterNetPython ?
hosterNetPython est un package pour héberger toutes les fonctions du net dans python, que ce sois pour les db ou pour les socketDict. Les fonctions de socket, http.server, socketserver, vidstream seront dans les modules
Pourquoi utiliser hosterNetPython ?
Utiliser hosterNetPython permet de créer ou d'éxécuter des scripts préfait mais très important comme :
les serveurs http
les serveurs avec une base de donnée pour avec fonctions de connexions
les serveurs de chat
Les fonctions principales
1. socketChat (La fonction serveur)
SocketChat permet d'héberger des chats avec la librairie socket
Cette fonction peut vous servir à créer des chats en 3 ligne de code
from hosterNetPython.socketServer.chat import socketChat
server = socketChat(host: str, port: int)
server.startChat()
2. SocketDb
from hosterNetPython.socketServer.db import socketDb
server = socketDb(host: str, port: int, db_name: str)
server.startDb()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hosternetpython-0.1.0.tar.gz
(2.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hosternetpython-0.1.0.tar.gz.
File metadata
- Download URL: hosternetpython-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5702fb9f45a84a9945d18b461f1e4e432bf8a737bdb43740254db36424b5e0b9
|
|
| MD5 |
f0cb492da1c260a8c4794fe53c336284
|
|
| BLAKE2b-256 |
14486b9fe9ca18410bd962c9ff95f3d4a7853b4231bdc926dd39eef023f45c62
|
File details
Details for the file hosterNetPython-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hosterNetPython-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75d30095456aebf43a79f7880d7992580489794f9678b6d65263f351f139226d
|
|
| MD5 |
a6b0144197691eff40d57ba9ac80faf7
|
|
| BLAKE2b-256 |
048fce779ca4a8c42bae89bb37442572993c4c8d062bb367d4b920f7913740b4
|