This package includes various utility modules I find useful.
# Install
```
pip install iutils
```
# pcolrm
```
Usage: pcolrm [OPTIONS] COL_NUMS
Remove columns from a file.
This utility mimics what colrm does. One of the differences is that columns
are separated by delimiters instead of each single character representing
one column.
Like colrm, this utility reads its input from the standard input and writes
its output to the standard output.
COL_NUMS is a list of comma separated column numbers that are to be removed.
You can use '-' to specify a range. For example, 1,2,4 or 1-2,4 etc.
Column numbering starts with one, not zero.
Options:
-d, --delimiter TEXT Delimiter. [default: ]
--help Show this message and exit.
```
Raw data
{
"_id": null,
"home_page": "https://github.com/bqbn/iutils",
"name": "iutils",
"maintainer": null,
"docs_url": null,
"requires_python": "<4,>=3",
"maintainer_email": null,
"keywords": "devops utility utils",
"author": "bqbn",
"author_email": "bqbn@openken.com",
"download_url": null,
"platform": null,
"description": "This package includes various utility modules I find useful.\n\n# Install\n\n```\npip install iutils\n```\n\n# pcolrm\n\n```\nUsage: pcolrm [OPTIONS] COL_NUMS\n\n Remove columns from a file.\n\n This utility mimics what colrm does. One of the differences is that columns\n are separated by delimiters instead of each single character representing\n one column.\n\n Like colrm, this utility reads its input from the standard input and writes\n its output to the standard output.\n\n COL_NUMS is a list of comma separated column numbers that are to be removed.\n You can use '-' to specify a range. For example, 1,2,4 or 1-2,4 etc.\n\n Column numbering starts with one, not zero.\n\nOptions:\n -d, --delimiter TEXT Delimiter. [default: ]\n --help Show this message and exit.\n```\n\n",
"bugtrack_url": null,
"license": null,
"summary": "A collection of my utility modules",
"version": "0.1.0",
"project_urls": {
"Bug Reports": "https://github.com/bqbn/iutils/issues",
"Homepage": "https://github.com/bqbn/iutils",
"Source": "https://github.com/bqbn/iutils"
},
"split_keywords": [
"devops",
"utility",
"utils"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1e1367c274be08f6c8f99ad5009a3cfa6d0f70fa3cb5e8927310f029006edfe9",
"md5": "c894dfc7dd540fe05d4f2ded01a1d4dd",
"sha256": "7564b83058af1ef2ed375ad98249e5643f751cdddf42c6589ffd145acc7adbcb"
},
"downloads": -1,
"filename": "iutils-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c894dfc7dd540fe05d4f2ded01a1d4dd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3",
"size": 15466,
"upload_time": "2024-06-30T05:34:10",
"upload_time_iso_8601": "2024-06-30T05:34:10.775890Z",
"url": "https://files.pythonhosted.org/packages/1e/13/67c274be08f6c8f99ad5009a3cfa6d0f70fa3cb5e8927310f029006edfe9/iutils-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-30 05:34:10",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "bqbn",
"github_project": "iutils",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "iutils"
}