Skip to content

Commit 5b5dbf9

Browse files
committed
add readme badges for CI status, min supported py version, current PyPI release and monthly downloads
1 parent a5ff517 commit 5b5dbf9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Testing
1+
name: Tests
22

33
on:
44
push:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# <img alt="atomate" src="docs_rst/_static/atomate_logo_small.png" width="250">
22

3+
[![Tests](https://github.com/hackingmaterials/atomate/actions/workflows/test.yml/badge.svg)](https://github.com/hackingmaterials/atomate/actions/workflows/test.yml)
4+
[![PyPI Downloads](https://img.shields.io/pypi/dm/atomate?label=PyPI%20Downloads)](https://pypi.org/project/atomate)
5+
[![PyPI](https://img.shields.io/pypi/v/atomate?label=PyPI%20Release)](https://pypi.org/project/atomate)
6+
[![Requires Python 3.8+](https://img.shields.io/badge/Python-3.8+-blue.svg?label=Requires%20Python)](https://python.org/downloads)
7+
38
atomate is a software for computational materials science that contains pre-built workflows to compute and analyze the properties of materials.
49

510
- **Website (including documentation):** https://hackingmaterials.github.io/atomate/

0 commit comments

Comments
 (0)