Skip to content

Commit b2c9fd6

Browse files
committed
Add badges
1 parent 783c6a1 commit b2c9fd6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# Firefly Algorithm in Python
1+
# Firefly Algorithm --- Implementation of Firefly algorithm in Python
2+
3+
---
4+
5+
[![PyPI Version](https://img.shields.io/pypi/v/fireflyalgorithm.svg)](https://pypi.python.org/pypi/fireflyalgorithm)
6+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fireflyalgorithm.svg)
7+
![PyPI - Downloads](https://img.shields.io/pypi/dm/fireflyalgorithm.svg)
8+
[![GitHub license](https://img.shields.io/github/license/firefly-cpp/FireflyAlgorithm.svg)](https://github.com/firefly-cpp/FireflyAlgorithm/blob/master/LICENSE)
9+
![GitHub commit activity](https://img.shields.io/github/commit-activity/w/firefly-cpp/FireflyAlgorithm.svg)
10+
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/firefly-cpp/FireflyAlgorithm.svg)](http://isitmaintained.com/project/firefly-cpp/FireflyAlgorithm "Average time to resolve an issue")
11+
[![Percentage of issues still open](http://isitmaintained.com/badge/open/firefly-cpp/FireflyAlgorithm.svg)](http://isitmaintained.com/project/firefly-cpp/FireflyAlgorithm "Percentage of issues still open")
12+
![GitHub contributors](https://img.shields.io/github/contributors/firefly-cpp/FireflyAlgorithm.svg)
213

314
## Installation:
415

0 commit comments

Comments
 (0)