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.1.tar.gz
(20.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.1-py3-none-any.whl
(18.9 kB
view details)
File details
Details for the file mgimo-0.2.1.tar.gz.
File metadata
- Download URL: mgimo-0.2.1.tar.gz
- Upload date:
- Size: 20.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
867fee304fdfc918bef49df680c83bd8d6d133ef1d302151c3de490cada0c044
|
|
| MD5 |
1f011ff3705e26ca67c84cbe746be79b
|
|
| BLAKE2b-256 |
9c3ebcf84444ef2b798ca238d86ce2e4129fc786221f503a4fe9d7be694a7a02
|
File details
Details for the file mgimo-0.2.1-py3-none-any.whl.
File metadata
- Download URL: mgimo-0.2.1-py3-none-any.whl
- Upload date:
- Size: 18.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d4448af198650b15df0b044c8a498ae085489729663557b6d7a920193292521
|
|
| MD5 |
f931c4f3934f2e41c9728a6368f276c0
|
|
| BLAKE2b-256 |
89f158938ca79496abe212abed32380b262be31a73b31c6ba7eeb51db253a2ad
|