Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37500518
en ru br
ALT Linux repos
S:1.8-alt2

Group :: Development/Python3
RPM: python3-module-filechunkio

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.8-alt2
Build date: 5 november 2019, 07:23 ( 233.2 weeks ago )
Size: 6160 b

Home page:   https://pypi.python.org/pypi/filechunkio/

License: MIT
Summary: FileChunkIO represents a chunk of an OS-level file containing bytes data
Description:

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.

Current maintainer: Andrey Bychkov

List of contributors

List of rpms provided by this srpm:

  • python3-module-filechunkio-tests
  • python3-module-filechunkio
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin