Skip to content

Commit 5904619

Browse files
committed
chore: update README
- add note about new maintainer and future release - update the various URLs - fix a typo [ci skip]
1 parent d4ab72e commit 5904619

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.rst

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
1-
In case anyone has interest to take over this repository, please write me on my public email. To be eligible you should have a proven track record of FOSS python projects and ideally some PyPI package management experience.
2-
31
routingpy
42
==========
53

6-
.. image:: https://github.com/gis-ops/routing-py/workflows/tests/badge.svg
7-
:target: https://github.com/gis-ops/routing-py/actions/workflows/ci-tests.yml
4+
.. image:: https://github.com/mthh/routingpy/workflows/tests/badge.svg
5+
:target: https://github.com/mthh/routingpy/actions/workflows/ci-tests.yml
86
:alt: tests
97

108
.. image:: https://readthedocs.org/projects/routingpy/badge/?version=latest
119
:target: https://routingpy.readthedocs.io/en/latest/?badge=latest
1210
:alt: Documentation Status
1311

1412
.. image:: https://mybinder.org/badge_logo.svg
15-
:target: https://mybinder.org/v2/gh/gis-ops/routing-py/master?filepath=examples
13+
:target: https://mybinder.org/v2/gh/mthh/routingpy/master?filepath=examples
1614
:alt: MyBinder.org
1715

1816

17+
> **Project Update (June 2025):** *A new maintainer has taken over the project as of June 16, 2025.*
18+
*Over the coming weeks, I'll be reviewing the codebase, triaging issues and pull requests,*
19+
*and identifying areas that may need updating.*
20+
*A new release is targeted for July 2025. Stay tuned for updates!*
21+
1922
*One lib to route them all* - **routingpy** is a Python 3 client for several
2023
popular routing webservices.
2124

@@ -37,7 +40,7 @@ or **time-distance matrices**.
3740
This list is hopefully growing with time and contributions by other developers. An up-to-date list is always available
3841
in our documentation_.
3942

40-
**routing-py** is tested against CPython versions 3.8, 3.9, 3.10, 3.11. PyPy3 is currently not supported, see `#60 <https://github.com/gis-ops/routingpy/issues/60>`_.
43+
**routingpy** is tested against CPython versions 3.8, 3.9, 3.10, 3.11 and 3.12. PyPy3 is currently not supported, see `#60 <https://github.com/mthh/routingpy/issues/60>`_.
4144

4245
© routingpy contributors 2022 under the `Apache 2.0 License`_.
4346

@@ -87,7 +90,7 @@ Or the lastest from source
8790

8891
.. code:: bash
8992
90-
pip install git+git://github.com/gis-ops/routingpy
93+
pip install git+git://github.com/mthh/routingpy
9194
9295
9396
API
@@ -284,7 +287,7 @@ All these parameters, and more, can optionally be **globally set** for all route
284287
requests_kwargs=request_kwargs
285288
)
286289
287-
# Or alternvatively, set these options globally:
290+
# Or alternatively, set these options globally:
288291
options.default_proxies = {'https': '129.125.12.0'}
289292
options.default_retry_over_query_limit = False
290293
options.default_skip_api_error = True
@@ -300,6 +303,6 @@ All these parameters, and more, can optionally be **globally set** for all route
300303
.. _Local OSRM: https://github.com/Project-OSRM/osrm-backend/wiki
301304
.. _documentation: https://routingpy.readthedocs.io/en/latest
302305
.. _routing-py.routers: https://routingpy.readthedocs.io/en/latest/#module-routingpy.routers
303-
.. _Apache 2.0 License: https://github.com/gis-ops/routing-py/blob/master/LICENSE
304-
.. _mybinder.org: https://mybinder.org/v2/gh/gis-ops/routing-py/master?filepath=examples
306+
.. _Apache 2.0 License: https://github.com/mthh/routingpy/blob/master/LICENSE
307+
.. _mybinder.org: https://mybinder.org/v2/gh/mthh/routingpy/master?filepath=examples
305308
.. _poetry: https://github.com/sdispater/poetry

0 commit comments

Comments
 (0)