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.
Release files for FilesOp 1.2.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| FilesOp-1.2.6.tar.gz | 3.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| FilesOp-1.2.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.5 kB
Release files / FilesOp-1.2.6.tar.gz
| Download URL | FilesOp-1.2.6.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b61728f10ef9a39e11bc52e773277c1dc8184293aff2b29b9383588fb07fd901
|
|
BLAKE2b-256 checksum How to use checksums |
84e971707908019a6a1aa3020643445561457c0fb2f0fed82e13ae5a0697a449
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / FilesOp-1.2.6-py3-none-any.whl
| Download URL | FilesOp-1.2.6-py3-none-any.whl |
|---|---|
| Size | 3.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6e6a5e240391876be8ddbb94e05918456cb265ffec362236e0f0e66147f45d96
|
|
BLAKE2b-256 checksum How to use checksums |
31a1a86ad21f892362d40056461a01e6d8c5a3e3e6bc68ee4d4d179ebe69b40f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|