Skip to content

Commit 6537a51

Browse files
authored
Update README.md
+ Add badges requested by pyopensci reviewers + Small wording change + Move pypi version from misleading "Build" section to the topmost line (for ease of verifying the latest version).
1 parent 63ae214 commit 6537a51

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,16 @@
2424
>
2525
</picture>
2626
27+
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
28+
![Supported python versions -- 3.10, 3.11, 3.12](https://img.shields.io/badge/3.10%2C%203.11%2C%203.12-%234b8bbe?logo=Python&logoColor=%234b8bbe&label=For%20Python%3A)
29+
[![PyPI version badge][pypi package version badge]](https://badge.fury.io/py/astrodata)
30+
2731
### Tests
2832
![A badge displaying the testing coverage percentage of this repository.][coverage badge]
2933
![Testing status badge][test status badge]
3034

3135
### Building & Publishing
3236
![Documentation build status badge][docs build badge]
33-
[![PyPI version badge][pypi package version badge]](https://badge.fury.io/py/astrodata)
3437
![pypi packaging status badge][pypi packaging badge]
3538

3639
<!-- Clearing the logo for the next header -->
@@ -41,7 +44,7 @@ Making astronomical data consistent and approachable
4144

4245
`astrodata` is a package for managing astronomical data through a uniform
4346
interface. It is designed to be used with the
44-
[Astropy package][astropy link]. `astrodata` was designed by and
47+
[Astropy package][astropy link]. `astrodata` was created
4548
for use as part of the [`DRAGONS`][DRAGONS link] data reduction pipeline, but it is now
4649
implemented to be useful for any astronomical data reduction or analysis
4750
project.

0 commit comments

Comments
 (0)