diff -r 3d0e5eb0a181 -r 1cedda2f8455 src/pyams_apm.egg-info/PKG-INFO --- a/src/pyams_apm.egg-info/PKG-INFO Wed Feb 06 09:23:14 2019 +0100 +++ b/src/pyams_apm.egg-info/PKG-INFO Mon Nov 25 13:39:35 2019 +0100 @@ -6,9 +6,31 @@ Author: Thierry Florac Author-email: tflorac@ulthar.net License: ZPL -Description: - PyAMS APM - ========= +Description: ================= + PyAMS_apm package + ================= + + .. contents:: + + + What is PyAMS + ============= + + PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications + and content management with the Pyramid framework. + + **PyAMS** is actually mainly used to manage web sites through content management applications (CMS), + see PyAMS_content package), but many features are generic and can be used inside any kind of web + application. + + + What is PyAMS_apm ? + =================== + + APM in an Elasticsearch module which can be used to monitor applications performances. + + This package allows to integrate any Pyramid application with APM, providing a custom tween. + It also add instrumentation of several Python packages, like Chameleon or LDAP3. History