MGIMO datasets and Python utilities.
Project description
Данные и программные утилиты МГИМО
Установка
pip install mgimo
Использование
from random import choice
from mgimo.data import capital_cities_ru
countries = list(capital_cities_ru.keys())
country = choice(countries)
city = capital_cities_ru[country]
print(f"Страна: {country}, столица: {city}.")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mgimo-0.2.2.tar.gz
(20.1 kB
view details)
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
mgimo-0.2.2-py3-none-any.whl
(18.8 kB
view details)
File details
Details for the file mgimo-0.2.2.tar.gz.
File metadata
- Download URL: mgimo-0.2.2.tar.gz
- Upload date:
- Size: 20.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1791bda3fcc103e9bbdcfc1916a4e20545e9d6214845d75097d0b511af55a40
|
|
| MD5 |
6dd5f907a28052346c3d3f19af8679a4
|
|
| BLAKE2b-256 |
46ac4100ca8b6049dfcfcbd58c33a6c4785805e38af25eccda7b3bcfe1fb2138
|
File details
Details for the file mgimo-0.2.2-py3-none-any.whl.
File metadata
- Download URL: mgimo-0.2.2-py3-none-any.whl
- Upload date:
- Size: 18.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32ef854fc42ba6e42d42b8db8eb172a7b65d5ed984252aef38e6ac2dd2ddbc9a
|
|
| MD5 |
26657a72536fd917625597e80e7d817d
|
|
| BLAKE2b-256 |
fc1b42b82d3c0f2b25a4ada17072f8879f92903b324ce19d60b6c7528d2676c1
|