Skip to content

Commit 2093b73

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 2093b73

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.rst

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +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

16+
.. note::
17+
18+
**Project Update (June 2025):** A new maintainer has taken over the project as of June 16, 2025.
19+
Over the coming weeks, I'll be reviewing the codebase, triaging issues and pull requests,
20+
and identifying areas that may need updating.
21+
A new release is targeted for July 2025. Stay tuned for updates!
1822

1923
*One lib to route them all* - **routingpy** is a Python 3 client for several
2024
popular routing webservices.
@@ -37,7 +41,7 @@ or **time-distance matrices**.
3741
This list is hopefully growing with time and contributions by other developers. An up-to-date list is always available
3842
in our documentation_.
3943

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>`_.
44+
**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>`_.
4145

4246
© routingpy contributors 2022 under the `Apache 2.0 License`_.
4347

@@ -87,7 +91,7 @@ Or the lastest from source
8791

8892
.. code:: bash
8993
90-
pip install git+git://github.com/gis-ops/routingpy
94+
pip install git+git://github.com/mthh/routingpy
9195
9296
9397
API
@@ -284,7 +288,7 @@ All these parameters, and more, can optionally be **globally set** for all route
284288
requests_kwargs=request_kwargs
285289
)
286290
287-
# Or alternvatively, set these options globally:
291+
# Or alternatively, set these options globally:
288292
options.default_proxies = {'https': '129.125.12.0'}
289293
options.default_retry_over_query_limit = False
290294
options.default_skip_api_error = True
@@ -300,6 +304,6 @@ All these parameters, and more, can optionally be **globally set** for all route
300304
.. _Local OSRM: https://github.com/Project-OSRM/osrm-backend/wiki
301305
.. _documentation: https://routingpy.readthedocs.io/en/latest
302306
.. _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
307+
.. _Apache 2.0 License: https://github.com/mthh/routingpy/blob/master/LICENSE
308+
.. _mybinder.org: https://mybinder.org/v2/gh/mthh/routingpy/master?filepath=examples
305309
.. _poetry: https://github.com/sdispater/poetry

0 commit comments

Comments
 (0)