Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ac7b568

Browse files
committed
Clarify package name as metar
1 parent fdf82d2 commit ac7b568

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ htmlcov/
66
/.venv/
77
/build/
88
/dist/
9-
/python_metar.egg-info/
10-
/metar.egg-info/
9+
/metar.egg-info/

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change Log
22
==========
33

4+
metar-2.0.1 (TBD)
5+
6+
Over the years, this package has gone by the name `metar` and `python-metar`. We are
7+
settling on `metar` going forward, which matches the most recent pypi and conda-forge
8+
coordinates.
9+
410
metar-2.0.0 (18 March 2026)
511

612
This release rolls up fixes and updates made by the community. The version number

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The [Federal Meteorological Handbook No.1. (FMC-H1-2017)](http://www.ofcm.gov/pu
5454
Author
5555
------
5656

57-
The `python-metar` library was orignally authored by [Tom Pollard](https://github.com/tomp) in January 2005, and is now maintained by contributors on Github.
57+
The `metar` library was orignally authored by [Tom Pollard](https://github.com/tomp) in January 2005, and is now maintained by contributors on Github.
5858

5959
Installation
6060
------------------------------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "python-metar"
2+
name = "metar"
33
version = "2.0.0"
44
description = "Metar - a package to parse METAR-coded weather reports"
55

0 commit comments

Comments
 (0)