MGIMO datasets and Python utilities.
Project description
Данные и программные утилиты МГИМО
Установка
pip install mgimo
Использование
from random import choice
from mgimo.data import capital_cities_by_country
countries = list(capital_cities_by_country)["ru"].keys()
country = choice(countries)
city = capital_cities_by_country["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.0.tar.gz
(11.7 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.0-py3-none-any.whl
(4.5 kB
view details)
File details
Details for the file mgimo-0.2.0.tar.gz.
File metadata
- Download URL: mgimo-0.2.0.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f02f49cc4f2768baf3232bc411c75e6580c3abe0a24ae927e9f10e8cb4f97c7d
|
|
| MD5 |
fee5f7d33080ebd44c374882450cef96
|
|
| BLAKE2b-256 |
0924a233cb3d2c4e03767d726ad09a91000e843879f1f0316c590075fa33b816
|
File details
Details for the file mgimo-0.2.0-py3-none-any.whl.
File metadata
- Download URL: mgimo-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4899d2484ee9e782a9d593fd9630ac739a2d02b3d2f68632a0817be27c21a6a
|
|
| MD5 |
0d5ffe771c2379170cdbaee3599d2784
|
|
| BLAKE2b-256 |
0ee861e77fa09c67981725c00b47a176d7c8a5c4527ee622610995b3922f8e07
|