Skip to main content

PFN IO library

Project description

PFIO

PFIO is an IO abstraction library developed by PFN, optimized for deep learning training with batteries included. It supports

  • Filesystem API abstraction with unified error semantics,
  • Explicit user-land caching system,
  • IO performance tracing and metrics stats, and
  • Fileset container utilities to save metadata.

Dependency

  • HDFS client and libhdfs for HDFS access
  • CPython >= 3.6

Installation and Document build

Installation

$ git clone https://github.com/pfnet/pfio.git
$ cd pfio
$ pip install .

Documentation

$ cd pfio/docs
$ make html
$ open build/html/index.html

Test

$ cd pfio
$ pip install .[test]
$ pytest tests/

How to use

Please refer to the official document for more information about the usage.

Release

Check the official document for latest release procedure.

Run tests locally:

$ pip install --user -e .[test]
$ pytest

Bump version numbers in pfio/version.py .

Push and open a pull request to invoke CI. Once CI passed and the pull request merged, tag a release:

$ git tag -s X.Y.Z
$ git push --tags

Build:

$ rm -rf dist
$ pip3 install --user build
$ python3 -m build

Release to PyPI:

$ python3 -m pip install --user --upgrade twine
$ python3 -m twine upload --repository testpypi dist/*

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

pfio-2.3.0rc1.tar.gz (33.0 kB view details)

Uploaded Source

Built Distribution

pfio-2.3.0rc1-py3-none-any.whl (39.9 kB view details)

Uploaded Python 3

File details

Details for the file pfio-2.3.0rc1.tar.gz.

File metadata

  • Download URL: pfio-2.3.0rc1.tar.gz
  • Upload date:
  • Size: 33.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.5

File hashes

Hashes for pfio-2.3.0rc1.tar.gz
Algorithm Hash digest
SHA256 5b43787d68542ee1e0830ab864ef0aa9b95bd79401617bd6b939056e5adf91f8
MD5 058bc333be4f6ef750d177cdf44011c0
BLAKE2b-256 0b32d708b72daebfcaee3531af0a251b2d8e773ccb72202052ec8221c9bcdd0d

See more details on using hashes here.

File details

Details for the file pfio-2.3.0rc1-py3-none-any.whl.

File metadata

  • Download URL: pfio-2.3.0rc1-py3-none-any.whl
  • Upload date:
  • Size: 39.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.5

File hashes

Hashes for pfio-2.3.0rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 f210e6cdda10b2b1970e717d3a1580c434fe35fa6775e5b6cbcea460d3b58278
MD5 410653354578ca943be3d09441089bf4
BLAKE2b-256 8134d5cc2d9c6a096099c91e71e8dccd7ddfeca77c48ca9479817584df6dd507

See more details on using hashes here.

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