bird-tool-utils


Namebird-tool-utils JSON
Version 0.5.1 PyPI version JSON
download
home_pageNone
SummaryPython utilities used as part of the bird suite of bioinformatic tools
upload_time2025-08-21 00:27:07
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords bioinformatics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Travis](https://api.travis-ci.com/wwood/bird_tool_utils-python.svg?branch=main)](https://travis-ci.com/wwood/bird_tool_utils-python)

A set of Python utilities used as part of the bird suite of bioinformatic tools,
developed by the Woodcroft research lab at the Centre for Microbiome Research at
the Queensland University of Technology. The classes and functions inside are
often heavily opinionated to reduce downstream coding effort and to standardise
UI. They may change without warning.

Current utilities:

* `SeqReader().readf[aq]` - pure python generator function for reading FASTA / FASTQ files
* `BirdArgparser` - opinionated way of presenting help messages - default help prints examples with colour, `--full-help` shows a man page. `--full-help-roff` can be used to generate HTML versions. Logging arguments are batteries included. Subcommands that should run without additional arguments can be created with `allow_no_args=True`.
* `table_roff` for generating ROFF format tables for use with `BirdArgparser`
* `in_working_directory` and `in_tempdir` are context functions for temporary switching to a directory
* `iterable_chunks` provides chunking for iterables

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bird-tool-utils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "Ben Woodcroft <benjwoodcroft@gmail.com>",
    "keywords": "bioinformatics",
    "author": null,
    "author_email": "Ben Woodcroft <benjwoodcroft@gmail.com>, Rhys Newell <rhys.newell@hdr.qut.edu.au>",
    "download_url": "https://files.pythonhosted.org/packages/36/d9/493fa32ec772a43e1bdfb6c61837fd53ac723cef2d88f023a4827701d42c/bird_tool_utils-0.5.1.tar.gz",
    "platform": null,
    "description": "[![Travis](https://api.travis-ci.com/wwood/bird_tool_utils-python.svg?branch=main)](https://travis-ci.com/wwood/bird_tool_utils-python)\n\nA set of Python utilities used as part of the bird suite of bioinformatic tools,\ndeveloped by the Woodcroft research lab at the Centre for Microbiome Research at\nthe Queensland University of Technology. The classes and functions inside are\noften heavily opinionated to reduce downstream coding effort and to standardise\nUI. They may change without warning.\n\nCurrent utilities:\n\n* `SeqReader().readf[aq]` - pure python generator function for reading FASTA / FASTQ files\n* `BirdArgparser` - opinionated way of presenting help messages - default help prints examples with colour, `--full-help` shows a man page. `--full-help-roff` can be used to generate HTML versions. Logging arguments are batteries included. Subcommands that should run without additional arguments can be created with `allow_no_args=True`.\n* `table_roff` for generating ROFF format tables for use with `BirdArgparser`\n* `in_working_directory` and `in_tempdir` are context functions for temporary switching to a directory\n* `iterable_chunks` provides chunking for iterables\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python utilities used as part of the bird suite of bioinformatic tools",
    "version": "0.5.1",
    "project_urls": {
        "Homepage": "https://github.com/wwood/bird_tool_utils-python/"
    },
    "split_keywords": [
        "bioinformatics"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "79a437a75108a1cfad392adecc59962cc70b8a3fed818234863607e42d0e4e5c",
                "md5": "2bcb81bb442cbde5140711f3f5e17238",
                "sha256": "ef00ad6fe3b91dc6b7afb75ca12be119cd45984b28b02784465c79674fe44959"
            },
            "downloads": -1,
            "filename": "bird_tool_utils-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2bcb81bb442cbde5140711f3f5e17238",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 20194,
            "upload_time": "2025-08-21T00:27:06",
            "upload_time_iso_8601": "2025-08-21T00:27:06.673968Z",
            "url": "https://files.pythonhosted.org/packages/79/a4/37a75108a1cfad392adecc59962cc70b8a3fed818234863607e42d0e4e5c/bird_tool_utils-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "36d9493fa32ec772a43e1bdfb6c61837fd53ac723cef2d88f023a4827701d42c",
                "md5": "a0f14ed1446fcb3e939296c2cc5240dd",
                "sha256": "0691ee7df01b97faa75b4f2ab680786a40e3810f36062845a932899699f1e5a0"
            },
            "downloads": -1,
            "filename": "bird_tool_utils-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a0f14ed1446fcb3e939296c2cc5240dd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 30164,
            "upload_time": "2025-08-21T00:27:07",
            "upload_time_iso_8601": "2025-08-21T00:27:07.790897Z",
            "url": "https://files.pythonhosted.org/packages/36/d9/493fa32ec772a43e1bdfb6c61837fd53ac723cef2d88f023a4827701d42c/bird_tool_utils-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-21 00:27:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wwood",
    "github_project": "bird_tool_utils-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bird-tool-utils"
}
        
Elapsed time: 1.37321s