Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37542531
en ru br
ALT Linux repos
S:0.1.1-alt3

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.1.1-alt3
Build date: 12 december 2019, 15:41 ( 228.2 weeks ago )
Size: 33.40 Kb

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

License: GPLv3
Summary: Network Framer Library
Description:

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.

Current maintainer: Andrey Bychkov

List of contributors

List of rpms provided by this srpm:

  • python3-module-framer
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin