# -*- 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 13.0 license BSD platforms darwin maintainers {toby @tobypeterson} openmaintainer 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 149e0f4c1bac19af7b87f3eb19357be405a2a7d5 \ sha256 b7bf950234a482b7461afdb2ec99eee3548ec4d53f418c7990bb79c620476602 \ size 147622 python.versions 38 39 310 311 312