File tree Expand file tree Collapse file tree 4 files changed +10
-68
lines changed
src/socketio_driver/drivers Expand file tree Collapse file tree 4 files changed +10
-68
lines changed Original file line number Diff line number Diff line change 1- #### Project description
2-
31<p align =" center " >
42 <img src="https://banners.beyondco.de/Masonite%20SocketIO%20Driver.png?theme=light&packageManager=pip+install&packageName=masonite-socketio-driver&pattern=charlieBrown&style=style_2&description=Driver+support+for+SocketIO+in+masonite+4.&md=1&showWatermark=1&fontSize=100px&images=adjustments&widths=50&heights=50">
53</p >
64
75<p align =" center " >
86 <img alt =" PyPI " src =" https://img.shields.io/pypi/v/masonite-socketio-driver " >
9- <img alt =" issues " src =" https://img.shields.io/github/issues/yubarajshrestha /masonite-socketio-driver " >
7+ <img alt =" issues " src =" https://img.shields.io/github/issues/py-package /masonite-socketio-driver " >
108 <img src =" https://img.shields.io/badge/python-3.7+-blue.svg " alt =" Python Version " >
11- <img alt =" GitHub release (latest by date including pre-releases) " src =" https://img.shields.io/github/v/release/yubarajshrestha /masonite-socketio-driver " >
12- <img alt =" License " src =" https://img.shields.io/github/license/yubarajshrestha /masonite-socketio-driver " >
13- <a href =" https://github.com/yubarajshrestha /masonite-socketio-driver/stargazers " ><img alt =" star " src =" https://img.shields.io/github/stars/yubarajshrestha /masonite-socketio-driver " /></a >
9+ <img alt =" GitHub release (latest by date including pre-releases) " src =" https://img.shields.io/github/v/release/py-package /masonite-socketio-driver " >
10+ <img alt =" License " src =" https://img.shields.io/github/license/py-package /masonite-socketio-driver " >
11+ <a href =" https://github.com/py-package /masonite-socketio-driver/stargazers " ><img alt =" star " src =" https://img.shields.io/github/stars/py-package /masonite-socketio-driver " /></a >
1412 <img alt =" downloads " src =" https://img.shields.io/pypi/dm/masonite-socketio-driver?style=flat " />
1513 <a href =" https://github.com/psf/black " ><img alt =" Code style: black " src =" https://img.shields.io/badge/code%20style-black-000000.svg " ></a >
1614</p >
1715
18- ** What is Minio -Driver?**
16+ ** What is SocketIo -Driver?**
1917
2018It's an extra broadcast driver support for SocketIO in masonite 4, it extends default masonite broadcast driver to support SocketIO.
2119
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55
66setup (
77 name = "masonite-socketio-driver" ,
8- version = '2.0.3 ' ,
8+ version = '2.0.4 ' ,
99 packages = [
1010 "socketio_driver" ,
1111 "socketio_driver.config" ,
1717 long_description = long_description ,
1818 long_description_content_type = "text/markdown" ,
1919 # The project's main homepage.
20- url = "https://github.com/yubarajshrestha /masonite-socketio-driver" ,
20+ url = "https://github.com/py-package /masonite-socketio-driver" ,
2121 # Author details
2222 author = "Yubaraj Shrestha" ,
23- author_email = "companion.krish@outlook .com" ,
23+ author_email = "yubaraj@pypackage .com" ,
2424 project_urls = {
25- "Bug Tracker" : "https://github.com/yubarajshrestha /masonite-socketio-driver/issues" ,
25+ "Bug Tracker" : "https://github.com/py-package /masonite-socketio-driver/issues" ,
2626 },
2727 classifiers = [
2828 # How mature is this project? Common values are
Original file line number Diff line number Diff line change 1- from src .socketio_driver .communicator import Communicator
1+ from .. .socketio_driver .communicator import Communicator
22
33
44class SocketDriver :
You can’t perform that action at this time.
0 commit comments