Metadata-Version: 2.1
Name: pycdsl
Version: 0.1.10
Summary: Access various dictionaries from CDSL (Cologne Digital Sanskrit Lexicon)
Home-page: https://github.com/hrishikeshrt/pycdsl
Author: Hrishikesh Terdalkar
Author-email: hrishikeshrt@linuxmail.org
License: GNU General Public License v3
Keywords: pycdsl
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
License-File: LICENSE
License-File: AUTHORS.rst

===========================================================
Python Interface to Cologne Digital Sanskrit Lexicon (CDSL)
===========================================================


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

.. image:: https://img.shields.io/travis/hrishikeshrt/pycdsl.svg
        :target: https://travis-ci.com/hrishikeshrt/pycdsl

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




Access various dictionaries from CDSL (Cologne Digital Sanskrit Lexicon)
https://www.sanskrit-lexicon.uni-koeln.de/

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


Features
--------

* CDSL Corpus Management (Download, Update, Access)
* Unified Programmable Interface to access all dictionaries available at CDSL
* REPL Interface for easy dictionary search

Credits
-------

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


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

0.1.0 (2022-01-28)
------------------

* First release on PyPI.


