Skip to main content

No project description provided

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 a "Data" folder in the project directory:

project-tcqi/
├─ Data/
│   └─ file.tcqi
└─ 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.1.3.tar.gz (4.7 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.3-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tcqi-0.1.3.tar.gz
  • Upload date:
  • Size: 4.7 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.3.tar.gz
Algorithm Hash digest
SHA256 9bfe5f20dfbd6618139430911cec1187d3a99082383d85a8900474b836a8b97a
MD5 7c4642e63eff1e58dc6145d1479f15c1
BLAKE2b-256 8e1b51a231245c04b6c9c06bdefe91766f0e6c8c008a37d85911a6b01aa3a015

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tcqi-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 4.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.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 186ea4dccab9424889298e9b20f1fdf7d4591243dc88f256dfbf4c537f5a6062
MD5 2896b8acb098dc8c86e1e368e29bf922
BLAKE2b-256 18dea6630bd73a781714e80d99e92d914cc0cf2b100341e8a326ebc8149fcd75

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