Skip to main content

Intended to facilitate the modification of TCQi files

Project description

TCQi Library


This library is intended to facilitate the modification of TCQi files, unpacking and saving the tables in Excel and/or DataFrame format, and the resulting compression and saved in TCQi format, when finished.


Structure

To use this library, you must create "Data" and "Output" folders in the project directory:

project-tcqi/
-Data/
--file.tcqi
-Output/
--file.xlsx
-main.py

Use

To install the library, use the package collected by the 'pip' command:

!pip install tcqi

Then, it should be imported into the Python file that requires it:

from tcqi import TCQi

And finally, you must initialize a TCQi object, in order to call the functions containing the library:

tcqi = TCQi()

Example:

from tcqi import TCQi

# Initialize the TCQi object
tcqi = TCQi()
# Locate tcqi file to modify
file = 'filename.tcqi'
# Execute a function of the library with format 'tcqi.funcion_x()'
table_files = tcqi.read_and_split_TQQi_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.2.1.tar.gz (6.1 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.2.1-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file tcqi-0.2.1.tar.gz.

File metadata

  • Download URL: tcqi-0.2.1.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.2

File hashes

Hashes for tcqi-0.2.1.tar.gz
Algorithm Hash digest
SHA256 e66d6e2ceddd8eaa94f535ee0aec0bd3cef7f9be10cb6d7a3f7c673037d5450b
MD5 77d0a0f968f23d5746d67ae0ae61c036
BLAKE2b-256 f2b3ae2c04c0c4dcc2fe449d6994c491c6aae0667ec02ab0c1e2e9efc76263fa

See more details on using hashes here.

File details

Details for the file tcqi-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: tcqi-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 5.8 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.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 afdfab041f8c3b62c77137ba735b3ed66d76ef4c476e5f69c5146c370f91c483
MD5 0c46c2b49e05e523c1486355a68a2e4b
BLAKE2b-256 55ca5c41b752066b403ab40f20b33f6b5cf16136bc038c02ebc407c2fb39bb83

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