No project description provided
Project description
LibrerÃa TCQi
Esta librerÃa tiene como propósito facilitar la modificación de archivos TCQi, descomprimiendo y guardando las tablas en formato Excel y/o DataFrame, y la consiguiente compresión y guardado en formato TCQi, al finalizar.
Estructura
Para utilizar esta librerÃa, se debe crear en el directorio del proyecto, una carpeta "Data":
proyecto-tcqi/
├─ Data/
│ └─ archivo.tcqi
└─ main.py
Utilización
Para instalar la librerÃa, se utiliza el paquete recopilado mediante el comando 'pip':
!pip install tcqi
A continuación, se debe importar en el archivo Python que lo requiera:
from tcqi import TCQi
Y para finalizar, se debe inicializar un objeto TCQi, para poder llamar las funciones que contiene la librerÃa:
tcqi = TCQi()
Ejemplo:
from tcqi import TCQi
# Inicializar el objeto TCQi
tcqi = TCQi()
# Localizar archivo tcqi a modificar
file = 'filename.tcqi'
# Ejecutar una función de la librerÃa con formato 'tcqi.funcion_x()'
table_files = tcqi.read_and_split_TCQi_file(
tcqi.unpack_file('.//Data//' + file)
)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tcqi-0.1.2.tar.gz.
File metadata
- Download URL: tcqi-0.1.2.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4da2734c88e273dc0f42e4ac5f475f94c3ba0d7deb6cba32feaedb40bae9022
|
|
| MD5 |
1d3f9c2f969d5792921f952389523276
|
|
| BLAKE2b-256 |
9c5db277b213b880d66c9f74d93896b2ca5d499add7793bff3f3216fe9314913
|
File details
Details for the file tcqi-0.1.2-py3-none-any.whl.
File metadata
- Download URL: tcqi-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a88230b977dbc9b0f8efb0da886dc6d969562605f5010fc6b6d20e21e0e74e5
|
|
| MD5 |
ac67c8275d22fd9f10a3e354e1783ed0
|
|
| BLAKE2b-256 |
42fcf463bb065cba4d3cf2d3de92040ad7f4d24a3d2fbbf8275fa99b6b7e0c4e
|