khandy


Namekhandy JSON
Version 0.1.13 PyPI version JSON
download
home_pagehttps://github.com/quarrying/khandy
SummaryHandy Utilities for Computer Vision
upload_time2025-02-10 18:33:39
maintainerquarryman
docs_urlNone
authorquarryman
requires_python>=3.8
licenseMIT
keywords computer vision
VCS
bugtrack_url
requirements numpy opencv-python pillow lxml requests
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Overview
Handy utilities mainly for computer vision


## Installation

khandy requires Python 3.8 or higher. 

### Install the latest stable version from PyPI
```sh
pip install -U khandy
```

### Install the latest version from the master branch on GitHub
```sh
pip install -U git+https://github.com/quarrying/khandy.git
```

### Install the latest version locally
```sh
git clone https://github.com/quarrying/khandy.git
cd khandy
pip install -e .
```


## Dependencies
One of the principles of this project is to ensure minimal dependencies. Now only depends:

- NumPy 1.11+
- OpenCV 2.0+
- Pillow
- lxml
- requests


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/quarrying/khandy",
    "name": "khandy",
    "maintainer": "quarryman",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "quarrying@qq.com",
    "keywords": "computer vision",
    "author": "quarryman",
    "author_email": "quarrying@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/c9/ee/812c81ffc2c75adfa5d58170dcb94c039e3c73becd3b935d6931e6d468e1/khandy-0.1.13.tar.gz",
    "platform": null,
    "description": "## Overview\r\nHandy utilities mainly for computer vision\r\n\r\n\r\n## Installation\r\n\r\nkhandy requires Python 3.8 or higher. \r\n\r\n### Install the latest stable version from PyPI\r\n```sh\r\npip install -U khandy\r\n```\r\n\r\n### Install the latest version from the master branch on GitHub\r\n```sh\r\npip install -U git+https://github.com/quarrying/khandy.git\r\n```\r\n\r\n### Install the latest version locally\r\n```sh\r\ngit clone https://github.com/quarrying/khandy.git\r\ncd khandy\r\npip install -e .\r\n```\r\n\r\n\r\n## Dependencies\r\nOne of the principles of this project is to ensure minimal dependencies. Now only depends:\r\n\r\n- NumPy 1.11+\r\n- OpenCV 2.0+\r\n- Pillow\r\n- lxml\r\n- requests\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Handy Utilities for Computer Vision",
    "version": "0.1.13",
    "project_urls": {
        "Homepage": "https://github.com/quarrying/khandy"
    },
    "split_keywords": [
        "computer",
        "vision"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "08668aab5879098688542d77145096c22de9956168e3e3f7c17b917cafe5798b",
                "md5": "b1accae11e78870bd50f777f969d9a02",
                "sha256": "9f8301ae3f802bc8c510760ff053ecef57007a9b5b92495cdbb200256a1709d1"
            },
            "downloads": -1,
            "filename": "khandy-0.1.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b1accae11e78870bd50f777f969d9a02",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 68459,
            "upload_time": "2025-02-10T18:33:38",
            "upload_time_iso_8601": "2025-02-10T18:33:38.496086Z",
            "url": "https://files.pythonhosted.org/packages/08/66/8aab5879098688542d77145096c22de9956168e3e3f7c17b917cafe5798b/khandy-0.1.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c9ee812c81ffc2c75adfa5d58170dcb94c039e3c73becd3b935d6931e6d468e1",
                "md5": "9c5f039935b3a1121a8068b4c6cabb87",
                "sha256": "4ed71ba29fcdecdcd325fd03263c65a251d02db461a50f56e4f6f6be958f86fe"
            },
            "downloads": -1,
            "filename": "khandy-0.1.13.tar.gz",
            "has_sig": false,
            "md5_digest": "9c5f039935b3a1121a8068b4c6cabb87",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 56511,
            "upload_time": "2025-02-10T18:33:39",
            "upload_time_iso_8601": "2025-02-10T18:33:39.976539Z",
            "url": "https://files.pythonhosted.org/packages/c9/ee/812c81ffc2c75adfa5d58170dcb94c039e3c73becd3b935d6931e6d468e1/khandy-0.1.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-10 18:33:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "quarrying",
    "github_project": "khandy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.11.1"
                ]
            ]
        },
        {
            "name": "opencv-python",
            "specs": []
        },
        {
            "name": "pillow",
            "specs": []
        },
        {
            "name": "lxml",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        }
    ],
    "lcname": "khandy"
}
        
Elapsed time: 3.02032s