Gestionale dei file per usi interni
Project description
FilesOp
Questo modulo permette di gestire i file come creali, leggerli e aggiornarli. Utilizzabile solo con il Python e non ha dipendenze di altri moduli.
Utilizzo
In python il modulo si importa così:
from FilesOp import FFile
my_file = FFile("Nome.txt")
my_file.read_json() # Ritorna il JSON e lo salva dentro _json
print(my_file._json) # Si trova il JSON
# Se si legge il JSON automaticamente si ha anche il formato stringato del testo, non è necessario utilizzare la funzione read_file()
print(my_file._string) # Il contenuto del file formato stringa
Links
Per avere ulteriori informazioni andare sul sito e vedere la documentazione completa del modulo.
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
FilesOp-1.2.4.tar.gz
(3.0 kB
view details)
Built Distribution
File details
Details for the file FilesOp-1.2.4.tar.gz
.
File metadata
- Download URL: FilesOp-1.2.4.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0891e4ae93d5c7f82429ed9beb371e66760d42472b88dc1f00ebff6de23a50e3 |
|
MD5 | 096153c28e87be5eadfc75aa567ce651 |
|
BLAKE2b-256 | 9b5d66a031459bef19c355a3d3cf4e5c0f71b1a4a01e59fa66f2313952f14364 |
File details
Details for the file FilesOp-1.2.4-py3-none-any.whl
.
File metadata
- Download URL: FilesOp-1.2.4-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 404a98ae12ed77f8ead7b60437454285cc9107e9cce8cfecb3ade43aa57cc4eb |
|
MD5 | 27c0ca977b4cf8afef59551756dc9f79 |
|
BLAKE2b-256 | c63165da8b40b966fe028056883f15f63c0e307816e77521962fd2a2e5f34479 |