Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37481228
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-filechunkio

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 1.8-alt2
Время сборки: 5 ноября 2019, 07:23 ( 233.1 недели назад )
Размер архива: 6160 b

Домашняя страница:   https://pypi.python.org/pypi/filechunkio/

Лицензия: MIT
О пакете: FileChunkIO represents a chunk of an OS-level file containing bytes data
Описание:

FileChunkIO represents a chunk of an OS-level file containing bytes
data. Python 2.6+ is required.

BACKGROUND: I wrote FileChunkIO to upload huge files to Amazon S3 in
multiple parts without having to split them physically upfront (which
requires more time and twice the disk space) or creating in-memory
chunks as StringIO instances.

Текущий майнтейнер: Andrey Bychkov

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • python3-module-filechunkio-tests
  • python3-module-filechunkio
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin