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.1.1.tar.gz
(3.0 kB
view details)
Built Distribution
File details
Details for the file FilesOp-1.1.1.tar.gz
.
File metadata
- Download URL: FilesOp-1.1.1.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 | df51cd9142ef4251fefa9bef83512bfe08e75f270ad9efab9c2068f51d70656f |
|
MD5 | c390ab840852338018d9e2fefc8f4316 |
|
BLAKE2b-256 | f373b64ad2faf58147ea26dc01aefae98ab62fcb6ee83c05f4ba02e6e801adc7 |
File details
Details for the file FilesOp-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: FilesOp-1.1.1-py3-none-any.whl
- Upload date:
- Size: 3.3 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 | 52455aab5b80780b7fda8b7cbb5e038299b100a65973f44b34f70db441b48b62 |
|
MD5 | e315903580c9e29284b9ad9233fe1ae2 |
|
BLAKE2b-256 | 910a089f941505846d39e14eeec4bd9fb29ed7a1461e154c4ff1ca365ac66217 |