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}.")
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.3.tar.gz
(19.2 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.3-py3-none-any.whl
(16.0 kB
view details)
File details
Details for the file mgimo-0.2.3.tar.gz.
File metadata
- Download URL: mgimo-0.2.3.tar.gz
- Upload date:
- Size: 19.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6dda10210380abf74a6dc9aecd2756d23b945595d0a78b70c9124ce1d24efbca
|
|
| MD5 |
fe7a1f1adfb2a33834150654fe763d1b
|
|
| BLAKE2b-256 |
b718d8baed98a6dde3bc6afd97a24b549bab0c8f79dd70455dbdd0b7937eeaf8
|
File details
Details for the file mgimo-0.2.3-py3-none-any.whl.
File metadata
- Download URL: mgimo-0.2.3-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69dbdffdee2168551ae6be36c9f08fe76490a03ec95558adccb3f42b7ea9ddc4
|
|
| MD5 |
ce70be2d7ebd50704d1a2f6b10cff569
|
|
| BLAKE2b-256 |
d437dbebd03f84bce764be8ebb85d702c0cc392471f28d0b6a6e55416790680d
|