Skip to main content

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


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.6.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

FilesOp-1.2.6-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page