معرفی شرکت ها


agutil-5.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A collection of python utilities
ویژگی مقدار
سیستم عامل -
نام فایل agutil-5.0.1
نام agutil
نسخه کتابخانه 5.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Aaron Graubert
ایمیل نویسنده captianjroot@live.com
آدرس صفحه اصلی https://gitlab.graubert.com/agraubert/agutil
آدرس اینترنتی https://pypi.org/project/agutil/
مجوز MIT
# agutil [![Master Build Status](https://gitlab.graubert.com/agraubert/agutil/badges/master/pipeline.svg)](https://gitlab.graubert.com/agraubert/agutil/-/pipelines) A collection of python utilities **Version:** [![Live Package Version](https://img.shields.io/pypi/v/agutil)](https://pypi.python.org/pypi/agutil) ###### Tools: * search_range (A utility for manipulating numerical ranges) * status_bar (A simple progress bar indicator) * Logger (A class for fast, simple, logging) * ActiveTimeout (A class for enforcing a timeout for a set of operations) * Several standalone utility methods (See the [agutil module page](https://gitlab.graubert.com/agraubert/agutil/-/wikis/agutil-(main-module)) on the wiki) The __io__ package: * Socket (A low-level network IO class built on top of the standard socket class) * SocketServer (A low-level listen server to accept connections and return Socket classes) * MPlexSocket (A low-level network IO class which multiplexes I/O through multiple channels. Threadless version of `QueuedSocket`) The __parallel__ package: * parallelize (A decorator to easily convert a regular function into a parallelized version) * parallelize2 (A similar parallelization decorator with a slightly different flavor) * IterDispatcher (Logical backend for dispatching calls with parallelize) * DemandDispatcher (Logical backend for dispatching calls with parallelize2) * ThreadWorker (Task management backend for dispatching parallel calls to threads) * ProcessWorker (Task management backend for dispatching parallel calls to processes) The __security__ package: * SecureSocket (A mid-level network IO class built to manage encrypted network communications) * SecureConnection (A high-level, multithreaded class for sending and receiving encrypted files and messages) * SecureServer (A low-level listen server to accept connections and return SecureConnection instances) * agutil-secure (A command line utility for encrypting and decrypting files) * EncryptionCipher and DecryptionCipher (Twin classes for agutil's modular encryption format) * Several other utility functions and classes for encrypting and decrypting data ## Documentation: Detailed documentation of these packages can be found on the [agutil Github wiki page](https://gitlab.graubert.com/agraubert/agutil/-/wikis/home)


نیازمندی

مقدار نام
==3.15.0 pycryptodomex
==4.9 rsa


نحوه نصب


نصب پکیج whl agutil-5.0.1:

    pip install agutil-5.0.1.whl


نصب پکیج tar.gz agutil-5.0.1:

    pip install agutil-5.0.1.tar.gz