Skip to content

Commit

Permalink
Merge branch 'main' of github.com:oir/barkeep
Browse files Browse the repository at this point in the history
  • Loading branch information
oir committed Dec 19, 2023
2 parents 26199a4 + 8c026a5 commit 8f83bc0
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,12 @@ Use it by including `barkeep.h` in your project.
__barkeep__ also has [python bindings](https://pypi.python.org/pypi/barkeep).


<img src="img/C++.svg" height="22">
<a href="https://github.com/oir/barkeep/actions/workflows/build-test.yml/badge.svg">
<img src="https://github.com/oir/barkeep/actions/workflows/build-test.yml/badge.svg" alt="Build status">
</a>
<a href="https://coveralls.io/github/oir/barkeep?branch=main">
<img src="https://coveralls.io/repos/github/oir/barkeep/badge.svg?branch=main" alt="Coverage status">
</a>
<img src="img/C++.svg" height="22"> <a href="https://github.com/oir/barkeep/actions/workflows/build-test.yml/badge.svg"><img src="https://github.com/oir/barkeep/actions/workflows/build-test.yml/badge.svg" alt="Build status"></a>
<a href="https://coveralls.io/github/oir/barkeep?branch=main"><img src="https://coveralls.io/repos/github/oir/barkeep/badge.svg?branch=main" alt="Coverage status"></a>
<img src="https://img.shields.io/badge/std-c++17-blue.svg" alt="c++17">
<br/>
<img src="img/python.svg" height="22">
<a href="https://github.com/oir/barkeep/actions/workflows/build-wheels.yml/badge.svg">
<img src="https://github.com/oir/barkeep/actions/workflows/build-wheels.yml/badge.svg" alt="Build status">
</a>
<a href="https://pypi.python.org/pypi/barkeep">
<img src="https://img.shields.io/badge/python-3.9_|_3.10_|_3.11_|_3.12-blue.svg" alt="pypi">
</a>
<img src="img/python.svg" height="22"> <a href="https://github.com/oir/barkeep/actions/workflows/build-wheels.yml/badge.svg"><img src="https://github.com/oir/barkeep/actions/workflows/build-wheels.yml/badge.svg" alt="Build status"></a>
<a href="https://pypi.python.org/pypi/barkeep"><img src="https://img.shields.io/badge/python-3.9_|_3.10_|_3.11_|_3.12-blue.svg" alt="pypi"></a>


---
Expand Down

0 comments on commit 8f83bc0

Please sign in to comment.