Metadata-Version: 2.1
Name: simplebot-lyrics
Version: 1.2.1
Summary: Search for song lyrics in Delta Chat (SimpleBot plugin)
Home-page: https://github.com/adbenitez/simplebot_lyrics
Author: adbenitez
Author-email: adbenitez@nauta.cu
License: MPL
Keywords: simplebot plugin deltachat
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: simplebot>=2.4.0
Requires-Dist: requests>=2.26.0
Requires-Dist: beautifulsoup4>=4.10.0
Provides-Extra: test
Requires-Dist: pytest>=6.2.5; extra == "test"
Provides-Extra: dev
Requires-Dist: simplebot>=2.4.0; extra == "dev"
Requires-Dist: requests>=2.26.0; extra == "dev"
Requires-Dist: beautifulsoup4>=4.10.0; extra == "dev"
Requires-Dist: pytest>=6.2.5; extra == "dev"
Requires-Dist: black>=21.12b0; extra == "dev"
Requires-Dist: mypy>=0.910; extra == "dev"
Requires-Dist: isort>=5.10.1; extra == "dev"
Requires-Dist: pylint>=2.12.2; extra == "dev"
Requires-Dist: pylama>=8.3.6; extra == "dev"
Requires-Dist: types-pkg-resources>=0.1.3; extra == "dev"
Requires-Dist: types-requests>=2.26.3; extra == "dev"

Lyrics
======

.. image:: https://img.shields.io/pypi/v/simplebot_lyrics.svg
   :target: https://pypi.org/project/simplebot_lyrics

.. image:: https://img.shields.io/pypi/pyversions/simplebot_lyrics.svg
   :target: https://pypi.org/project/simplebot_lyrics

.. image:: https://pepy.tech/badge/simplebot_lyrics
   :target: https://pepy.tech/project/simplebot_lyrics

.. image:: https://img.shields.io/pypi/l/simplebot_lyrics.svg
   :target: https://pypi.org/project/simplebot_lyrics

.. image:: https://github.com/adbenitez/simplebot_lyrics/actions/workflows/python-ci.yml/badge.svg
   :target: https://github.com/adbenitez/simplebot_lyrics/actions/workflows/python-ci.yml

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black

A `SimpleBot`_ plugin that allows users to search for song lyrics in `Delta Chat`_.

Install
-------

To install run::

  pip install simplebot-lyrics


.. _SimpleBot: https://github.com/simplebot-org/simplebot
.. _Delta Chat: https://delta.chat
