Metadata-Version: 2.1
Name: pycdsl
Version: 0.1.4
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 :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
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)


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


Features
--------

* CDSL corpus management tool
* Unified 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.


