%global _empty_manifest_terminate_build 0 Name: python-babelfish Version: 0.6.0 Release: 1 Summary: A module to work with countries and languages License: BSD-3-Clause URL: https://github.com/Diaoul/babelfish Source0: https://mirrors.nju.edu.cn/pypi/web/packages/02/0d/e72bf59672ebceae99cd339106df2b0d59964e00a04f7286ae9279d9da6c/babelfish-0.6.0.tar.gz BuildArch: noarch %description # BabelFish BabelFish is a Python library to work with countries and languages. [![tests](https://github.com/Diaoul/babelfish/actions/workflows/test.yml/badge.svg)](https://github.com/Diaoul/babelfish/actions/workflows/test.yml) ## Usage BabelFish provides scripts, countries and languages from their respective ISO standards and a handy way to manipulate them with converters. ### Script Script representation from 4-letter code (ISO-15924): ```python >>> import babelfish >>> script = babelfish.Script('Hira') >>> script