hiveeyes / apicast

Apicast acquires bee flight forecast information published by Deutscher Wetterdienst (DWD)
https://community.hiveeyes.org/t/dwd-prognose-bienenflug/787
GNU Affero General Public License v3.0
4 stars 1 forks source link

Stop using the "docopt" package #11

Closed amotl closed 6 months ago

amotl commented 1 year ago

It looks like the docopt package stopped being maintained. This project should migrate to click instead.

-- https://github.com/docopt/docopt/issues

amotl commented 6 months ago

There is docopt-ng now. It is a drop-in replacement.

amotl commented 6 months ago

Starting with 303a3f878, apicast will use docopt-ng.