The ISO 18245 Merchant Category Codes database with descriptions translated from English to Russian and Uzbek
Project description
python-iso18245-uz
A Python implementation of the ISO 18245 Merchant Category Codes database. This is fork package, mcc descriptions translated to Uzbek and Russian Languages using googletranslate. For Original repo please refer to https://github.com/jleclanche/python-iso18245.
Installation
pip install iso18245
Usage
>>> import iso18245
>>> iso18245.get_mcc("5542")
MCC(range=MCCRange(start='5000', end='5599', description='Retail outlets', reserved=False), iso_description='Automated fuel dispensers', usda_description='Automated Fuel Dispensers', stripe_description='Automated Fuel Dispensers', stripe_code='automated_fuel_dispensers')
>>> iso18245.get_mcc("3000")
MCC(range=MCCRange(start='3000', end='3999', description='Reserved for private use', reserved=True), iso_description='', usda_description='UNITED AIRLINES', stripe_description='', stripe_code='')
>>> iso18245.get_mcc("3000").usda_description
'UNITED AIRLINES'
>>> iso18245.get_mcc("3000").range
MCCRange(start='3000', end='3999', description='Reserved for private use', reserved=True)
>>> iso18245.get_mcc("999999")
Traceback (most recent call last):
…
iso18245.InvalidMCC: 999999
External links
- Wikipedia: ISO 18245
- ISO Standard 18245:2023
- AFNOR: ISO 18245
- Stripe MCC List
- USDA MCC List (incl. private MCCs)
- VISA Merchant Data Standards Manual (archived)
- Mastercard Quick Reference Booklet (archived)
- American Express Global Codes & Information Guide (archived)
Reference
This package is a fork of the original python-iso18245 by Jerome Leclanche, with MCC descriptions translated to Uzbek and Russian languages using Google Translate.
Original Package
- Repository: https://github.com/jleclanche/python-iso18245
- Author: Jerome Leclanche
- License: MIT
Translation Credits
- Russian and Uzbek translations were generated using Google Translate
- Original English descriptions remain available in the data structure
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iso18245_uz-1.4.1.tar.gz.
File metadata
- Download URL: iso18245_uz-1.4.1.tar.gz
- Upload date:
- Size: 228.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.2 Darwin/24.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6c77769cafbd32c5dbb5a428f1ab5ce01b0667aa0be447b1bda2f1746a5b180
|
|
| MD5 |
dc79bf07daa9301ae74ae381681642d6
|
|
| BLAKE2b-256 |
da2bbac4f3b61dd27f7c269cdb7d79c4646a3934b94a3cd559a1439264aa50b8
|
File details
Details for the file iso18245_uz-1.4.1-py3-none-any.whl.
File metadata
- Download URL: iso18245_uz-1.4.1-py3-none-any.whl
- Upload date:
- Size: 248.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.2 Darwin/24.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acbc74c1561e91b3e66f65fe7c3b3b2a397bf634620835a3337a392508ca4f51
|
|
| MD5 |
f20db63aa31568c3a1c827dd3b5b9eab
|
|
| BLAKE2b-256 |
9f2fec515eb25082db6aacf8be777044ab8a3976f74bebb0ed0a4daa54d5ef98
|