Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37048161
en ru br
ALT Linux repositórios
S:0.1.1-alt3

Group :: Development/Python3
RPM: python3-module-framer

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 0.1.1-alt3
Data da compilação: 12 dezembro 2019, 15:41 ( 224.1 weeks ago )
Tamanho:: 33.40 Kb

Home page:   https://pypi.python.org/pypi/framer/

Licença: GPLv3
Sumário: Network Framer Library
Descrição:

The Framer library is a network communications library, built on top of
asyncio, for managing these units, which it calls frames. The Framer
library is built as an asyncio protocol which also happens to implement
the behavior of an asyncio transport. The protocol object can have
framers set on both directions of the communication; these framers
translate between the stream interface provided by TCP and the sequence
of frames desired by the application.

A framer is simply an object implementing a couple of methods which
implement the transformation from a stream to a frame and from a frame
to a sequence of bytes to transmit on the stream. These framers can
range from rather trivial--as in a text-oriented protocol like SMTP--all
the way to a complex binary data transmission protocol such as some
forms of RPC.

Mantenedor currente: Andrey Bychkov

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • python3-module-framer
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009