# 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/cvtkit-<VERSION>.tar.gz
```
publishing documentation using Mkdocs and Github Pages:
```bash
mkdocs build
mkdocs gh-deploy
```
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/bc/3a/06616377aa76b44fe36daa3cd997ff60d074262e804bd0b797412dbe615a/cvtkit-0.0.27.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/cvtkit-<VERSION>.tar.gz \n```\n\npublishing documentation using Mkdocs and Github Pages:\n```bash\nmkdocs build\nmkdocs gh-deploy\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.27",
"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": "bc3a06616377aa76b44fe36daa3cd997ff60d074262e804bd0b797412dbe615a",
"md5": "ddfd6cf0727bc00167567f65454f62ae",
"sha256": "f408090a30329039346fdd8029bab8054fe71d900eea28918378f17752f8aee1"
},
"downloads": -1,
"filename": "cvtkit-0.0.27.tar.gz",
"has_sig": false,
"md5_digest": "ddfd6cf0727bc00167567f65454f62ae",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 52567,
"upload_time": "2024-12-30T22:46:35",
"upload_time_iso_8601": "2024-12-30T22:46:35.954038Z",
"url": "https://files.pythonhosted.org/packages/bc/3a/06616377aa76b44fe36daa3cd997ff60d074262e804bd0b797412dbe615a/cvtkit-0.0.27.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-30 22:46:35",
"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"
}