restcountries-cli

Client for rest countries API to access data


Keywords
restcountries, country, countries, data, api
License
MIT
Install
pip install restcountries-cli==0.0.1

Documentation

Restcountries_cli Readme

Black Mypy Ruff Sourcery Linters Tests Coverage PyPI Documentation Status Python version License

Restcountries cli is a python client to encapsulate the calls to restcountries API.

The main difference with other restcountries clients is that the calls are cached.

Also all the countries are returned as pydantic models, so the data navigation is easier.

Yo can check the code in GitHub or follow the official documentation.