Changes between Initial Version and Version 1 of Ticket #66787, comment 3


Ignore:
Timestamp:
Aug 29, 2023, 6:39:25 PM (9 months ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66787, comment 3

    initial v1  
    11Perusing upstream's repo, it looks like `py-twisted` is quite modular, and provides plenty of flexibility relative to which component(s) are included:
    22
     3* `twisted.conch`: SSHv2 and Telnet clients and servers and terminal emulators
     4* `twisted.mail`: IMAPv4, POP3, SMTP clients and servers
     5* `twisted.names`: DNS client and tools for making your own DNS servers
     6* `twisted.positioning`: Tools for communicating with NMEA-compatible GPS receivers
     7* `twisted.trial`: A unit testing framework that integrates well with Twisted-based code.
    38* `twisted.web`: HTTP clients and servers, HTML templating, and a WSGI server
    4 * `twisted.conch`: SSHv2 and Telnet clients and servers and terminal emulators
    59* `twisted.words`: Clients and servers for IRC, XMPP, and other IM protocols
    6 * `twisted.mail`: IMAPv4, POP3, SMTP clients and servers
    7 * `twisted.positioning`: Tools for communicating with NMEA-compatible GPS receivers
    8 * `twisted.names`: DNS client and tools for making your own DNS servers
    9 * `twisted.trial`: A unit testing framework that integrates well with Twisted-based code.
    1010
    1111So we could modularize the port as well, via variants.