A horrible Idea
Project description
JsonFS
a horrible idea
ᵖʸᵖᶦ ᵐᵃᵈᵉ ᵐᵉ ʳᵉⁿᵃᵐᵉ ᶦᵗ ˢᵐʰ
usage
import BetterJsonFS jsfs = BetterJsonFS.jsonfs() #write a file into fs with open("otherstuff/KEKW.png", "rb") as f: jsfs.write("/KEKW.png", f.read()) f.close() #check if the file exists in fs print(jsfs.checkifexists("/KEKW.png")) #write file from fs with open("fstest.png", "wb") as f: f.write(jsfs.read("/KEKW.png")) f.close() #remove from fs jsfs.remove("/KEKW.png")
Installing
make sure you have python pip installed
if you can use bash you can install it via pip install betterjsonfs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
betterjsonfs-0.1.3.tar.gz
(3.1 kB
view hashes)
Built Distribution
Close
Hashes for betterjsonfs-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27296d38d1b1aed0543afcde5b5c53b1a1b0d881297e9568a843be2aa1817004 |
|
MD5 | 38df4f0cbfd0edb959c81a515e61b1ba |
|
BLAKE2-256 | d47c4b27772be2e1adc2313f9e27f3a2813081d83dce1fa27d02c76e686d725a |