{"id":20098631,"url":"https://github.com/pfnet/pfio","last_synced_at":"2025-04-13T02:19:41.634Z","repository":{"id":38358483,"uuid":"182935146","full_name":"pfnet/pfio","owner":"pfnet","description":"IO library to access various filesystems with unified API","archived":false,"fork":false,"pushed_at":"2024-11-25T06:41:41.000Z","size":2025,"stargazers_count":52,"open_issues_count":15,"forks_count":22,"subscribers_count":72,"default_branch":"master","last_synced_at":"2025-04-04T03:47:29.084Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pfio.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pfnet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-23T04:50:28.000Z","updated_at":"2024-11-25T06:41:46.000Z","dependencies_parsed_at":"2023-02-19T16:45:32.776Z","dependency_job_id":"ca3ad3d6-b7af-4d67-8daf-da1d3f98df10","html_url":"https://github.com/pfnet/pfio","commit_stats":{"total_commits":422,"total_committers":27,"mean_commits":15.62962962962963,"dds":0.7322274881516588,"last_synced_commit":"61ed25cd8054c93953541c6266a562a3b6bf9635"},"previous_names":["chainer/chainerio"],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfnet%2Fpfio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfnet%2Fpfio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfnet%2Fpfio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfnet%2Fpfio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pfnet","download_url":"https://codeload.github.com/pfnet/pfio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248654437,"owners_count":21140299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T17:06:06.049Z","updated_at":"2025-04-13T02:19:41.610Z","avatar_url":"https://github.com/pfnet.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## PFIO\n\n![Doc Status Badge](https://readthedocs.org/projects/pfio/badge/?version=master\u0026style=flat)\n\nPFIO is an IO abstraction library developed by PFN, optimized for deep\nlearning training with batteries included. It supports\n\n- Filesystem API abstraction with unified error semantics,\n- Explicit user-land caching system,\n- IO performance tracing and metrics stats, and\n- Fileset container utilities to save metadata.\n\n\n## Dependency\n\n- HDFS client and libhdfs for HDFS access\n- CPython \u003e= 3.9\n\n## Installation and Document build\n\nInstallation\n\n```shell\n$ git clone https://github.com/pfnet/pfio.git\n$ cd pfio\n$ pip install .\n```\n\nDocumentation\n```sh\n$ cd pfio/docs\n$ make html\n$ open build/html/index.html\n```\n\n## How to use\n\nPlease refer to the [official document](https://pfio.readthedocs.io) for more information about the usage.\n\n## Release\n\nCheck [the official document](https://packaging.python.org/tutorials/packaging-projects/) for latest release procedure.\n\nRun tests locally:\n\n```sh\n$ pip install tox\n$ tox\n```\n\nBump version numbers in `pfio/version.py` .\n\nPush and open a pull request to invoke CI. Once CI passed and the pull request merged,\ntag a release:\n\n```sh\n$ git tag -s X.Y.Z\n$ git push --tags\n```\n\nBuild:\n\n```sh\n$ rm -rf dist\n$ pip3 install --user build\n$ python3 -m build\n```\n\nRelease to PyPI:\n\n```sh\n$ python3 -m pip install --user --upgrade twine\n$ python3 -m twine upload --repository testpypi dist/*\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpfnet%2Fpfio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpfnet%2Fpfio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpfnet%2Fpfio/lists"}