MGIMO datasets and Python utilities.
Project description
Данные и программные утилиты МГИМО
Установка
pip install mgimo
Использование
Названия и столицы стран-членов ООН
from random import choice
from mgimo.data import country_to_capital
countries = list(country_to_capital.keys())
assert len(countries) == 193
country = choice(countries)
city = country_to_capital[country]
print(f"Выбрана страна: {country}, столица - {city}.")
Еще примеры в example.py
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.3.1.tar.gz
(20.8 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.3.1-py3-none-any.whl
(17.6 kB
view details)
File details
Details for the file mgimo-0.3.1.tar.gz.
File metadata
- Download URL: mgimo-0.3.1.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e6672094c2aaa58c1e4c59e04b005a284ff8068b4dbb6995dcfbd1823a25e22
|
|
| MD5 |
083505ac4f14916fbaf5ac5ba0db0753
|
|
| BLAKE2b-256 |
20e2771d65d99a689a68a0663a99de448d8d8b30e57e5825e60bda88a3ff4608
|
File details
Details for the file mgimo-0.3.1-py3-none-any.whl.
File metadata
- Download URL: mgimo-0.3.1-py3-none-any.whl
- Upload date:
- Size: 17.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f29bd8a35da0b0daf9d9b51f606296c5f1f2ee05a35acd30cabe580b54d22d46
|
|
| MD5 |
6c7e56d9ac1c7cd5f61f96bbf26b2576
|
|
| BLAKE2b-256 |
9114ef8b87f9c0f802a8b4f25ec2c676bfc4e95b33996ff950f75d256757e7ef
|