Türkçe metin işlemleri ve URL slug için yardımcı araçlar.
Project description
tr_toolbox
tr_toolbox, Türkçe metinler için küçük ve kullanışlı yardımcı araçlar sunan bir Python kütüphanesidir.
İlk özellik olarak Türkçe karakterleri destekleyen bir "slugify" fonksiyonu içerir.
Kurulum
Paketi PyPI üzerinden pip kullanarak kurabilirsiniz (Yayınlandıktan sonra):
pip install tr_toolbox
Kullanım
Kütüphanenin kullanımı çok basittir. slugify_tr fonksiyonunu import etmeniz yeterlidir.
from tr_toolbox import slugify_tr
metin = "Bu bir İŞ ilanıdır! (Örnek Metin)" slug = slugify_tr(metin)
print(slug)
Çıktı: bu-bir-is-ilanidir-ornek-metin
Lisans
Bu proje MIT Lisansı altında dağıtılmaktadır.
MIT License
Copyright (c) 2025
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
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 tr_toolbox-0.0.1.tar.gz.
File metadata
- Download URL: tr_toolbox-0.0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
759cdf235f0075e1a10f306a951243570a71d1754c015213ecda3feda2206d08
|
|
| MD5 |
4ddd5122e92e2310b2507431931cc00a
|
|
| BLAKE2b-256 |
4102316a6c3506c7785aa2ce848b80febf739cc975fe9df6a0bc8e9eee75c738
|
File details
Details for the file tr_toolbox-0.0.1-py3-none-any.whl.
File metadata
- Download URL: tr_toolbox-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2562deb5be5f8e4d8caf956592eb46d13c9d404bc6ef6fce02898c398601443d
|
|
| MD5 |
a3592ecd85905bfdd689c475d3ffd062
|
|
| BLAKE2b-256 |
cf85dbd90413a2b5279deb256335890cd218a5ff28bcc91c3d342807be36abbd
|