Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tcqi-0.1.2.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tcqi-0.1.2-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

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

Hashes for tcqi-0.1.2.tar.gz
Algorithm Hash digest
SHA256 e4da2734c88e273dc0f42e4ac5f475f94c3ba0d7deb6cba32feaedb40bae9022
MD5 1d3f9c2f969d5792921f952389523276
BLAKE2b-256 9c5db277b213b880d66c9f74d93896b2ca5d499add7793bff3f3216fe9314913

See more details on using hashes here.

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

Hashes for tcqi-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6a88230b977dbc9b0f8efb0da886dc6d969562605f5010fc6b6d20e21e0e74e5
MD5 ac67c8275d22fd9f10a3e354e1783ed0
BLAKE2b-256 42fcf463bb065cba4d3cf2d3de92040ad7f4d24a3d2fbbf8275fa99b6b7e0c4e

See more details on using hashes here.

Supported by

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