cvtkit


Namecvtkit JSON
Version 0.0.7 PyPI version JSON
download
home_pageNone
SummaryA Python library including general functions and operations on various computer vision related structures.
upload_time2024-06-10 17:13:02
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords computer vision 3d reconstruction geometry machine learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.9",
    "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/27/4a/2a8228f4cee494b62a229767f7c95298088372eee6fe68c2be41e79905e1/cvtkit-0.0.7.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.7",
    "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": "274a2a8228f4cee494b62a229767f7c95298088372eee6fe68c2be41e79905e1",
                "md5": "2997199a5420b1868c1dc3d97a54bde4",
                "sha256": "774d735dd00e7a03a1237ba05f8bb40a7f14bba28ea9bc0ab667b48aca2a9f07"
            },
            "downloads": -1,
            "filename": "cvtkit-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "2997199a5420b1868c1dc3d97a54bde4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 45630,
            "upload_time": "2024-06-10T17:13:02",
            "upload_time_iso_8601": "2024-06-10T17:13:02.770821Z",
            "url": "https://files.pythonhosted.org/packages/27/4a/2a8228f4cee494b62a229767f7c95298088372eee6fe68c2be41e79905e1/cvtkit-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-10 17:13:02",
    "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"
}
        
Elapsed time: 0.43549s