Skip to content

Commit

Permalink
docs: Add conda-forge badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Sep 24, 2024
1 parent b67b122 commit 1a5ecb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![Code Coverage](https://codecov.io/gh/iris-hep/func_adl/graph/badge.svg)](https://codecov.io/gh/iris-hep/func_adl)

[![PyPI version](https://badge.fury.io/py/func-adl.svg)](https://badge.fury.io/py/func-adl)
[![conda-forge version](https://img.shields.io/conda/vn/conda-forge/func-adl.svg)](https://github.com/conda-forge/func-adl-feedstock.git)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/func-adl.svg)](https://pypi.org/project/func-adl/)

`func_adl` Uses an SQL like language, and extracts data and computed values from a ROOT file or an ATLAS xAOD file
Expand Down Expand Up @@ -93,7 +94,7 @@ class dd_jet:
class dd_event:
def Jets(self, bank: str) -> Iterable[dd_jet]:
...

def EventNumber(self, bank='default') -> int
...

Expand Down

0 comments on commit 1a5ecb3

Please sign in to comment.