prakriya


Nameprakriya JSON
Version 0.2.4 PyPI version JSON
download
home_pagehttps://github.com/drdhaval2785/python-prakriya
Summaryprakriya is a package to derive information about given Sanskrit verb form.
upload_time2024-01-04 12:31:04
maintainer
docs_urlNone
authorDr. Dhaval Patel
requires_python
licenseGNU General Public License v3
keywords prakriya panini sanskrit grammar tinanta
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            ========
prakriya
========


.. image:: https://img.shields.io/pypi/v/prakriya.svg
        :target: https://pypi.python.org/pypi/prakriya

.. image:: https://readthedocs.org/projects/prakriya/badge/?version=latest
        :target: https://prakriya.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://img.shields.io/badge/Donate-PayPal-green.svg
     :target: https://www.paypal.me/drdhaval2785/500inr
     :alt: Paypal

prakriya is a package to derive information about given Sanskrit verb form.


* Free software: GNU General Public License v3
* Documentation: https://prakriya.readthedocs.io.


Features
--------

1. Provides step by step derivation of certain tiNanta forms based on Panini's grammar of Sanskrit, using a ready database of prakriyas and sutras.
2. Supports various transliteration as input and output.
3. Also provides a commandline tool.


Support
-------
1. You can help development of code by testing and bug report.
2. You can contribute monetarily at the following link.

.. image:: https://img.shields.io/badge/Donate-PayPal-green.svg
     :target: https://www.paypal.me/drdhaval2785/500inr
     :alt: Paypal


Credits
---------

1. This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage

2. This package uses indic-transliteration_ package.

.. _indic-transliteration: https://pypi.python.org/pypi/indic-transliteration


=======
History
=======

0.0.1 (2017-12-30)
------------------

* First release on PyPI.

0.0.2 (2018-01-01)
------------------

Broken release. Kindly update to v0.0.3 immediately.

0.0.3 (2018-01-02)
------------------

A fix for broken v0.0.2 release.
jsonindex.json file which was crucial and missed in v0.0.2, added back.

0.0.4 (2018-01-03)
------------------

1. Added transliteration support. See #5 .
2. Adding data file in system specific locations like APPDATA. See #6 .
3. Made code python 2.7, 3.3, 3.4, 3.5, 3.6 compliant.
4. Corrected all errors / smells identified by landscape.io.

0.0.5 (2018-01-13)
------------------

1. Added verb form generation facility. See https://github.com/drdhaval2785/prakriya/issues/39.

0.0.6 (2018-01-16)
------------------

1. Added CLI functionality 'generate'. See https://github.com/drdhaval2785/python-prakriya/issues/12.
2. Guess the correct verb e.g. eD -> eDa~. See https://github.com/drdhaval2785/python-prakriya/issues/13.
3. All data files moved to appdata folder. See https://github.com/drdhaval2785/python-prakriya/issues/14.
4. Memoize data read from JSONs for speedup. See https://github.com/drdhaval2785/python-prakriya/issues/15.
5. Removed unnecessary duplicate loading of JSONs. See https://github.com/drdhaval2785/python-prakriya/issues/11.

0.0.7 (2018-01-21)
------------------

1. Changed the output format of Generate class. See https://github.com/drdhaval2785/prakriya/issues/37#issuecomment-359224797.

0.1.0 (2018-12-17)
------------------

1. VerbFormGenerator now uses methods instead of getitem. See https://github.com/drdhaval2785/python-prakriya/issues/36.

0.2.0 (2019-01-13)
------------------

1. Prakriya now uses method instead of getitem. See https://github.com/drdhaval2785/python-prakriya/issues/75.

0.2.1 (2019-01-14)
------------------

1. Documentation of commandline (CLI) tools added in documentation.

0.2.4 (2023-01-04)
------------------

1. Provided a graceful exit in case the sutra does not exist in `sutra_info.json`.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/drdhaval2785/python-prakriya",
    "name": "prakriya",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "prakriya,panini,Sanskrit,grammar,tinanta",
    "author": "Dr. Dhaval Patel",
    "author_email": "drdhaval2785@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/78/c5/654d9237188335fc83bd5c59d8909121f943eca1b1cdc43c3e696564dc16/prakriya-0.2.4.tar.gz",
    "platform": null,
    "description": "========\nprakriya\n========\n\n\n.. image:: https://img.shields.io/pypi/v/prakriya.svg\n        :target: https://pypi.python.org/pypi/prakriya\n\n.. image:: https://readthedocs.org/projects/prakriya/badge/?version=latest\n        :target: https://prakriya.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\n\n.. image:: https://img.shields.io/badge/Donate-PayPal-green.svg\n     :target: https://www.paypal.me/drdhaval2785/500inr\n     :alt: Paypal\n\nprakriya is a package to derive information about given Sanskrit verb form.\n\n\n* Free software: GNU General Public License v3\n* Documentation: https://prakriya.readthedocs.io.\n\n\nFeatures\n--------\n\n1. Provides step by step derivation of certain tiNanta forms based on Panini's grammar of Sanskrit, using a ready database of prakriyas and sutras.\n2. Supports various transliteration as input and output.\n3. Also provides a commandline tool.\n\n\nSupport\n-------\n1. You can help development of code by testing and bug report.\n2. You can contribute monetarily at the following link.\n\n.. image:: https://img.shields.io/badge/Donate-PayPal-green.svg\n     :target: https://www.paypal.me/drdhaval2785/500inr\n     :alt: Paypal\n\n\nCredits\n---------\n\n1. This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n2. This package uses indic-transliteration_ package.\n\n.. _indic-transliteration: https://pypi.python.org/pypi/indic-transliteration\n\n\n=======\nHistory\n=======\n\n0.0.1 (2017-12-30)\n------------------\n\n* First release on PyPI.\n\n0.0.2 (2018-01-01)\n------------------\n\nBroken release. Kindly update to v0.0.3 immediately.\n\n0.0.3 (2018-01-02)\n------------------\n\nA fix for broken v0.0.2 release.\njsonindex.json file which was crucial and missed in v0.0.2, added back.\n\n0.0.4 (2018-01-03)\n------------------\n\n1. Added transliteration support. See #5 .\n2. Adding data file in system specific locations like APPDATA. See #6 .\n3. Made code python 2.7, 3.3, 3.4, 3.5, 3.6 compliant.\n4. Corrected all errors / smells identified by landscape.io.\n\n0.0.5 (2018-01-13)\n------------------\n\n1. Added verb form generation facility. See https://github.com/drdhaval2785/prakriya/issues/39.\n\n0.0.6 (2018-01-16)\n------------------\n\n1. Added CLI functionality 'generate'. See https://github.com/drdhaval2785/python-prakriya/issues/12.\n2. Guess the correct verb e.g. eD -> eDa~. See https://github.com/drdhaval2785/python-prakriya/issues/13.\n3. All data files moved to appdata folder. See https://github.com/drdhaval2785/python-prakriya/issues/14.\n4. Memoize data read from JSONs for speedup. See https://github.com/drdhaval2785/python-prakriya/issues/15.\n5. Removed unnecessary duplicate loading of JSONs. See https://github.com/drdhaval2785/python-prakriya/issues/11.\n\n0.0.7 (2018-01-21)\n------------------\n\n1. Changed the output format of Generate class. See https://github.com/drdhaval2785/prakriya/issues/37#issuecomment-359224797.\n\n0.1.0 (2018-12-17)\n------------------\n\n1. VerbFormGenerator now uses methods instead of getitem. See https://github.com/drdhaval2785/python-prakriya/issues/36.\n\n0.2.0 (2019-01-13)\n------------------\n\n1. Prakriya now uses method instead of getitem. See https://github.com/drdhaval2785/python-prakriya/issues/75.\n\n0.2.1 (2019-01-14)\n------------------\n\n1. Documentation of commandline (CLI) tools added in documentation.\n\n0.2.4 (2023-01-04)\n------------------\n\n1. Provided a graceful exit in case the sutra does not exist in `sutra_info.json`.\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3",
    "summary": "prakriya is a package to derive information about given Sanskrit verb form.",
    "version": "0.2.4",
    "project_urls": {
        "Homepage": "https://github.com/drdhaval2785/python-prakriya"
    },
    "split_keywords": [
        "prakriya",
        "panini",
        "sanskrit",
        "grammar",
        "tinanta"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78c5654d9237188335fc83bd5c59d8909121f943eca1b1cdc43c3e696564dc16",
                "md5": "96203950bbdd45513eb3888d334587f8",
                "sha256": "46ca9135228249814270e3abe4d2396154df8ac061abe96edab35f5e5af29f45"
            },
            "downloads": -1,
            "filename": "prakriya-0.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "96203950bbdd45513eb3888d334587f8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 30450,
            "upload_time": "2024-01-04T12:31:04",
            "upload_time_iso_8601": "2024-01-04T12:31:04.551572Z",
            "url": "https://files.pythonhosted.org/packages/78/c5/654d9237188335fc83bd5c59d8909121f943eca1b1cdc43c3e696564dc16/prakriya-0.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-04 12:31:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "drdhaval2785",
    "github_project": "python-prakriya",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "prakriya"
}
        
Elapsed time: 0.20110s