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.5.tar.gz
(3.0 kB
view details)
Built Distribution
File details
Details for the file FilesOp-1.2.5.tar.gz
.
File metadata
- Download URL: FilesOp-1.2.5.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 | 7fba2296b66d63a023549c22763046b3f408d9d69f46ea8dad8e7758d4cef7f5 |
|
MD5 | d82fd33cee76d4802d4625d8bb257ebb |
|
BLAKE2b-256 | 8273c2332368e968a73175c7092b6da9d7ee2fa35536aa0d347c5f8eb1f2b92a |
File details
Details for the file FilesOp-1.2.5-py3-none-any.whl
.
File metadata
- Download URL: FilesOp-1.2.5-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 | e6e031380273f8821e283aa5cc11d57f027313cac5f221ed27c3c8b423c29cf3 |
|
MD5 | dbfc454b36e835c6fb659c4759b1faf7 |
|
BLAKE2b-256 | 0320e0b23943d9c756dfd11c8c6c1d1738cfc557e2acc8320b1beedece4ec360 |