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

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


The following commit(s) were added to refs/heads/master by this push:
     new f1821de  Add license and PyPI shields (#67)
f1821de is described below

commit f1821de7463e54f3cc2555a49baac45d7b3a43ad
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Fri Jul 4 16:43:25 2025 -0700

    Add license and PyPI shields (#67)
---
 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