khandy


Namekhandy JSON
Version 0.1.12 PyPI version JSON
download
home_pagehttps://github.com/quarrying/khandy
SummaryHandy Utilities for Computer Vision
upload_time2024-07-14 13:41:58
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/0d/e3/8b3450aa9b084b33819927dcc1828761b2f83f993fe8ac97bb543cd30cb1/khandy-0.1.12.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.12",
    "project_urls": {
        "Homepage": "https://github.com/quarrying/khandy"
    },
    "split_keywords": [
        "computer",
        "vision"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af76baae2c4e5f7b2543d3483eb590c5dd28431a8d914545ea736ed7822da8c7",
                "md5": "8bc942f9b0a1ab7b95f6eb504c4162f8",
                "sha256": "e6ae09817747d0e9707d644049dde5cfcd82d40d4fee91522c4816706385f052"
            },
            "downloads": -1,
            "filename": "khandy-0.1.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8bc942f9b0a1ab7b95f6eb504c4162f8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 63720,
            "upload_time": "2024-07-14T13:41:57",
            "upload_time_iso_8601": "2024-07-14T13:41:57.042700Z",
            "url": "https://files.pythonhosted.org/packages/af/76/baae2c4e5f7b2543d3483eb590c5dd28431a8d914545ea736ed7822da8c7/khandy-0.1.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0de38b3450aa9b084b33819927dcc1828761b2f83f993fe8ac97bb543cd30cb1",
                "md5": "eaea73dd896f73dab0507da842990030",
                "sha256": "f9e8ca889b77fea1c56fa425ae70658fe29afc32cceb7807a0c692025d212757"
            },
            "downloads": -1,
            "filename": "khandy-0.1.12.tar.gz",
            "has_sig": false,
            "md5_digest": "eaea73dd896f73dab0507da842990030",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 52788,
            "upload_time": "2024-07-14T13:41:58",
            "upload_time_iso_8601": "2024-07-14T13:41:58.649499Z",
            "url": "https://files.pythonhosted.org/packages/0d/e3/8b3450aa9b084b33819927dcc1828761b2f83f993fe8ac97bb543cd30cb1/khandy-0.1.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-14 13:41:58",
    "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.27269s