Skip to content

Commit

Permalink
add readme badges for CI status, min supported py version, current Py…
Browse files Browse the repository at this point in the history
…PI release and monthly downloads
  • Loading branch information
janosh committed Jan 28, 2022
1 parent a5ff517 commit 5b5dbf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Testing
name: Tests

on:
push:
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# <img alt="atomate" src="docs_rst/_static/atomate_logo_small.png" width="250">

[![Tests](https://github.com/hackingmaterials/atomate/actions/workflows/test.yml/badge.svg)](https://github.com/hackingmaterials/atomate/actions/workflows/test.yml)
[![PyPI Downloads](https://img.shields.io/pypi/dm/atomate?label=PyPI%20Downloads)](https://pypi.org/project/atomate)
[![PyPI](https://img.shields.io/pypi/v/atomate?label=PyPI%20Release)](https://pypi.org/project/atomate)
[![Requires Python 3.8+](https://img.shields.io/badge/Python-3.8+-blue.svg?label=Requires%20Python)](https://python.org/downloads)

atomate is a software for computational materials science that contains pre-built workflows to compute and analyze the properties of materials.

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

0 comments on commit 5b5dbf9

Please sign in to comment.