# Computer Vision Toolkit (CVT)
A collection of some useful computer vision tools.
Please check out the [documentation](https://nburgdorfer.github.io/cvtkit/) for tutorials, explaination of various topics, and references to the library API.
## Contributing
building package for distribution:
```bash
python -m build --sdist
```
publishing to Pypi:
```bash
twine upload dist/*
```
Raw data
{
"_id": null,
"home_page": null,
"name": "cvtkit",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "Nathaniel Burgdorfer <nburgdorfer@gmail.com>",
"keywords": "computer vision, 3d reconstruction, geometry, machine learning",
"author": null,
"author_email": "Nathaniel Burgdorfer <nburgdorfer@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/fa/19/511079acd5b7b8be0abff39699d58517a5f73ecf215953c9a414c385fcd7/cvtkit-0.0.22.tar.gz",
"platform": null,
"description": "# Computer Vision Toolkit (CVT)\nA collection of some useful computer vision tools.\n\nPlease check out the [documentation](https://nburgdorfer.github.io/cvtkit/) for tutorials, explaination of various topics, and references to the library API.\n\n\n## Contributing\nbuilding package for distribution:\n```bash\npython -m build --sdist\n```\n\npublishing to Pypi:\n```bash\ntwine upload dist/*\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "A Python library including general functions and operations on various computer vision related structures.",
"version": "0.0.22",
"project_urls": {
"Homepage": "https://github.com/nburgdorfer/vision_toolkit",
"Repository": "https://github.com/nburgdorfer/cvtkit"
},
"split_keywords": [
"computer vision",
" 3d reconstruction",
" geometry",
" machine learning"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fa19511079acd5b7b8be0abff39699d58517a5f73ecf215953c9a414c385fcd7",
"md5": "45785d69c943c30d1f7d499d9dd4bc68",
"sha256": "26971b7434a21c66711bcd2f932993bf06e268c1e58920c1d46dab0a785c9f80"
},
"downloads": -1,
"filename": "cvtkit-0.0.22.tar.gz",
"has_sig": false,
"md5_digest": "45785d69c943c30d1f7d499d9dd4bc68",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 55860,
"upload_time": "2024-12-06T21:26:49",
"upload_time_iso_8601": "2024-12-06T21:26:49.944227Z",
"url": "https://files.pythonhosted.org/packages/fa/19/511079acd5b7b8be0abff39699d58517a5f73ecf215953c9a414c385fcd7/cvtkit-0.0.22.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-06 21:26:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "nburgdorfer",
"github_project": "vision_toolkit",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "cvtkit"
}