Eric

Results 6 comments of Eric

I agree that it makes sense to drop Python 2.x support. I'm looking forward to helping out!

I found that the following *does* work in `pyproject.toml` when using doc8 0.11.1 with tomli installed: ``` [tool.doc8] ignore_path = ["docs/build"] ``` `argparse.ArgumentParser` replaces hyphens in argument names with underscores....

I took the following steps to try building the fast bindings but had no luck: 1. download [eccodes-2.36.0.tar.gz](https://github.com/ecmwf/eccodes/archive/refs/tags/2.36.0.tar.gz) 2. `tar -xvf eccodes-2.36.0.tar.gz` 3. `git clone https://github.com/ecmwf/eccodes-python.git` (the resulting working copy...

@shahramn Hi, thank you for addressing this. I'm sorry I didn't mention this in the original issue, but I think the real fix is to revert the entirety of a6cff6a;...