# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                py-websockets
version             17.0.1
revision            0

license             BSD
maintainers         nomaintainer
description         WebSocket implementation in Python 3
long_description    websockets is a library for building WebSocket servers and \
                    clients in Python with a focus on correctness and simplicity. \
                    Built on top of asyncio, Python's standard asynchronous I/O \
                    framework, it provides an elegant coroutine-based API.

homepage            https://github.com/aaugustin/websockets

checksums           rmd160  4bb120b22f58b69ded274f1c5ba39ec2694a4473 \
                    sha256  5baa9bc0dfbae8c507e51c8cf1b6d4628086f7a87bbd3a9952bd5f035451f1cc \
                    size    183298

python.versions     310 311 312 313 314
