Skip to main content

A utility library that contains useful functions, decorators and more

Project description

Utlib - Utility Library

utlib is a lightweight and customizable utility library designed to simplify everyday Python programming.
Created by Myroslav Repin, the project is in active development and will continue to grow with new features and improvements.


✨ Current Features

  • digit_sum(n)

    • Returns the sum of all digits in an integer.
    • Example: digit_sum(1234)10
  • is_palindrome(text)

    • Checks if a given string is a palindrome (reads the same forwards and backwards).
    • Example: is_palindrome("level")True
  • vowels(lang='eng', consonants=False)

    • Returns the list of vowels of supported languages including: English (eng), Russian (ru), Spanish (es), French (fr), German (de)
    • Using secong parametr of the function you can select which list you want to return: vowels or consonants
  • average_value(values, decimal, get_nearest_value)

    • Returns the average of a list of numbers, rounded to the given decimal places.
    • Can return nearest value from the list to average
    • Currently average_value() is supporting floats
    • Example:
      average_value([1, 2, 3, 4, 5], 2)        # → 3.00
      average_value([1, 2, 3, 4, 5], 5)  # → 3.00000
      
  • remove_vowels(text, lang, consonants)

    • Returns the string without vowels
    • Using consonants=True function return string with vowels only
    • Function returning now lower case only
    • lang by default is eng, supporting languages: eng, ru, fr, es, de
  • count_words(text, min_lenght, max_lenght)

    • Number of words in text with length greater than or equal to min_lenght.
    • Now supporting max_lenght as an atribute.
    • text — input string.
    • min_lenght — minimum word length (integer).

🚧 Planned Features

  • Advanced math helpers
  • Filtering tools
  • AI-based utilities
  • Custom data structures
  • Useful decorators and wrappers
  • Useful function

📦 Installation

To install the latest version from PyPI, use:

pip install utlib

📄 Documentation

Official documentation is coming soon. For now, explore the source code and README to understand available functionality.

If you have any ideas or requests for the documentation, feel free to share!


💌 Feedback & Contact

If you find a bug or want to request a feature:

📧 Email: myroslavrepin@gmail.com 📁 GitHub: github.com/MyroslavRepin/utlib


📌 License

This project is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

utlib-0.3.2.tar.gz (7.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

utlib-0.3.2-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file utlib-0.3.2.tar.gz.

File metadata

  • Download URL: utlib-0.3.2.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.17

File hashes

Hashes for utlib-0.3.2.tar.gz
Algorithm Hash digest
SHA256 6723806d9c0fb9a7f63e829d39ee6cbeddc9040b991a0a8427d3560e83a54f28
MD5 114793c19a38a116dfa1c4065760286c
BLAKE2b-256 bfa96ff45d6afaa147a755e828cb7dd1f1cfebed1b2b3e64ba88438be68af66b

See more details on using hashes here.

File details

Details for the file utlib-0.3.2-py3-none-any.whl.

File metadata

  • Download URL: utlib-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 6.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.17

File hashes

Hashes for utlib-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f6c9c5618fe6296819340983733a1c4cc167c75443fd80e0422db5984add2f84
MD5 300e060140f7b7c31c6c1482973fa676
BLAKE2b-256 675043b9845baf839894708a897ddee1c67df747822f625756e67dd5388dcd22

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page