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.6.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file FilesOp-1.2.6.tar.gz
.
File metadata
- Download URL: FilesOp-1.2.6.tar.gz
- Upload date:
- Size: 3.1 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 | b61728f10ef9a39e11bc52e773277c1dc8184293aff2b29b9383588fb07fd901 |
|
MD5 | dcb8d112ff3caa0a30fcec54b758f350 |
|
BLAKE2b-256 | 84e971707908019a6a1aa3020643445561457c0fb2f0fed82e13ae5a0697a449 |
File details
Details for the file FilesOp-1.2.6-py3-none-any.whl
.
File metadata
- Download URL: FilesOp-1.2.6-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 | 6e6a5e240391876be8ddbb94e05918456cb265ffec362236e0f0e66147f45d96 |
|
MD5 | c385cd3e371ec150d1e5ffe4cc94f206 |
|
BLAKE2b-256 | 31a1a86ad21f892362d40056461a01e6d8c5a3e3e6bc68ee4d4d179ebe69b40f |