khandy


Namekhandy JSON
Version 0.1.10 PyPI version JSON
download
home_pagehttps://github.com/quarrying/khandy
SummaryHandy Utilities for Computer Vision
upload_time2024-04-11 17:26:09
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/52/85/c303362b5c85ca14b2e98421e26e4fca9975e3347a1c6d4497b937965afe/khandy-0.1.10.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.10",
    "project_urls": {
        "Homepage": "https://github.com/quarrying/khandy"
    },
    "split_keywords": [
        "computer",
        "vision"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0cf931f571e115b7d5ae361056a80f643937836dc6cee82512942c1e7e6807ff",
                "md5": "a637bbd1f630c8eb2234e0675fe5a5b9",
                "sha256": "db64fa537fa90fdc6f7c6b5f76c414c3eaf07d28729cb89ed28cad848eade7e8"
            },
            "downloads": -1,
            "filename": "khandy-0.1.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a637bbd1f630c8eb2234e0675fe5a5b9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 51967,
            "upload_time": "2024-04-11T17:26:07",
            "upload_time_iso_8601": "2024-04-11T17:26:07.962369Z",
            "url": "https://files.pythonhosted.org/packages/0c/f9/31f571e115b7d5ae361056a80f643937836dc6cee82512942c1e7e6807ff/khandy-0.1.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5285c303362b5c85ca14b2e98421e26e4fca9975e3347a1c6d4497b937965afe",
                "md5": "853475105340a88dabc025a59ce512e1",
                "sha256": "02cc97e97e1e93889bac2ada0bb4f4e08a1f25acf1ecc12822f9325bec74be08"
            },
            "downloads": -1,
            "filename": "khandy-0.1.10.tar.gz",
            "has_sig": false,
            "md5_digest": "853475105340a88dabc025a59ce512e1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 42236,
            "upload_time": "2024-04-11T17:26:09",
            "upload_time_iso_8601": "2024-04-11T17:26:09.628685Z",
            "url": "https://files.pythonhosted.org/packages/52/85/c303362b5c85ca14b2e98421e26e4fca9975e3347a1c6d4497b937965afe/khandy-0.1.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-11 17:26:09",
    "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: 0.23729s