py_cmdtabs
Set of tools to facilitate parsing of tabulated files
py_cmdtabs includes tools that make it easier for its user to manipulate tabulated files. It is designed to carry out the following functionalities:
Add columns: the aggregate_columns.py script allows you to change the format of the information saved in the same file, combining its columns into a single one as specified in the script.
Disaggregate columns: the desaggregate_columns.py script allows you to change the format of the information saved in the same file, disaggregating its columns into several using a specific pattern.
Join tables: the merge_tabular.py script allows two or more tabular tables to be joined by a common join pattern between both.
Tag tables: the tag_table.py script is used to include a series of specific tags to elements of a table.
Intersect columns: the intersect_columns.py script compares the elements of two columns belonging to two different tables.
Obtain common information: the table_linker.py script allows you to save in the same output file the information extracted from a tabulated file, based on the identifiers of a second file.
Replace information: The standard_name_replacer.py script replaces values in a table based on a contributed value code.
Filter columns: The column_filter.py script filters columns from a tabulated file whose elements match a specified pattern.
Transform Excel format into tabular: the excel_to_tabular.py script transforms files with an .xlsx extension into tabular files and makes their handling easier.
Release files for py-cmdtabs 1.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| py_cmdtabs-1.2.1.tar.gz | 162.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| py_cmdtabs-1.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 181.8 kB
Release files / py_cmdtabs-1.2.1.tar.gz
| Download URL | py_cmdtabs-1.2.1.tar.gz |
|---|---|
| Size | 162.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f819b512893af08a8fe06d71644865584a1087d806a01ea04d461aecbd4449d2
|
|
BLAKE2b-256 checksum How to use checksums |
b62815ee17e89ecee5f6ce4ffdce8ba862087dc5b8e184eefa720aa1c3c3511d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.0
|
Release files / py_cmdtabs-1.2.1-py3-none-any.whl
| Download URL | py_cmdtabs-1.2.1-py3-none-any.whl |
|---|---|
| Size | 19.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5795d0aa036ed58cff5ac306b71858901d0e2e264e282d12d59da9dd2395af46
|
|
BLAKE2b-256 checksum How to use checksums |
413f9897d94636ec59b99e85ea6acc298770e96f9f10cd3d7a05ffe57d855856
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.0
|