1
0
mirror of https://github.com/TREX-CoE/fparser.git synced 2024-10-02 06:21:08 +02:00

badges updated

This commit is contained in:
Ravindra Shinde 2021-04-01 13:12:59 +02:00 committed by GitHub
parent 946844a1a7
commit 17440cdde4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,30 @@
# A Modern Fortran-based Parser
| **Status** | ![Github issues](https://img.shields.io/github/issues/TREX-CoE/fparser) ![Github forks](https://img.shields.io/github/forks/TREX-CoE/fparser) ![Github stars](https://img.shields.io/github/stars/TREX-CoE/fparser) |
| **Status** | ![Github issues](https://img.shields.io/github/issues/TREX-CoE/fparser) ![Pull Requests](https://img.shields.io/github/issues-pr/TREX-CoE/fparser) ![Github forks](https://img.shields.io/github/forks/TREX-CoE/fparser) ![Github stars](https://img.shields.io/github/stars/TREX-CoE/fparser) ![languages](https://img.shields.io/github/languages/count/TREX-CoE/fparser) ![Contributors](https://img.shields.io/github/contributors/TREX-CoE/fparser) |
| :------ | :------- |
| **License** | ![Github license](https://img.shields.io/github/license/TREX-CoE/fparser)|
<!--
- release ![Last release tag](https://img.shields.io/github/release/TREX-CoE/fparser)
- Commit Status ![commit-status](https://img.shields.io/github/commit-status/TREX-CoE/fparser)
- Last Modified ![Last Modified](https://img.shields.io/github/last-modified/TREX-CoE/fparser)
- languages ![languages](https://img.shields.io/github/languages/count/TREX-CoE/fparser)
- Contributors ![Contributors](https://img.shields.io/github/contributors/TREX-CoE/fparser)
- Commit Activity ![Commit Activity](https://img.shields.io/github/commit-activity/m/TREX-CoE/fparser)
- code coverage percentage: ![coverage](https://img.shields.io/badge/coverage-80%25-yellowgreen)
- stable release version: ![version](https://img.shields.io/badge/version-1.0.0-blue)
- package manager release: ![gem](https://img.shields.io/badge/gem-2.2.0-blue)
- status of third-party dependencies: ![dependencies](https://img.shields.io/badge/dependencies-out%20of%20date-orange)
- static code analysis grade: ![codacy](https://img.shields.io/badge/codacy-B-green)
- Python package downloads: ![downloads](https://img.shields.io/badge/downloads-13k%2Fmonth-brightgreen)
-->
This repository contains a modern Fortran-based input file parser. It uses a modified libfdf library.
---