## 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.7",
"maintainer_email": "quarrying@qq.com",
"keywords": "computer vision",
"author": "quarryman",
"author_email": "quarrying@qq.com",
"download_url": "https://files.pythonhosted.org/packages/65/74/90e2271ab344abfdef23e78f76a7836a2b473ddac105586625dd8c263a4f/khandy-0.1.27.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.27",
"project_urls": {
"Homepage": "https://github.com/quarrying/khandy"
},
"split_keywords": [
"computer",
"vision"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "141203f05278447438a38f7240ff8b52d39767cf05acf91bbf39d15db4ffb24b",
"md5": "4f45932ed237612c6899624c358ea068",
"sha256": "68705c60de9bf7e09efa346be79409301d7bfb17e7fbd12565226f002d27aecd"
},
"downloads": -1,
"filename": "khandy-0.1.27-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4f45932ed237612c6899624c358ea068",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 78972,
"upload_time": "2025-07-24T15:46:01",
"upload_time_iso_8601": "2025-07-24T15:46:01.716738Z",
"url": "https://files.pythonhosted.org/packages/14/12/03f05278447438a38f7240ff8b52d39767cf05acf91bbf39d15db4ffb24b/khandy-0.1.27-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "657490e2271ab344abfdef23e78f76a7836a2b473ddac105586625dd8c263a4f",
"md5": "0de5b2868479437b5c6a0ae3be0b9e33",
"sha256": "94d5c47ac2d8a4ec0ce2a6fe5361e1169dcac17a941565dae7b33c3cc9fd5af4"
},
"downloads": -1,
"filename": "khandy-0.1.27.tar.gz",
"has_sig": false,
"md5_digest": "0de5b2868479437b5c6a0ae3be0b9e33",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 77023,
"upload_time": "2025-07-24T15:46:04",
"upload_time_iso_8601": "2025-07-24T15:46:04.209095Z",
"url": "https://files.pythonhosted.org/packages/65/74/90e2271ab344abfdef23e78f76a7836a2b473ddac105586625dd8c263a4f/khandy-0.1.27.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-24 15:46:04",
"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"
}