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.
- Host: GitHub
- URL: https://github.com/bckohan/iso-enum
- Owner: bckohan
- License: unlicense
- Created: 2022-11-18T22:49:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T20:10:31.000Z (about 3 years ago)
- Last Synced: 2025-10-09T04:13:02.831Z (9 months ago)
- Language: Python
- Size: 583 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
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.