This is an automated email from the ASF dual-hosted git repository.

asorokoumov pushed a commit to branch readme-shields
in repository https://gitbox.apache.org/repos/asf/otava.git

commit 4a39c14f70d3b5fd91a98023126b8c064256406c
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Thu Jul 3 12:50:22 2025 -0700

    Add license and PyPI shields
---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 7a368ab..37a8d70 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,11 @@
 Otava – Change Detection for Continuous Performance Engineering
 ===============================================================
 
+[![License](https://img.shields.io/:license-Apache%202-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
+[![PyPI 
version](https://img.shields.io/pypi/v/apache-otava.svg)](https://pypi.org/project/apache-otava/)
+[![PyPI - Python 
Version](https://img.shields.io/pypi/pyversions/apache-otava.svg)](https://pypi.org/project/apache-otava/)
+
+
 Apache Otava (incubating) performs statistical analysis of performance test 
results stored
 in CSV files, PostgreSQL, BigQuery, or Graphite database. It finds 
change-points and notifies about
 possible performance regressions.

Reply via email to