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 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
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.4.tar.gz.
File metadata
- Download URL: tcqi-0.1.4.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
916ffa6d211749e2d6ca9ae11eb42f97dabd5003e0b81dc24963be187168f5a1
|
|
| MD5 |
776bf4e99853a12d5653354c0bc4c221
|
|
| BLAKE2b-256 |
3303b723ede44ddd5f7be9587ae6e3adc1da3b318fc286013eb26065f97e9706
|
File details
Details for the file tcqi-0.1.4-py3-none-any.whl.
File metadata
- Download URL: tcqi-0.1.4-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1dd6eced9c7c38ba1a8dc01c83e946cf7987e9023b4b6c06c6d700a1d82fdf89
|
|
| MD5 |
aa74b116e3832b61922766c1dc52d32b
|
|
| BLAKE2b-256 |
e509300f7296d990accb0f4d05d5fc3a78e36ea89d8fd9594c8e5fffa8349758
|