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
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:
- Install Docker and Remote-Container extension.
- Press Ctrl+Shift+P in VSCode.
- 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
- Repositories: 2
- Profile: https://github.com/donkomura
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
- Homepage: https://github.com/donkomura/PyCHFS
- Documentation: https://pychfs.readthedocs.io/
- License: mit
-
Latest release: 0.0.1
published over 3 years ago
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