{"id":15564127,"url":"https://github.com/dahlia/iso4217","last_synced_at":"2025-04-05T12:08:02.384Z","repository":{"id":35360633,"uuid":"39623367","full_name":"dahlia/iso4217","owner":"dahlia","description":"ISO 4217 currency data package for Python","archived":false,"fork":false,"pushed_at":"2022-07-14T18:32:31.000Z","size":36,"stargazers_count":60,"open_issues_count":2,"forks_count":10,"subscribers_count":20,"default_branch":"main","last_synced_at":"2024-05-09T18:57:08.801Z","etag":null,"topics":["currency","enum","i18n","iso4217","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/iso4217/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dahlia.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-24T09:26:20.000Z","updated_at":"2024-04-23T10:45:10.000Z","dependencies_parsed_at":"2022-07-24T18:32:00.439Z","dependency_job_id":null,"html_url":"https://github.com/dahlia/iso4217","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahlia%2Fiso4217","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahlia%2Fiso4217/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahlia%2Fiso4217/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahlia%2Fiso4217/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dahlia","download_url":"https://codeload.github.com/dahlia/iso4217/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332612,"owners_count":20921853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["currency","enum","i18n","iso4217","python"],"created_at":"2024-10-02T16:37:31.996Z","updated_at":"2025-04-05T12:08:02.358Z","avatar_url":"https://github.com/dahlia.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"``iso4217``: Currency data package for Python\n=============================================\n\n.. image:: https://badge.fury.io/py/iso4217.svg?\n   :target: https://pypi.python.org/pypi/iso4217\n.. image:: https://github.com/dahlia/iso4217/actions/workflows/main.yaml/badge.svg\n   :target: https://github.com/dahlia/iso4217/actions/workflows/main.yaml\n\nThis Python package contains `ISO 4217`_ currency data, represented as\nenum_ module which was introduced in 3.4.\n\n\u003e\u003e\u003e from iso4217 import Currency\n\u003e\u003e\u003e Currency.USD\n\u003cCurrency.USD: 'USD'\u003e\n\u003e\u003e\u003e Currency.USD.code\n'USD'\n\u003e\u003e\u003e Currency.USD.currency_name\n'US Dollar'\n\u003e\u003e\u003e Currency.USD.exponent  # USD has cents\n2\n\u003e\u003e\u003e Currency.JPY\n\u003cCurrency.JPY: 'JPY'\u003e\n\u003e\u003e\u003e Currency.JPY.currency_name\n'Yen'\n\u003e\u003e\u003e Currency.JPY.exponent  # JPY has no minor units\n0\n\u003e\u003e\u003e Currency('KRW')  # Get by the code string\n\u003cCurrency.KRW: 'KRW'\u003e\n\u003e\u003e\u003e Currency.KRW is Currency('KRW')\nTrue\n\u003e\u003e\u003e Currency.krw is Currency.KRW  # Lower enumerants are also available\n\nWritten by `Hong Minhee`_.  Distributed under Public Domain.\n\n\n.. _ISO 4217: http://www.iso.org/iso/home/standards/currency_codes.htm\n.. _enum: https://docs.python.org/3/library/enum.html\n.. _enum34: https://pypi.python.org/pypi/enum34\n.. _Hong Minhee: https://hongminhee.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdahlia%2Fiso4217","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdahlia%2Fiso4217","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdahlia%2Fiso4217/lists"}