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
Release history Release notifications | RSS feed
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.2.0.tar.gz
(28.5 kB
view details)
Built Distribution
pfio-2.2.0-py3-none-any.whl
(34.9 kB
view details)
File details
Details for the file pfio-2.2.0.tar.gz
.
File metadata
- Download URL: pfio-2.2.0.tar.gz
- Upload date:
- Size: 28.5 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.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7aff43978b9fbbd685c586d79ea7c1679d6dc8bef9052132c353a0945c21b6f |
|
MD5 | 69eb65e5a3ba0b2973f364eca54a7de4 |
|
BLAKE2b-256 | 1d4776999fb2ae751563fd8a8c57422b3e95f45f5ab38ad3aeb73126b50ab608 |
Provenance
File details
Details for the file pfio-2.2.0-py3-none-any.whl
.
File metadata
- Download URL: pfio-2.2.0-py3-none-any.whl
- Upload date:
- Size: 34.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.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 453ad4a231b87f64499ec70abcc02b80ac96b861d8e7ccea831760e6398fb26c |
|
MD5 | 96bc665dcd1e361484747d191502bf13 |
|
BLAKE2b-256 | 9d18dc8c5a024d40e64c9ccde4d5ec5a18550dfd1b1b98094a0daa4683d2c054 |