Skip to content

Commit d94ba22

Browse files
committed
badge [ci skip]
1 parent 5bb52b6 commit d94ba22

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
[![Travis CI](https://travis-ci.org/scivision/lineclipping-python-fortran.svg?branch=master)](https://travis-ci.org/scivision/lineclipping-python-fortran)
22
[![AppVeyor](https://ci.appveyor.com/api/projects/status/cr0omkhjvgwcyxiy?svg=true)](https://ci.appveyor.com/project/scivision/lineclipping-python-fortran)
3+
[![PyPi versions](https://img.shields.io/pypi/pyversions/pylineclip.svg)](https://pypi.python.org/pypi/pylineclip)
4+
[![PyPi wheels](https://img.shields.io/pypi/format/pylineclip.svg)](https://pypi.python.org/pypi/pylineclip)
5+
[![PyPi Download stats](http://pepy.tech/badge/pylineclip)](http://pepy.tech/project/pylineclip)
36

47
# Line clipping
58

6-
- lineClipping.jl Cohen-Sutherland line clipping algorithm for Julia.
9+
- `lineClipping.jl` Cohen-Sutherland line clipping algorithm for Julia.
710
Input scalars, output intersection length, or `None` if no intersection.
8-
- lineclipping.f90 Cohen-Sutherland line clipping algorithm for
11+
- `lineclipping.f90` Cohen-Sutherland line clipping algorithm for
912
massively parallel coarray modern Fortran. Input scalars or arrays,
1013
output intersections or `NaN` if no intersection.
11-
- lineClipping.py Cohen-Sutherland line clipping algorithm for Python.
14+
- `lineClipping.py` Cohen-Sutherland line clipping algorithm for Python.
1215
Input scalars, output intersection length, or `None` if no intersection.
1316

1417
## Install

0 commit comments

Comments
 (0)