coltools


Namecoltools JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/ChenyangGao/python-modules/tree/main/coltools
SummaryPython collection operations.
upload_time2025-08-19 07:35:37
maintainerNone
docs_urlNone
authorChenyangGao
requires_python<4.0,>=3.12
licenseMIT
keywords collection operation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python collection operations.

## Installation

You can install from [pypi](https://pypi.org/project/coltools/)

```console
pip install -U coltools
```

## Usage

```python
import coltools
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ChenyangGao/python-modules/tree/main/coltools",
    "name": "coltools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": "collection, operation",
    "author": "ChenyangGao",
    "author_email": "wosiwujm@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8e/6f/5b504838385bec373d546e663153a514dfdec93697006c254dc49c513205/coltools-0.0.1.tar.gz",
    "platform": null,
    "description": "# Python collection operations.\n\n## Installation\n\nYou can install from [pypi](https://pypi.org/project/coltools/)\n\n```console\npip install -U coltools\n```\n\n## Usage\n\n```python\nimport coltools\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python collection operations.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/ChenyangGao/python-modules/tree/main/coltools",
        "Repository": "https://github.com/ChenyangGao/python-modules/tree/main/coltools"
    },
    "split_keywords": [
        "collection",
        " operation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9720d46e4f968ed7c1d8adcfef1581ac5b543751ebb0af2a3e76892eaa31b4d",
                "md5": "4c9c22722b2f1da6f2db44301c65f25f",
                "sha256": "18cf23e2c9ae6672e6e68c4333502bcffbb24144bf12d899b011a8b73d44efc3"
            },
            "downloads": -1,
            "filename": "coltools-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4c9c22722b2f1da6f2db44301c65f25f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 3775,
            "upload_time": "2025-08-19T07:35:35",
            "upload_time_iso_8601": "2025-08-19T07:35:35.825791Z",
            "url": "https://files.pythonhosted.org/packages/f9/72/0d46e4f968ed7c1d8adcfef1581ac5b543751ebb0af2a3e76892eaa31b4d/coltools-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e6f5b504838385bec373d546e663153a514dfdec93697006c254dc49c513205",
                "md5": "01d4ba5bfda5114c3ae57b4f5d688f4c",
                "sha256": "c7afbf0c91a44732cf2ff53626ff51aba10519e47cf71e3785cca37eb4ec2c25"
            },
            "downloads": -1,
            "filename": "coltools-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "01d4ba5bfda5114c3ae57b4f5d688f4c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 2500,
            "upload_time": "2025-08-19T07:35:37",
            "upload_time_iso_8601": "2025-08-19T07:35:37.162848Z",
            "url": "https://files.pythonhosted.org/packages/8e/6f/5b504838385bec373d546e663153a514dfdec93697006c254dc49c513205/coltools-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-19 07:35:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ChenyangGao",
    "github_project": "python-modules",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "coltools"
}
        
Elapsed time: 1.37182s