Skip to content

Tags: pbchekin/p9fs-py

Tags

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Register scheme "p9" in fsspec (#4)

* 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

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
pbchekin Pavel Chekin
GitHub action to release package to PyPi