Utilities for writing servers in Python
Project description
satella
Satella is an almost-zero-requirements Python 3.5+ library for writing server applications, especially those dealing with mundane but useful things. It also runs on PyPy.
Satella uses semantic versioning 2.0.
Satella contains, among other things:
- things to help you manage your application's configuration
- a fully equipped metrics library
- alongside a fully metricized ThreadPoolExecutor
- helpful exception handlers
- common programming idioms
Most Satella objects make heavy use of __slots__
, so they are memory friendly and usable on embedded systems,
where memory is at premium.
Change log is kept as part of release notes. The CHANGELOG.md file is only to track changes since last release.
Full documentation is available for the brave souls that do decide to use this library.
See LICENSE for text of the license. This library may contain code taken from elsewhere on the internets, so this is copyright (c) respective authors.
Running unit tests
Just build and run the attached Dockerfile. These tests run on Python 3.8
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for satella-2.8.13.linux-x86_64.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d130c29620b56b307285b9d52953ae7fbfd11fe5f2cf9e55b578efb1149f654 |
|
MD5 | 885c62c606d13535d8bc017f5e432a16 |
|
BLAKE2b-256 | c494f0d6b56f458f3378a22cb6ddb886b68235014e404bf33804ce1ed575db20 |
Hashes for satella-2.8.13-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 152562ed657014949ed5ce97a6339dbd103dd06e6dea3e700ab253c672114b67 |
|
MD5 | 2cce47bd675902b8172c3d34d5e9e6d0 |
|
BLAKE2b-256 | 728dbbc251701999ec417b934f7a2d19cd2cadfe9df61cb4958475cbd62f6feb |