Metadata-Version: 2.1
Name: prakriya
Version: 0.2.2
Summary: prakriya is a package to derive information about given Sanskrit verb form.
Home-page: https://github.com/drdhaval2785/python-prakriya
Author: Dr. Dhaval Patel
Author-email: drdhaval2785@gmail.com
License: GNU General Public License v3
Keywords: prakriya,panini,Sanskrit,grammar,tinanta
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.5
License-File: LICENSE
License-File: AUTHORS.rst

========
prakriya
========


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

.. image:: https://img.shields.io/travis/drdhaval2785/python-prakriya.svg
        :target: https://travis-ci.org/drdhaval2785/python-prakriya

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

.. image:: https://coveralls.io/repos/github/drdhaval2785/python-prakriya/badge.svg?branch=master
     :target: https://coveralls.io/github/drdhaval2785/python-prakriya?branch=master
     :alt: Code coverage

.. 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.

