Skip to content

Commit ab83ffb

Browse files
authored
Merge pull request #15 from docentYT/development
Readme
2 parents de40f79 + 1edb51c commit ab83ffb

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

README.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
1-
# osm_easy_api
2-
3-
![Tests](https://github.com/docentYT/automated-python-tests-testing-repo/actions/workflows/tests.yaml/badge.svg)
4-
![coverage](https://raw.githubusercontent.com/docentYT/osm_easy_api/3889ae626be35183253485646b7be9e235a2fc27/coverage-badge.svg)
5-
[![PyPI version](https://badge.fury.io/py/osm_easy_api.svg)](https://badge.fury.io/py/osm_easy_api)
6-
7-
[Me on openstreetmap](https://www.openstreetmap.org/user/kwiatek_123)
8-
9-
Python package for parsing osm diffs and communicating with the osm api. See API.txt for list of supported endpoints.
1+
<h1 align="center">osm_easy_api</h1>
2+
<p align="center">
3+
<img src="https://github.com/docentYT/automated-python-tests-testing-repo/actions/workflows/tests.yaml/badge.svg" />
4+
<img src="https://raw.githubusercontent.com/docentYT/osm_easy_api/3889ae626be35183253485646b7be9e235a2fc27/coverage-badge.svg" />
5+
<a href="https://pypi.org/project/osm-easy-api/">
6+
<img src="https://img.shields.io/pypi/v/osm_easy_api" />
7+
</a>
8+
<a href="https://pypi.org/project/osm-easy-api/">
9+
<img src="https://img.shields.io/pypi/dm/osm_easy_api" alt="pypi downloads">
10+
</a>
11+
<a href="https://pypi.org/project/osm-easy-api/">
12+
<img alt="python versions" src="https://img.shields.io/pypi/pyversions/osm_easy_api" target="_blank" />
13+
</a>
14+
</p>
15+
16+
<p align="center"><a href="https://www.openstreetmap.org/user/kwiatek_123)">Me on OpenStreetMap</a></p>
17+
18+
Python package for parsing osm diffs and communicating with the OpenStreetMap api. See API.txt for list of supported endpoints.
1019

1120
## What's the point of this package?
1221

0 commit comments

Comments
 (0)