pymountd
Mount a pythond session as a FUSE directory. Variables become files.
pip install pymountd[fuse]
pymountd work /tmp/ns/work
ls /tmp/ns/work/ # variable names
cat /tmp/ns/work/df # repr(df)
echo "42" > /tmp/ns/work/x # x = 42
rm /tmp/ns/work/x # del x
Combine with pyauditd for namespace-level audit:
aud watch /tmp/ns/work # every variable mutation → HMAC chain
Requirements
- pythond (the session runtime)
fusepy(pip install pymountd[fuse])- Linux:
sudo apt install fuse3 - macOS:
brew install macfuse
Release files for pymountd 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pymountd-0.1.0.tar.gz | 3.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pymountd-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.9 kB
Release files / pymountd-0.1.0.tar.gz
| Download URL | pymountd-0.1.0.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0fddfd31b087314543e0ed3adb20a92285e06cfbf99f0b1d9dcf9c596cf24593
|
|
BLAKE2b-256 checksum How to use checksums |
122044867c0da4c5da957b7b274e60983fa2400ba80697d593b69cffc0130dfa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.6
|
Release files / pymountd-0.1.0-py3-none-any.whl
| Download URL | pymountd-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
22b0fc55b99edf3c748c395a99d0be2478fd080733729e0923e9882862a1c481
|
|
BLAKE2b-256 checksum How to use checksums |
f9b93d90872f620f97a4bdf3b6929b93c316bacc64c8b4ff9a32572739f371f2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.6
|