viso-sdk-python


Nameviso-sdk-python JSON
Version 0.2.13 PyPI version JSON
download
home_pagehttps://gitlab.com/TopKamera/03_edge/Base/viso-sdk-python-public.git
SummaryVisoSDK: A Python SDK for use in Viso containers
upload_time2023-12-26 18:20:48
maintainer
docs_urlNone
authorsupport@viso.ai
requires_python>=3.6.0
licenseLGPLv3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # viso-sdk-python

**viso-sdk-python** is a utility for [viso.ai](https://viso.ai) containers.

## Installation

Use `pip` to install the latest stable version of **viso-sdk-python**:

```shell
pip install viso-sdk-python
```


## Build
```shell
python3 -m pip install -e .
python3 setup.py sdist bdist_wheel

# pip3 install setuptools-cythonize
# pip3 install setuptools
# pip3 install --upgrade pip
```

```shell
- remove build files before pushing
cd viso_sdk
find . -type f -name "*.c" -delete
find . -type f -name "*.so" -delete
```


## Build sphinx document
```shell
# setup dependencies for sphinx autodoc extensions
pip3 install -r requirements-docs.txt

# 
mkdir docs
cd docs

# run script for generating autodoc 
sphinx-apidoc -e -P -f -o source/ ../viso_sdk
make html

# execute html page
cd docs/_build/index.html
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/TopKamera/03_edge/Base/viso-sdk-python-public.git",
    "name": "viso-sdk-python",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "support@viso.ai",
    "author_email": "support@viso.ai",
    "download_url": "https://files.pythonhosted.org/packages/08/f8/03c95c4f995a99f8df9e5ed087da87db3744eb0f379c67e6f1e98f5df796/viso-sdk-python-0.2.13.tar.gz",
    "platform": null,
    "description": "# viso-sdk-python\n\n**viso-sdk-python** is a utility for [viso.ai](https://viso.ai) containers.\n\n## Installation\n\nUse `pip` to install the latest stable version of **viso-sdk-python**:\n\n```shell\npip install viso-sdk-python\n```\n\n\n## Build\n```shell\npython3 -m pip install -e .\npython3 setup.py sdist bdist_wheel\n\n# pip3 install setuptools-cythonize\n# pip3 install setuptools\n# pip3 install --upgrade pip\n```\n\n```shell\n- remove build files before pushing\ncd viso_sdk\nfind . -type f -name \"*.c\" -delete\nfind . -type f -name \"*.so\" -delete\n```\n\n\n## Build sphinx document\n```shell\n# setup dependencies for sphinx autodoc extensions\npip3 install -r requirements-docs.txt\n\n# \nmkdir docs\ncd docs\n\n# run script for generating autodoc \nsphinx-apidoc -e -P -f -o source/ ../viso_sdk\nmake html\n\n# execute html page\ncd docs/_build/index.html\n```\n\n",
    "bugtrack_url": null,
    "license": "LGPLv3",
    "summary": "VisoSDK: A Python SDK for use in Viso containers",
    "version": "0.2.13",
    "project_urls": {
        "Homepage": "https://gitlab.com/TopKamera/03_edge/Base/viso-sdk-python-public.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08dc62db5842739defd4c0e9211c9cf681bcd97270fe7b6f66a55c694dc7c6df",
                "md5": "c554fb0405d3c990137841261a9bae25",
                "sha256": "9103fd4a1ecd4e1e14097c6feb2b088971327fda4b342e6106c56b9d6636924b"
            },
            "downloads": -1,
            "filename": "viso_sdk_python-0.2.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c554fb0405d3c990137841261a9bae25",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6.0",
            "size": 5066683,
            "upload_time": "2023-12-26T18:29:49",
            "upload_time_iso_8601": "2023-12-26T18:29:49.472580Z",
            "url": "https://files.pythonhosted.org/packages/08/dc/62db5842739defd4c0e9211c9cf681bcd97270fe7b6f66a55c694dc7c6df/viso_sdk_python-0.2.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7776b5c800d2203bd4f4f9eb5f5244cad766ed0bf8801ec6f63acdb9f3c173f5",
                "md5": "3c693a57aa71936a68e0a294722dae8a",
                "sha256": "f0dd625f24ba286c4c22385e3962512216256b0b59f9e6a9f0f3fa83a05afa0f"
            },
            "downloads": -1,
            "filename": "viso_sdk_python-0.2.13-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3c693a57aa71936a68e0a294722dae8a",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6.0",
            "size": 4410187,
            "upload_time": "2023-12-26T18:22:22",
            "upload_time_iso_8601": "2023-12-26T18:22:22.702737Z",
            "url": "https://files.pythonhosted.org/packages/77/76/b5c800d2203bd4f4f9eb5f5244cad766ed0bf8801ec6f63acdb9f3c173f5/viso_sdk_python-0.2.13-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d8237940a082cf72919d93b594048dc38b1058d37ba440c3f4bb432679c909f",
                "md5": "76a6baf72b7f83892aba982ee37c707a",
                "sha256": "8c67914c2b14467aac48a520abf31359ea263b1aa417a7722f10b18d996d0d12"
            },
            "downloads": -1,
            "filename": "viso_sdk_python-0.2.13-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "76a6baf72b7f83892aba982ee37c707a",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6.0",
            "size": 4803169,
            "upload_time": "2023-12-26T18:24:18",
            "upload_time_iso_8601": "2023-12-26T18:24:18.169944Z",
            "url": "https://files.pythonhosted.org/packages/0d/82/37940a082cf72919d93b594048dc38b1058d37ba440c3f4bb432679c909f/viso_sdk_python-0.2.13-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a48a5d547387c25dbaf03e29abb056181388ebd65643fc13b7d6b68fb0129212",
                "md5": "c473d079facb52a94326e2893480a221",
                "sha256": "19bb0d459b1a5aaa95ebd4c5ac8d5d7bf32e8fc831ee31f7ae525991f9eba461"
            },
            "downloads": -1,
            "filename": "viso_sdk_python-0.2.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c473d079facb52a94326e2893480a221",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6.0",
            "size": 5161192,
            "upload_time": "2023-12-26T18:26:06",
            "upload_time_iso_8601": "2023-12-26T18:26:06.056855Z",
            "url": "https://files.pythonhosted.org/packages/a4/8a/5d547387c25dbaf03e29abb056181388ebd65643fc13b7d6b68fb0129212/viso_sdk_python-0.2.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "12275c681aa9198ab5aff58f9d064aa448cfcfd08d996767268a84bcd2b8cd77",
                "md5": "b990582e01a949b4493933ae21b1b281",
                "sha256": "afac3f1d414b4b8df6e06ebe656291dfaa9860e44396341d4d32133949c844be"
            },
            "downloads": -1,
            "filename": "viso_sdk_python-0.2.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b990582e01a949b4493933ae21b1b281",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6.0",
            "size": 5057882,
            "upload_time": "2023-12-26T18:28:00",
            "upload_time_iso_8601": "2023-12-26T18:28:00.034037Z",
            "url": "https://files.pythonhosted.org/packages/12/27/5c681aa9198ab5aff58f9d064aa448cfcfd08d996767268a84bcd2b8cd77/viso_sdk_python-0.2.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08f803c95c4f995a99f8df9e5ed087da87db3744eb0f379c67e6f1e98f5df796",
                "md5": "c8dfcc235cb3b5614a9fee4c290dfe53",
                "sha256": "4de209f840a4f28b8cd7319ef67b868d129cefbd82065fa46dd3b59d492885e7"
            },
            "downloads": -1,
            "filename": "viso-sdk-python-0.2.13.tar.gz",
            "has_sig": false,
            "md5_digest": "c8dfcc235cb3b5614a9fee4c290dfe53",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6.0",
            "size": 1709385,
            "upload_time": "2023-12-26T18:20:48",
            "upload_time_iso_8601": "2023-12-26T18:20:48.475720Z",
            "url": "https://files.pythonhosted.org/packages/08/f8/03c95c4f995a99f8df9e5ed087da87db3744eb0f379c67e6f1e98f5df796/viso-sdk-python-0.2.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-26 18:20:48",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "TopKamera",
    "gitlab_project": "03_edge",
    "lcname": "viso-sdk-python"
}
        
Elapsed time: 0.15931s