Skip to main content

Utils by Chaos and Whoami.

Project description

Модуль time


from cwutils import time

time.time_to_string(second)

Конвертирует секунды(second) в недели, дни, часы, секунды (в зависимости сколько секунд вы написали в second.).

Модуль memory


from cwutils import memory

memory.memory_from_bytes('{{your number}} to {}KB, MB, GB, TB, PB, EB, ZB, UB}}'

Конвентирует байты в KB, MB, GB, TB, PB, EB, ZB, UB (в зависимости от того что вы напишите после "to".).

from cwutils import memory

memory.get_size_unit_in_bytes('{{{KB, MB, GB, TB, PB, EB, ZB, UB}}}')

Возвращает размер 1 памятной единицы которую вы передали.

memory.memory_from_string('(your number) KB, MB, GB, TB, PB, EB, ZB, UB')

Тоже самое что и в 1. В "your number" напишите число, которые хотите конвертировать в KB, MB, GB, TB, PB, EB, ZB, UB.

from cwutils import memory
 
memory.get_size_unit(bytes)

Возвращает макс.тип размерности кол-ва переданных байтов.

Модуль nums


from cwutils import nums

nums.num_to_string(your number)

Конвертирует цифры в строчные цифры.

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

cwutils-1.1.1a0.tar.gz (2.5 kB view hashes)

Uploaded Source

Supported by

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