Skip to content

Commit 9b9e9be

Browse files
committed
sd
1 parent c2142c6 commit 9b9e9be

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

extras.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
selenium
22
aksharamukha
3+
vidyut-lipi
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
from vidyut.lipi import transliterate, Scheme
2+
3+
4+
def dev(x):
5+
return transliterate(str(x), Scheme.Slp1, Scheme.Devanagari)
6+
7+
8+
def slp(x):
9+
return transliterate(str(x), Scheme.Devanagari, Scheme.Slp1)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# Versions should comply with PEP440. For a discussion on single-sourcing
4545
# the version across setup.py and the project code, see
4646
# https://packaging.python.org/en/latest/single_source_version.html
47-
version='2.3.68',
47+
version='2.3.69',
4848

4949

5050
description='Transliteration tools to convert text in one indic script encoding to another',

0 commit comments

Comments
 (0)