An open API service indexing awesome lists of open source software.

https://github.com/bckohan/iso-enum

Python enumerations for iso3166 codes.
https://github.com/bckohan/iso-enum

Last synced: 13 days ago
JSON representation

Python enumerations for iso3166 codes.

Awesome Lists containing this project

README

          

|MIT license| |PyPI version fury.io| |PyPI pyversions| |PyPI status| |Documentation Status|
|Code Cov| |Test Status|

.. |MIT license| image:: https://img.shields.io/badge/License-MIT-blue.svg
:target: https://lbesson.mit-license.org/

.. |PyPI version fury.io| image:: https://badge.fury.io/py/iso-enum.svg
:target: https://pypi.python.org/pypi/iso-enum/

.. |PyPI pyversions| image:: https://img.shields.io/pypi/pyversions/iso-enum.svg
:target: https://pypi.python.org/pypi/iso-enum/

.. |PyPI status| image:: https://img.shields.io/pypi/status/iso-enum.svg
:target: https://pypi.python.org/pypi/iso-enum

.. |Documentation Status| image:: https://readthedocs.org/projects/iso-enum/badge/?version=latest
:target: http://iso-enum.readthedocs.io/?badge=latest/

.. |Code Cov| image:: https://codecov.io/gh/bckohan/iso-enum/branch/main/graph/badge.svg?token=0IZOKN2DYL
:target: https://codecov.io/gh/bckohan/iso-enum

.. |Test Status| image:: https://github.com/bckohan/iso-enum/workflows/test/badge.svg
:target: https://github.com/bckohan/iso-enum/actions

ISO Enum
###########

Python enumerations for ISO 3166 country and region codes, ISO 639 language codes, and ISO 4217 currency codes.