Project description
Project description
🚀Palindrome
📄Description
This tell if a word is a perfect palindrome or not .
⚙️ Installation
clone the repository (git must be installed)
git clone https://gitlab.com/ChristopheLagaillarde/algo_fun_palindrome.git
or you can install it using pip
pip install algo_fun_palindrome
or take the gz file on gitlab and use this command
tar -xzf algo_fun_palindrome-0.1.0.tar.gz
✅Verification
You can have my public key on here: https://keyserver.ubuntu.com/pks/lookup?search=309F4D460B9BF1BD8DD31EAB39A61CA659ADD6E3&fingerprint=on&op=index
Take it and to verify that the integrity and authenticity of my project. You should be able to use this command to do so.
gpg --verify algo_fun_palindrome-0.1.0.tar.gz.asc algo_fun_palindrome-0.1.0.tar.gz
🕹️Usage
You have to import it using this command
from algo_fun.is_palindrome import is_palindrome
You can use the function as follow
is_palindrome("level")
📝LICENSE
Copyright (c) 2024 Christophe Lagaillarde
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file algo_fun_palindrome-0.1.0.tar.gz.
File metadata
- Download URL: algo_fun_palindrome-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62e7e780b4f032cca06fcf05fa3e2381297a41d8395244174c3711b2850f1906
|
|
| MD5 |
40b6ca7137d3cdd092a9e1bbbf7777f2
|
|
| BLAKE2b-256 |
9c406253a03b9ce8443c3612f421c45bb79bfe2a90db9a4edc5e51ac8465e173
|