From a8ce3f5c3c4cae44432410a83665211f4d24a7bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Mon, 10 Feb 2020 13:51:35 +0100 Subject: [PATCH] a significant README update --- README.md | 8 +++++++- satella/__init__.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8f864cb..fdca8fbf 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,13 @@ 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 contains, among other things: + +* things to help you manage your [application's configuration](satella/configuration) +* a fully equipped [metrics library](satella/instrumentation/metrics) +* helpful [exception handlers](satella/exception_handling) +* common programming [idioms](satella/coding) + See [LICENSE](LICENSE) for text of the license. This library may contain code taken from elsewhere on the internets, so this is copyright (c) respective authors. -**satella 1.0 remains in [maintenance mode](https://github.com/piotrmaslanka/satella/tree/satella1.0)** diff --git a/satella/__init__.py b/satella/__init__.py index 08271d53..1ac93fa4 100644 --- a/satella/__init__.py +++ b/satella/__init__.py @@ -1 +1 @@ -__version__ = '2.4.7rc1' +__version__ = '2.4.7' -- GitLab