Metadata-Version: 2.1
Name: sample-ws-server
Version: 0.0.3
Summary: Little web sockets server
Home-page: https://gitlab.com/cdlr75/ws-server
Author: Constantin De La Roche
Author-email: cdlr75@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://gitlab.com/cdlr75/ws-server/issues
Project-URL: Source, https://gitlab.com/cdlr75/ws-server
Keywords: sample websockets server
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: websockets (==8.0.2)
Provides-Extra: test
Requires-Dist: asynctest (==0.13.0) ; extra == 'test'

WS Server [DOC](https://cdlr75.gitlab.io/ws-server/)
===

Playground around websockets.

Install using pip: `pip install sample-ws-server`

```
$ ws_server -h
usage: __main__.py [-h] [--host HOST] [--port PORT] [--verbosity VERBOSITY]

optional arguments:
  -h, --help            show this help message and exit
  --host HOST           Server host
  --port PORT           Port to bind
  --verbosity VERBOSITY
                        Log level DEBUG|INFO|WARNING...
```


