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 details)
Built Distribution
File details
Details for the file betterjsonfs-0.1.3.tar.gz
.
File metadata
- Download URL: betterjsonfs-0.1.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa2c33095d921ea7721e96505b6b127e7be9ef8256f9e1bb81ed38881b850a96 |
|
MD5 | 08c350972a10fd5e08bc88c10ed15901 |
|
BLAKE2b-256 | 3f1b9b9230bc9032164772e628a2f5079f6c79052ec797091199e41b83b3515f |
File details
Details for the file betterjsonfs-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: betterjsonfs-0.1.3-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27296d38d1b1aed0543afcde5b5c53b1a1b0d881297e9568a843be2aa1817004 |
|
MD5 | 38df4f0cbfd0edb959c81a515e61b1ba |
|
BLAKE2b-256 | d47c4b27772be2e1adc2313f9e27f3a2813081d83dce1fa27d02c76e686d725a |