https://github.com/shinkeonkim/is_likelion
Is Likelion?
https://github.com/shinkeonkim/is_likelion
likelion python-library
Last synced: 7 months ago
JSON representation
Is Likelion?
- Host: GitHub
- URL: https://github.com/shinkeonkim/is_likelion
- Owner: shinkeonkim
- License: mit
- Created: 2022-03-28T11:47:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-03T11:25:58.000Z (about 4 years ago)
- Last Synced: 2025-02-12T23:14:32.526Z (over 1 year ago)
- Topics: likelion, python-library
- Language: Python
- Homepage: https://pypi.org/project/is-likelion/
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Is Likelion?
===============
.. image:: https://coveralls.io/repos/github/shinkeonkim/is_likelion/badge.svg?branch=main
How to use
------------
.. code-block:: shell
> pip install is_likelion
Usage
-------
.. code-block:: python
from is_likelion import is_likelion
is_likelion("likelion")
# True
is_likelion("LikeLiOn")
# True
is_likelion("lion")
# False