Skip to content

Commit e8221b8

Browse files
committed
adding badges
1 parent 92708df commit e8221b8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# COMPAS OCC
22

3-
COMPAS wrapper for the Python bindings of OCC
3+
![build](https://github.com/compas-dev/compas_occ/workflows/build/badge.svg)
4+
[![GitHub - License](https://img.shields.io/github/license/compas-dev/compas_occ.svg)](https://github.com/compas-dev/compas_occ)
5+
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/compas_occ.svg)](https://pypi.python.org/project/compas_occ)
6+
[![PyPI - Latest Release](https://img.shields.io/pypi/v/compas_occ.svg)](https://pypi.python.org/project/compas_occ)
7+
[![Conda - Latest Release](https://anaconda.org/conda-forge/compas_occ/badges/version.svg)](https://anaconda.org/conda-forge/compas_occ)
8+
[![Conda - Platform](https://img.shields.io/conda/pn/conda-forge/compas_occ)](https://anaconda.org/conda-forge/compas_occ)
49

5-
For more information, see the docs at <https://compas.dev/compas_occ/latest/index.html>.
10+
COMPAS wrapper for the Python bindings (`pythonocc-core`) of the 3D geometry kernel of Open Cascade.
11+
12+
More info coming soon.
13+
In the meantime, see the docs at <https://compas.dev/compas_occ/latest/index.html>.

0 commit comments

Comments
 (0)