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 and structures
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
Tests run by default on Travis CI. Just build and run the attached Dockerfile. These tests run on Python 3.8
They pass on Windows too, but some tests requiring POSIX-like functionality are skipped.
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.9.14.linux-x86_64.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | adfe6d66d4a59d4e97d28bd41cad172170657cce561216672344fa9d6b24a6e2 |
|
MD5 | 87c767b3720242313e75aea2b36a883f |
|
BLAKE2b-256 | adfeb7b0674d90ce6e252c050ae484ffdbabbca9b4810faa9c961e2e0ea68448 |
Hashes for satella-2.9.14-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1227f88abc7d06151ffe9087645ae7534cbc3e7e70a1ef13ce01c42557c97086 |
|
MD5 | ff012b59943601f0d0b3d792f82158e6 |
|
BLAKE2b-256 | 81774992a0f5da8e123777fa35cb35b09b4b39ebc9ec626b7135be0f1fdc3e05 |