Skip to content

Commit 21aea65

Browse files
authored
Merge pull request #461 from ssl-hep/badges
Badges on readme
2 parents bf9fc7a + 665bb0d commit 21aea65

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# ServiceX Client Library
2+
3+
4+
[![GitHub Actions Status](https://github.com/ssl-hep/ServiceX_frontend/workflows/CI/CD/badge.svg?branch=master)](https://github.com/ssl-hep/ServiceX_frontend/actions)
5+
[![Code Coverage](https://codecov.io/gh/ssl-hep/ServiceX_frontend/graph/badge.svg)](https://codecov.io/gh/ssl-hep/ServiceX_frontend)
6+
7+
[![PyPI version](https://badge.fury.io/py/servicex.svg)](https://badge.fury.io/py/servicex)
8+
[![Supported Python versions](https://img.shields.io/pypi/pyversions/servicex.svg)](https://pypi.org/project/servicex/)
9+
10+
[![Docs](https://readthedocs.org/projects/docs/badge/?version=latest)](https://servicex-frontend.readthedocs.io)
11+
12+
213
Python SDK and CLI Client for ServiceX
314

415
## Documentation

docs/command_line.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Command Line Interface
2-
=======================
3-
*\*Experimental*
1+
Command Line Interface (Experimental)
2+
======================================
3+
*\*The command line interface is an under-development feature that is not supported in the 3.0.0 release*
44

55
The command line interface (CLI) is a text-based interface used to interact with the system.
66
When installed, the client provides a new command in your shell,

0 commit comments

Comments
 (0)