Tags: pbchekin/p9fs-py
Tags
Tests for diod (#5) * Register scheme "p9" in fsspec. * Fix test for Python 3.11 String representation of Enum value includes Enum class in 3.11. Use `value` to get a string value of the Enum. * Release 0.0.3 * Tests for diod * Install for root * Release 0.0.4
Support for unpfs (rust-9p) server and 9P2000.L (#3) * Initial 9P2000.L support * Implement info() for 9P2000.L * Implement rmdir for 9P2000.L * Implement ls for 9P2000.L * Implement read for 9P2000.L * Implement write for 9P2000.L * Test for unpfs * Checkout rust-9p in test workflow * Add ls to investigate directory structure * Add ls to investigate directory structure * Build unpfs * Install unpfs to ~/.local/bin * Install unpfs to ~/.local/bin * Release 0.0.2