File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11selenium
22aksharamukha
3+ vidyut-lipi
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments