python-restcountries icon indicating copy to clipboard operation
python-restcountries copied to clipboard

Python wrapper for http://restcountries.com

Results 2 python-restcountries issues
Sort by recently updated
recently updated
newest added

Minor refactor as I came across some issues while using this library and having pyright enabled. Hope I understood the spirit of the code correctly and thus made acceptable changes....

Hello, I noticed that some code examples in the documentation define a `name` parameter, but it is never used, as the country name is hardcoded as `'France'`. This reduces the...