Skip to content
Snippets Groups Projects
henrietta's avatar
Piotr Maślanka authored
d3641cd5

Satella is a Python library for writing server applications, especially those dealing with small network-oriented task.

Satella regards network sockets as sockets, just the way the are, taking into consideration the multitude of ways they can fail. Other libraries tend to abstract them away as files.

Satella is easy-to-use. It's main task is to reduce the cognitive load on the programmer. It requires minimum startup and faciliates it's objects, classes and procedures to be used without requiring the coder to read and understand multitude information about unnecessary far-away classes.