
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
A utility module for string manipulation, character encoding, sorting, and list operations.
sakthi_library
sakthi_library
is a Python module that provides a collection of utility functions for string manipulation, character encoding, conversions, sorting, and list operations. It contains various custom functions designed to simplify common tasks.
sakthi_show_it(*args, sep=' ', end='\n', file=None, flush=False)
: Custom print function with adjustable separators, file output, and flushing.sakthi_clean_front_and_back(string)
: Removes leading and trailing whitespace from a string.sakthi_clean_left(string)
: Removes leading whitespace from a string.sakthi_clean_right(string)
: Removes trailing whitespace from a string.sakthi_remove_prefix(string, prefix)
: Removes the specified prefix from a string.sakthi_remove_suffix(string, suffix)
: Removes the specified suffix from a string.sakthi_it_starts_with(string, prefix)
: Checks if the string starts with a given prefix.it_ends_with(string, suffix)
: Checks if the string ends with a given suffix.make_title(string)
: Converts the string to title case by capitalizing the first letter of each word.sakthi_unicode_character(code_point)
: Retrieves the Unicode character for a given code point.sakthi_character_to_ascii_code(character)
: Converts a character to its ASCII or UTF-8 encoded value.sakthi_change_capital_A_B_C_D(string)
: Converts lowercase letters to uppercase.sakthi_change_to_lowercase(string)
: Converts uppercase letters to lowercase.sakthi_to_ascii_values(string)
: Converts characters in a string to their ASCII values.sakthi_to_hexadecimal_values(string)
: Converts characters in a string to their hexadecimal values.sakthi_to_binary_values(string)
: Converts characters in a string to binary values.sakthi_to_decimal_values(string)
: Converts characters in a string to decimal values.sakthi_to_octal_values(string)
: Converts characters in a string to octal values.sakthi_decimal_to_binary(decimal)
: Converts a decimal number to binary.sakthi_decimal_to_octal(decimal)
: Converts a decimal number to octal.sakthi_decimal_to_hexadecimal(decimal)
: Converts a decimal number to hexadecimal.sakthi_binary_to_decimal(binary)
: Converts a binary number to decimal.sakthi_arrange_ascending_order(arr)
: Sorts an array in ascending order using Timsort.sakthi_arrange_descending_order(arr)
: Sorts an array in descending order using Timsort.i_need_number_list(start, stop, step)
: Generates a list of numbers within a specified range and step.how_many_elements_present(iterable)
: Returns the number of elements in an iterable.sakthi_total_of_list(iterable, start=0)
: Calculates the sum of elements in a list with an optional starting value.sakthi_min(list)
: Custom function to find the minimum value in a list.sakthi_max(list)
: Custom function to find the maximum value in a list.sakthi_add_newline(string)
: Adds a newline after "sakthi" in a string.sakthi_add_tab_space(string)
: Adds a tab space after "sakthi".sakthi_backspace(string)
: Adds a backspace after "sakthi".sakthi_add_vertical_tab(string)
: Adds a vertical tab after "sakthi".sakthi_add_form_newline(string)
: Adds a form feed after "sakthi".sakthi_sart_from_first(string)
: Starts from the first character of a string.To install mymodule
, clone the repository and use it in your Python projects.
git clone https://github.com/yourusername/mymodule.git
Here's an example of how you can use some functions from mymodule
:
from mymodule import sakthi_show_it, sakthi_to_ascii_values
# Print using custom function
sakthi_show_it("Hello", "World", sep=", ")
# Convert string to ASCII values
ascii_values = sakthi_to_ascii_values("Hello")
print(ascii_values)
Contributions are welcome! Please submit a pull request or open an issue if you find any bugs or want to add new features.
FAQs
A utility module for string manipulation, character encoding, sorting, and list operations.
We found that sakthiselvan demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.