Metadata-Version: 2.3
Name: teritorio
Version: 2024.10.4
Summary: A library for country and currency ISO codes
Home-page: https://teritorio.readthedocs.io/en/stable/
License: BSD-3-Clause
Keywords: country,currency,iso
Author: Stephanos Kuma
Author-email: "Stephanos Kuma" <stephanos@kuma.ai>
Requires-Python: >=3.9
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: pyutilkit (~=0.5)
Project-URL: Documentation, https://teritorio.readthedocs.io/en/stable/
Project-URL: Repository, https://github.com/spapanik/teritorio
Description-Content-Type: text/markdown

# teritorio: ISO codes for countries and currencies

[![tests][test_badge]][test_url]
[![license][licence_badge]][licence_url]
[![pypi][pypi_badge]][pypi_url]
[![downloads][pepy_badge]][pepy_url]
[![code style: black][black_badge]][black_url]
[![build automation: yam][yam_badge]][yam_url]
[![Lint: ruff][ruff_badge]][ruff_url]

`teritorio` two iterable singletons that `Countries` and `Currencies`,
that contain all the relevant ISO information about countries and
currencies, respectively.

## Versioning

The project project adheres to [Calendar Versioning](https://calver.org). The reason is that the data are
dominated by political decisions, making semantic versioning largely irrelevant.

## Links

-   [Documentation]
-   [Changelog]

[test_badge]: https://github.com/spapanik/teritorio/actions/workflows/tests.yml/badge.svg
[test_url]: https://github.com/spapanik/teritorio/actions/workflows/tests.yml
[licence_badge]: https://img.shields.io/pypi/l/teritorio
[licence_url]: https://github.com/spapanik/teritorio/blob/main/docs/LICENSE.md
[pypi_badge]: https://img.shields.io/pypi/v/teritorio
[pypi_url]: https://pypi.org/project/teritorio
[pepy_badge]: https://pepy.tech/badge/teritorio
[pepy_url]: https://pepy.tech/project/teritorio
[black_badge]: https://img.shields.io/badge/code%20style-black-000000.svg
[black_url]: https://github.com/psf/black
[yam_badge]: https://img.shields.io/badge/build%20automation-yamk-success
[yam_url]: https://github.com/spapanik/yamk
[ruff_badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json
[ruff_url]: https://github.com/charliermarsh/ruff
[Documentation]: https://teritorio.readthedocs.io/en/stable/
[Changelog]: https://github.com/spapanik/teritorio/blob/main/docs/CHANGELOG.md
[Calendar Versioning]: https://calver.org
