===============
Sanskrit Sandhi
===============
.. image:: https://img.shields.io/pypi/v/sandhi
:target: https://pypi.python.org/pypi/sandhi
.. image:: https://readthedocs.org/projects/sandhi/badge/?version=latest
:target: https://sandhi.readthedocs.io/en/latest/?version=latest
:alt: Documentation Status
.. image:: https://img.shields.io/pypi/pyversions/sandhi
:target: https://pypi.python.org/pypi/sandhi
:alt: Python Version Support
.. image:: https://img.shields.io/github/issues/hrishikeshrt/sandhi
:target: https://github.com/hrishikeshrt/sandhi/issues
:alt: GitHub Issues
.. image:: https://img.shields.io/github/followers/hrishikeshrt?style=social
:target: https://github.com/hrishikeshrt
:alt: GitHub Followers
.. image:: https://img.shields.io/twitter/follow/hrishikeshrt?style=social
:target: https://twitter.com/hrishikeshrt
:alt: Twitter Followers
Sanskrit Sandhi Module
* Free software: GNU General Public License v3
* Documentation: https://sandhi.readthedocs.io.
Features
========
* Form Sandhi using Ashtadhyayi Rules
Install
=======
To install Sanskrit Sandhi, run this command in your terminal:
.. code-block:: console
$ pip install sandhi
Usage
=====
To use Sanskrit Sandhi in a project,
.. code-block:: python
import sandhi
S = sandhi.Sandhi()
sandhi = S.sandhi("रामः", "राजमणिः")
# print(sandhi)
# [['रामो राजमणिः', 'ससजुषो रुः (८।२।६६)-> हशि च (६।१।११४)-> आद् गुणः (६।१।८७)', 'रुत्व-> उत्व-> गुण-सन्धिः']]
Credits
=======
* This package was converted from Perl version obtainable from Samsaadhanii_
* This package was created with Cookiecutter_ and the `hrishikeshrt/cookiecutter-pypackage`_ project template.
.. _Samsaadhanii: https://github.com/samsaadhanii/scl
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`hrishikeshrt/cookiecutter-pypackage`: https://github.com/hrishikeshrt/cookiecutter-pypackage
History
=======
0.1.0 (2022-07-03)
------------------
* First release on PyPI.
Raw data
{
"_id": null,
"home_page": "https://github.com/hrishikeshrt/sandhi",
"name": "sandhi",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "sandhi",
"author": "Hrishikesh Terdalkar",
"author_email": "hrishikeshrt@linuxmail.org",
"download_url": "https://files.pythonhosted.org/packages/b9/75/ae0f03ea5c9a0bac30b2f431ba62656e91bd01afa190b8f5441147079621/sandhi-0.1.2.tar.gz",
"platform": null,
"description": "===============\nSanskrit Sandhi\n===============\n\n\n.. image:: https://img.shields.io/pypi/v/sandhi\n :target: https://pypi.python.org/pypi/sandhi\n\n\n.. image:: https://readthedocs.org/projects/sandhi/badge/?version=latest\n :target: https://sandhi.readthedocs.io/en/latest/?version=latest\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/pyversions/sandhi\n :target: https://pypi.python.org/pypi/sandhi\n :alt: Python Version Support\n\n.. image:: https://img.shields.io/github/issues/hrishikeshrt/sandhi\n :target: https://github.com/hrishikeshrt/sandhi/issues\n :alt: GitHub Issues\n\n.. image:: https://img.shields.io/github/followers/hrishikeshrt?style=social\n :target: https://github.com/hrishikeshrt\n :alt: GitHub Followers\n\n\n.. image:: https://img.shields.io/twitter/follow/hrishikeshrt?style=social\n :target: https://twitter.com/hrishikeshrt\n :alt: Twitter Followers\n\n\n\nSanskrit Sandhi Module\n\n\n* Free software: GNU General Public License v3\n* Documentation: https://sandhi.readthedocs.io.\n\n\nFeatures\n========\n\n* Form Sandhi using Ashtadhyayi Rules\n\nInstall\n=======\n\nTo install Sanskrit Sandhi, run this command in your terminal:\n\n.. code-block:: console\n\n $ pip install sandhi\n\nUsage\n=====\n\nTo use Sanskrit Sandhi in a project,\n\n.. code-block:: python\n\n import sandhi\n\n S = sandhi.Sandhi()\n sandhi = S.sandhi(\"\u0930\u093e\u092e\u0903\", \"\u0930\u093e\u091c\u092e\u0923\u093f\u0903\")\n\n # print(sandhi)\n # [['\u0930\u093e\u092e\u094b \u0930\u093e\u091c\u092e\u0923\u093f\u0903', '\u0938\u0938\u091c\u0941\u0937\u094b \u0930\u0941\u0903 (\u096e\u0964\u0968\u0964\u096c\u096c)-> \u0939\u0936\u093f \u091a (\u096c\u0964\u0967\u0964\u0967\u0967\u096a)-> \u0906\u0926\u094d \u0917\u0941\u0923\u0903 (\u096c\u0964\u0967\u0964\u096e\u096d)', '\u0930\u0941\u0924\u094d\u0935-> \u0909\u0924\u094d\u0935-> \u0917\u0941\u0923-\u0938\u0928\u094d\u0927\u093f\u0903']]\n\nCredits\n=======\n\n* This package was converted from Perl version obtainable from Samsaadhanii_\n* This package was created with Cookiecutter_ and the `hrishikeshrt/cookiecutter-pypackage`_ project template.\n\n.. _Samsaadhanii: https://github.com/samsaadhanii/scl\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`hrishikeshrt/cookiecutter-pypackage`: https://github.com/hrishikeshrt/cookiecutter-pypackage\n\n\nHistory\n=======\n\n0.1.0 (2022-07-03)\n------------------\n\n* First release on PyPI.\n",
"bugtrack_url": null,
"license": "GNU General Public License v3",
"summary": "Sanskrit Sandhi Module",
"version": "0.1.2",
"project_urls": {
"Homepage": "https://github.com/hrishikeshrt/sandhi"
},
"split_keywords": [
"sandhi"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "1fd182f80a1e1cd957f1287335138caa5d90fe1c17465de54ce7a9bff53d5f62",
"md5": "20986532cc73a5d42cbb8dd69b46a700",
"sha256": "dfa7cdce411f37b3cdd10269b8327b49a59bd7a1b84cf7249cc3e33fdbb7557d"
},
"downloads": -1,
"filename": "sandhi-0.1.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "20986532cc73a5d42cbb8dd69b46a700",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.6",
"size": 31172,
"upload_time": "2025-08-07T06:29:48",
"upload_time_iso_8601": "2025-08-07T06:29:48.406778Z",
"url": "https://files.pythonhosted.org/packages/1f/d1/82f80a1e1cd957f1287335138caa5d90fe1c17465de54ce7a9bff53d5f62/sandhi-0.1.2-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b975ae0f03ea5c9a0bac30b2f431ba62656e91bd01afa190b8f5441147079621",
"md5": "c80aeb640cd87b13bdd013930c8716f0",
"sha256": "b1f83de5c73a554da709d56d8f1bc7af71b2a1bda0b500fd183081197a6c8aca"
},
"downloads": -1,
"filename": "sandhi-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "c80aeb640cd87b13bdd013930c8716f0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 36718,
"upload_time": "2025-08-07T06:29:50",
"upload_time_iso_8601": "2025-08-07T06:29:50.299225Z",
"url": "https://files.pythonhosted.org/packages/b9/75/ae0f03ea5c9a0bac30b2f431ba62656e91bd01afa190b8f5441147079621/sandhi-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-07 06:29:50",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "hrishikeshrt",
"github_project": "sandhi",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "indic_transliteration",
"specs": [
[
">=",
"2.3.10"
]
]
}
],
"tox": true,
"lcname": "sandhi"
}