Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ committed Dec 14, 2023
1 parent 6600301 commit b74e618
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
- name: Install Poetry
run: |
pipx install poetry
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![zincware](https://img.shields.io/badge/Powered%20by-zincware-darkcyan)](https://github.com/zincware)
[![codecov](https://codecov.io/gh/zincware/ZnFrame/graph/badge.svg?token=ZURLRO9WTI)](https://codecov.io/gh/zincware/ZnFrame)
[![PyPI version](https://badge.fury.io/py/znframe.svg)](https://badge.fury.io/py/znframe)

# ZnFrame - ASE-like Interface based on dataclasses

This package is designed for light-weight applications that require a structure for managing atomic structures.
Expand All @@ -11,3 +15,7 @@ frame = Frame.from_atoms(molecule("NH3"))

print(frame.to_json())
```

# Installation

`pip install znframe`

0 comments on commit b74e618

Please sign in to comment.