Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.
/ utils-standard Public archive

a Python library that provides a collection of standard utility functions and modules for various tasks of develop.

License

Notifications You must be signed in to change notification settings

MrYassinox/utils-standard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository has been archived. (No new updates). Please visit and use the new repository.

utils standard

GitHub license GitHub last commit (branch) GitHub Latest Release GitHub Release Date

Features - Installation - Documentation - Credits - License

utils-standard: is a Python library that provides a collection of standard utility functions and modules for various tasks of develop.

Features:

  • Not needed a dependencies and small.
  • File operations (directory creation, file removal, file search and replace, etc.)
  • System information retrieval (Python version, system platform, processor details, etc.)
  • Data handling (reading data from CSV and XLSX files)
  • Text and file manipulation (searching and replacing strings, editing text files, scanning folders, etc.)
  • Web-related functions (handling web requests, downloading files, checking file sizes, and storing metadata, etc.)
  • Threading utilities (decorator for measuring task execution time, threaded function execution, etc.)
  • Module management (importing modules from specific directories, retrieving modules and images from directories, etc.)
  • Exception handling (safe execution of code that may raise exceptions)
  • Various utility classes for tasks such as timer management, threading, colors, etc.

Python, library, utility functions, file operations, system information, image processing, data handling, module management, exception handling, timer, colors manipulation, image analysis, web requests

Installation

Using

Create and activate a Python virtual environment.

pip install -e git+https://github.com/MrYassinox/utils-standard.git@main
# or
pip install https://github.com/MrYassinox/utils-standard/archive/main.zip
# or
pip install https://git+github.com/MrYassinox/utils-standard.git@<branch_name or hash or version or tag>

Using as a devlope

Cloning repository with git clone go to into your project directory where to clone repository.

git clone https://github.com/MrYassinox/utils-standard.git
pip install -e .  # go to inside project repository directory and run this command.

Platform used info

  • Scripting Language : python
    • Python version : ^3.8

Documentation

The documentation available here: documentation

Credits

License

Code released under the MIT license. see license for further details.

About

a Python library that provides a collection of standard utility functions and modules for various tasks of develop.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages