biosequtils


Namebiosequtils JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/Tiezhengyuan/bio_utils
SummaryProvide methods on hand for bioinformatics coding work
upload_time2024-04-01 16:04:14
maintainerNone
docs_urlNone
authorTiezheng Yuan
requires_pythonNone
licenseNone
keywords pypi cicd python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            \n# bio_utils
Define some methods and functions for bioinformatics data processing.

## introduction
Goals:
- Speed-up bioinformatics development
- Improve quality and reusability of python coding

## installation

The quick installation is pip installation.
```
pip install biosequtils
```

## development

Run unit testing
```
pytest tests
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Tiezhengyuan/bio_utils",
    "name": "biosequtils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "pypi, cicd, python",
    "author": "Tiezheng Yuan",
    "author_email": "tiezhengyuan@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d3/e0/9cfe12dda490afc13651e851cb0f12a87b7b54509a21d9c68b4ffb010f52/biosequtils-1.0.3.tar.gz",
    "platform": null,
    "description": "\\n# bio_utils\nDefine some methods and functions for bioinformatics data processing.\n\n## introduction\nGoals:\n- Speed-up bioinformatics development\n- Improve quality and reusability of python coding\n\n## installation\n\nThe quick installation is pip installation.\n```\npip install biosequtils\n```\n\n## development\n\nRun unit testing\n```\npytest tests\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Provide methods on hand for bioinformatics coding work",
    "version": "1.0.3",
    "project_urls": {
        "Homepage": "https://github.com/Tiezhengyuan/bio_utils"
    },
    "split_keywords": [
        "pypi",
        " cicd",
        " python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f995361f6c6d7af8a6d682b860ba4b2760ff6fc753ba2f7726d7c7af1cca6a00",
                "md5": "f983f719bd7508c1b7c7112a0d6ca111",
                "sha256": "f1ca74b2c700fadf2cf0382ad8a9513e8b42898ed7577ccb27840eec0d9044c8"
            },
            "downloads": -1,
            "filename": "biosequtils-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f983f719bd7508c1b7c7112a0d6ca111",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 11494,
            "upload_time": "2024-04-01T16:04:12",
            "upload_time_iso_8601": "2024-04-01T16:04:12.669205Z",
            "url": "https://files.pythonhosted.org/packages/f9/95/361f6c6d7af8a6d682b860ba4b2760ff6fc753ba2f7726d7c7af1cca6a00/biosequtils-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3e09cfe12dda490afc13651e851cb0f12a87b7b54509a21d9c68b4ffb010f52",
                "md5": "8828367a486ed4da56837633b64bcf65",
                "sha256": "ea13eb436db072171ce9c2ee0fbee8cb6f4acf6304969b8170ca8cc5145b2d72"
            },
            "downloads": -1,
            "filename": "biosequtils-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "8828367a486ed4da56837633b64bcf65",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12457,
            "upload_time": "2024-04-01T16:04:14",
            "upload_time_iso_8601": "2024-04-01T16:04:14.275494Z",
            "url": "https://files.pythonhosted.org/packages/d3/e0/9cfe12dda490afc13651e851cb0f12a87b7b54509a21d9c68b4ffb010f52/biosequtils-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-01 16:04:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Tiezhengyuan",
    "github_project": "bio_utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "biosequtils"
}
        
Elapsed time: 0.26081s