https://github.com/pykit3/k3fs
File-system Utilities
https://github.com/pykit3/k3fs
dir file fs
Last synced: 5 months ago
JSON representation
File-system Utilities
- Host: GitHub
- URL: https://github.com/pykit3/k3fs
- Owner: pykit3
- License: mit
- Created: 2020-06-13T05:40:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-28T12:36:39.000Z (9 months ago)
- Last Synced: 2025-10-27T05:25:45.852Z (7 months ago)
- Topics: dir, file, fs
- Language: Python
- Homepage: https://blog.openacid.com
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k3fs
[](https://github.com/pykit3/k3fs/actions/workflows/python-package.yml)
[](https://k3fs.readthedocs.io/en/stable/?badge=stable)
[](https://pypi.org/project/k3fs)
File-system Utilities
k3fs is a component of [pykit3] project: a python3 toolkit set.
# Install
```
pip install k3fs
```
# Synopsis
```python
>>> fwrite('/tmp/foo', "content")
>>> fread('/tmp/foo')
'content'
>>> 'foo' in ls_files('/tmp/')
True
```
# Author
Zhang Yanpo (张炎泼)
# Copyright and License
The MIT License (MIT)
Copyright (c) 2015 Zhang Yanpo (张炎泼)
[pykit3]: https://github.com/pykit3