https://github.com/donkomura/pychfs

CHFS Python bindings

https://github.com/donkomura/pychfs

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.1%) to scientific vocabulary

Keywords

high-performance-computing python
Last synced: 6 months ago · JSON representation

Repository

CHFS Python bindings

Basic Info
  • Host: GitHub
  • Owner: donkomura
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 5.86 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
high-performance-computing python
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme License

README.md

PyCHFS

PyCHFS is the Python bindings for CHFS (consistent hashing file system).

Requirements

Getting Started

Installation

$ pip install pychfs

Create file system

You can create CHFS by chfsctl and set CHFS_SERVER environmental variable.

$ eval `chfsctl start` $ chlist # show started servers

Developing

Building locally

$ python setup.py build_ext --inplace

VSCode devcontainer

You can use VSCode devcontainer to develop fsspec-chfs. The setup steps are follows:

  1. Install Docker and Remote-Container extension.
  2. Press Ctrl+Shift+P in VSCode.
  3. select Remote-Container: Open the folder in the Container

Testing

$ eval `chfsctl start` # start the server and set CHFS_SERVER $ tox

Owner

  • Name: donko
  • Login: donkomura
  • Kind: user
  • Location: Japan, Tsukuba

GitHub Events

Total
Last Year

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 11 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
pypi.org: pychfs

CHFS Python bindings

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 11 Last month
Rankings
Dependent packages count: 6.6%
Forks count: 30.5%
Dependent repos count: 30.6%
Average: 31.7%
Stargazers count: 39.1%
Downloads: 51.8%
Maintainers (1)
Last synced: 6 months ago

Dependencies

Dockerfile docker
  • koyamaso/chfs master build
pyproject.toml pypi
setup.py pypi