iantirta-text
Text processing and sequence utilities for Python.
iantirta-text provides small, composable utilities for working with
Unicode text, normalization, romanization, and filtering.
Installation
pip install iantirta-text
Optional language support:
pip install "iantirta-text[zh]"
pip install "iantirta-text[ja]"
pip install "iantirta-text[romanize]"
Quick Start
from iantirta.text import normalize, romanize, filter_text
text = normalize(" Hello, 世界! ")
print(text)
Romanization:
from iantirta.text import romanize
print(romanize("你好"))
# ni hao
print(romanize("日本語です"))
# nihongo desu
print(romanize("hello 你好 日本語です"))
# hello ni hao nihongo desu
Filtering:
from iantirta.text import filter_text
print(filter_text(
"hello world",
["world"],
))
# hello
Documentation
See the full documentation.
Project
- Repository
- PyPI
- Documentation
- License: Apache-2.0
Release files for iantirta-text 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| iantirta_text-0.1.0.tar.gz | 16.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| iantirta_text-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 29.7 kB
Release files / iantirta_text-0.1.0.tar.gz
| Download URL | iantirta_text-0.1.0.tar.gz |
|---|---|
| Size | 16.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0989b42d8553f8fb1e16652083c0e3efba343ae66001344951cd45c8a799185a
|
|
BLAKE2b-256 checksum How to use checksums |
915ff08fa029d12482347802df8808548b40213300ba520cbb0b864dbd0c51ba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency logRelease files / iantirta_text-0.1.0-py3-none-any.whl
| Download URL | iantirta_text-0.1.0-py3-none-any.whl |
|---|---|
| Size | 13.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
df0a09317937b0e7252625c757fa4297a8ebd01434499b0faa1280263fcbb7dd
|
|
BLAKE2b-256 checksum How to use checksums |
6bd92c8d4a1c4fdcff2bb83b6eebd05e9006a3fe6b1096253965e5f98a1dd350
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency log