A tutorial package for string operations
Project description
package-creation-tutorial-rmekni
A tutorial package for string operations in Python.
Installation
pip install package-creation-tutorial-rmekni
Usage
from package_creation_tutorial.string_ops import reverse_string, count_vowels, capitalize_words
# Reverse a string
print(reverse_string("hello")) # Output: olleh
# Count vowels
print(count_vowels("hello")) # Output: 2
# Capitalize words
print(capitalize_words("hello world")) # Output: Hello World
Features
- reverse_string: Reverse any string
- count_vowels: Count the number of vowels in a string
- capitalize_words: Capitalize the first letter of each word
Documentation
Full documentation is available at: https://rhemmekni.github.io/package_creation_tutorial/
Repository
Source code: https://github.com/RyhemMekni/package_creation_tutorial
License
MIT License
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file package_creation_tutorial_rmekni-0.1.0.tar.gz.
File metadata
- Download URL: package_creation_tutorial_rmekni-0.1.0.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.14.2 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dea685452c35f02a52d10cf481bc4a18108ba461b4ad1681800eee55f7d39a32
|
|
| MD5 |
5ea403cbfcb4dd6901d624e454584f06
|
|
| BLAKE2b-256 |
f18b8f44e50f58672ce22a1438b9aef9c38cc61c7787e5799352c6ff1424bfd7
|
File details
Details for the file package_creation_tutorial_rmekni-0.1.0-py3-none-any.whl.
File metadata
- Download URL: package_creation_tutorial_rmekni-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.14.2 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
769cf1381b6fe0caaf5f1ec9b0b2101f4560789db479453dddbca8ec3bd72ac1
|
|
| MD5 |
939bdd715443dd10f2a4ff122a390068
|
|
| BLAKE2b-256 |
72504265f61db16fd3b04bc15649e733369f07704824c4710730013ab1aa5408
|