A lightweight package for converting Markdown into Steam-compatible markup.
Project description
Ihroteka Converter
Overview
A lightweight package for converting Markdown into Steam-compatible markup.
About the name
Ihroteka (pronounced [ee-hroh-teh-kah]) is a Ukrainian word formed from "hra" (game) and "teka" (a place of keeping, an archive). It evokes the image of a living library of games - a space where experiences are gathered, preserved, and given structure.
Installation
Proceed by installing the tool and running it:
pip install -U ihroteka-converter
uv add ihroteka-converter
Examples
from ihroteka_converter import convert
md_text = """
# My Game Guide
Welcome to the **best** game ever!
## Features
- Easy to learn
- *Beautiful* graphics
- ~~Microtransactions~~ Free to play!
Check out the [wiki](https://example.com) for tips.
"""
steam_text = convert(md_text)
print(steam_text)
# [h1]My Game Guide[/h1]
# Welcome to the [b]best[/b] game ever!
# [h2]Features[/h2]
# [list]
# [*] Easy to learn
# [*] [i]Beautiful[/i] graphics
# [*] [strike]Microtransactions[/strike] Free to play!
# [/list]
# Check out the [url=https://example.com]wiki[/url] for tips.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file ihroteka_converter-1.2.1.tar.gz.
File metadata
- Download URL: ihroteka_converter-1.2.1.tar.gz
- Upload date:
- Size: 148.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c7ab2783fa9635a959f36e2d6c5d04cc1e050aa357318f6e6b015e64d98c4fc
|
|
| MD5 |
dc641c7b690387bf1c1107e152707ebd
|
|
| BLAKE2b-256 |
f80baed6b26fa3bb9ee26f688d73423b63d824141bde0009b01caa24b4f497bc
|
File details
Details for the file ihroteka_converter-1.2.1-py3-none-any.whl.
File metadata
- Download URL: ihroteka_converter-1.2.1-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9da39b724813ad193f999c2c2d82f26a52dfc4d11903e017c294791b6d213458
|
|
| MD5 |
27071fe5da4e1a08e8192502c51bb035
|
|
| BLAKE2b-256 |
d0afcede6a78431e18f195bb11a4563512ee80a2a08972952bfd33805a4c1075
|