vtzero


Namevtzero JSON
Version 0.0.1b4 PyPI version JSON
download
home_pageNone
SummaryPython wrapper for vtzero C++ library.
upload_time2024-04-25 05:54:24
maintainerNone
docs_urlNone
authorYohan Boniface
requires_python>=3.8
licenseMIT
keywords mvt mapbox vector tile gis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # python-vtzero

Experimental Python wrapper of [vtzero](https://github.com/mapbox/vtzero) a minimalist vector tile decoder and encoder in C++

[![Status](https://github.com/tilery/python-vtzero/workflows/CI/badge.svg)](https://github.com/tilery/python-vtzero/actions?query=workflow%3ACI)
[![Packaging status](https://badge.fury.io/py/vtzero.svg)](https://badge.fury.io/py/vtzero)


## Requirements

- Python >= 3.8
- gcc/clang++ >= 4.5 (C++11)

## Install

You can install python-vtzero using pip

```bash
$ python -m pip install vtzero
```

or install from source

```bash
$ git clone https://github.com/tilery/python-vtzero
$ cd python-vtzero

# Download vendor submodules (protozero, mvt-fixtures, vtzero)
$ git submodule update --init

# Compile Cython module
$ python setup.py build_ext --inplace
$ python -m pip install -e .
```

## Example

A complete example can be found [here](example/__init__.py)

```python
from vtzero.tile import VectorTile, Tile, Layer, Point

# Create MVT
tile = Tile()

# Add a layer
layer = Layer(tile, b'my_layer')

# Add a point
feature = Point(layer)
feature.add_points(1)
feature.set_point(10, 10)
feature.add_property(b'foo', b'bar')
feature.add_property(b'x', b'y')
feature.commit()

# Encode mvt
data = tile.serialize()
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "vtzero",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "mvt mapbox vector tile gis",
    "author": "Yohan Boniface",
    "author_email": "yohan.boniface@data.gouv.fr",
    "download_url": "https://files.pythonhosted.org/packages/66/f2/9d405e6dd96d45329c37a1ff72001b0d93482cc834f6498a7e10cf1035ba/vtzero-0.0.1b4.tar.gz",
    "platform": "POSIX",
    "description": "# python-vtzero\n\nExperimental Python wrapper of [vtzero](https://github.com/mapbox/vtzero) a minimalist vector tile decoder and encoder in C++\n\n[![Status](https://github.com/tilery/python-vtzero/workflows/CI/badge.svg)](https://github.com/tilery/python-vtzero/actions?query=workflow%3ACI)\n[![Packaging status](https://badge.fury.io/py/vtzero.svg)](https://badge.fury.io/py/vtzero)\n\n\n## Requirements\n\n- Python >= 3.8\n- gcc/clang++ >= 4.5 (C++11)\n\n## Install\n\nYou can install python-vtzero using pip\n\n```bash\n$ python -m pip install vtzero\n```\n\nor install from source\n\n```bash\n$ git clone https://github.com/tilery/python-vtzero\n$ cd python-vtzero\n\n# Download vendor submodules (protozero, mvt-fixtures, vtzero)\n$ git submodule update --init\n\n# Compile Cython module\n$ python setup.py build_ext --inplace\n$ python -m pip install -e .\n```\n\n## Example\n\nA complete example can be found [here](example/__init__.py)\n\n```python\nfrom vtzero.tile import VectorTile, Tile, Layer, Point\n\n# Create MVT\ntile = Tile()\n\n# Add a layer\nlayer = Layer(tile, b'my_layer')\n\n# Add a point\nfeature = Point(layer)\nfeature.add_points(1)\nfeature.set_point(10, 10)\nfeature.add_property(b'foo', b'bar')\nfeature.add_property(b'x', b'y')\nfeature.commit()\n\n# Encode mvt\ndata = tile.serialize()\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python wrapper for vtzero C++ library.",
    "version": "0.0.1b4",
    "project_urls": null,
    "split_keywords": [
        "mvt",
        "mapbox",
        "vector",
        "tile",
        "gis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c7503fb2b2f49c2fc6c2f7ab2567e9f2c9bbae76dc55884bbce6e716e73591a",
                "md5": "0a36d00d9559478c7479eea01239a230",
                "sha256": "1a792a5a2f4de81c4e0b29f244c403480c27448aef79042bb3fd8d055e8ec7a7"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "0a36d00d9559478c7479eea01239a230",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 198025,
            "upload_time": "2024-04-25T05:53:27",
            "upload_time_iso_8601": "2024-04-25T05:53:27.796346Z",
            "url": "https://files.pythonhosted.org/packages/7c/75/03fb2b2f49c2fc6c2f7ab2567e9f2c9bbae76dc55884bbce6e716e73591a/vtzero-0.0.1b4-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68d910b3ae1c96a74065d41acc3ecdcf46e8ba7c9024ecbe02211feaf52e7808",
                "md5": "273a0c5c9cc110c957a5396bdeae9f9c",
                "sha256": "aa68856f641e9e8ca564b26d27e1ec1a526c849b30740338f9ecc144d183b3ce"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "273a0c5c9cc110c957a5396bdeae9f9c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 138545,
            "upload_time": "2024-04-25T05:53:29",
            "upload_time_iso_8601": "2024-04-25T05:53:29.766628Z",
            "url": "https://files.pythonhosted.org/packages/68/d9/10b3ae1c96a74065d41acc3ecdcf46e8ba7c9024ecbe02211feaf52e7808/vtzero-0.0.1b4-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd7e04b47fe3203c9332bb637fc2490578040024eae8b8c529d4c3afb482be24",
                "md5": "55f61494e37d56111c7b75b3bd614a20",
                "sha256": "d2fe62c3c3abe9059b3b13de2c22d2f4cc7ef571680579035c469f16d94a17d6"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "55f61494e37d56111c7b75b3bd614a20",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 550669,
            "upload_time": "2024-04-25T05:53:31",
            "upload_time_iso_8601": "2024-04-25T05:53:31.126298Z",
            "url": "https://files.pythonhosted.org/packages/dd/7e/04b47fe3203c9332bb637fc2490578040024eae8b8c529d4c3afb482be24/vtzero-0.0.1b4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e4554e94493c90192118123d0ec7adcf32e02664aa7357eefda44f37d63c77f",
                "md5": "54e9460182de7d530e2fe276a37a5534",
                "sha256": "f0e6c1b91a946b3d244e334bceeb44b24adc73af624be7c2753997b2be35f766"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "54e9460182de7d530e2fe276a37a5534",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 560820,
            "upload_time": "2024-04-25T05:53:33",
            "upload_time_iso_8601": "2024-04-25T05:53:33.313516Z",
            "url": "https://files.pythonhosted.org/packages/6e/45/54e94493c90192118123d0ec7adcf32e02664aa7357eefda44f37d63c77f/vtzero-0.0.1b4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f2dc5fa249686fc9dd4d3f8cc0d42a857176aa34bbfc598e972cfb14824608b",
                "md5": "2112679376ef41abea5e49203bc8aeda",
                "sha256": "849d448e18cd7bedc131c1b2e53d0d56d58af74957d8ceecca802d674cc2f2f8"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "2112679376ef41abea5e49203bc8aeda",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1160562,
            "upload_time": "2024-04-25T05:53:35",
            "upload_time_iso_8601": "2024-04-25T05:53:35.511506Z",
            "url": "https://files.pythonhosted.org/packages/3f/2d/c5fa249686fc9dd4d3f8cc0d42a857176aa34bbfc598e972cfb14824608b/vtzero-0.0.1b4-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "462f5ee69d964d1b0e3bea8fc535821b84555eeeb7b05c46706a8a0446677668",
                "md5": "63ce1769cb0611fe22ed5f3fc78a7728",
                "sha256": "492f1ab9b9bf199534e5f1ee54aaaae3f64db8364ea850371c6c5355358f5f76"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "63ce1769cb0611fe22ed5f3fc78a7728",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1121599,
            "upload_time": "2024-04-25T05:53:37",
            "upload_time_iso_8601": "2024-04-25T05:53:37.930961Z",
            "url": "https://files.pythonhosted.org/packages/46/2f/5ee69d964d1b0e3bea8fc535821b84555eeeb7b05c46706a8a0446677668/vtzero-0.0.1b4-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5140034ff09d216e3ead8d17c4bdfc3a2515bbfc4811f6f9a0d8d2c7b8048ad8",
                "md5": "a962ec9e082d64b778a430c51861cf85",
                "sha256": "0a68029a3b5db5abbf08b1f957f5dc7db62e409173bec7ffafd9ac227a55e93d"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "a962ec9e082d64b778a430c51861cf85",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 129691,
            "upload_time": "2024-04-25T05:53:39",
            "upload_time_iso_8601": "2024-04-25T05:53:39.646163Z",
            "url": "https://files.pythonhosted.org/packages/51/40/034ff09d216e3ead8d17c4bdfc3a2515bbfc4811f6f9a0d8d2c7b8048ad8/vtzero-0.0.1b4-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be127ca9c3cd1a437f67cd920948910113b9e735e1e5db3e0000f738b83e2dcb",
                "md5": "85c794eaa85c1d23535b4e1f2446b365",
                "sha256": "cfc1c14b757a99ad65c2b0db662d502b1ed842df789e4a11b1147b7ec04d0e2a"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "85c794eaa85c1d23535b4e1f2446b365",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 137116,
            "upload_time": "2024-04-25T05:53:40",
            "upload_time_iso_8601": "2024-04-25T05:53:40.760749Z",
            "url": "https://files.pythonhosted.org/packages/be/12/7ca9c3cd1a437f67cd920948910113b9e735e1e5db3e0000f738b83e2dcb/vtzero-0.0.1b4-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe1e701092d8206b1ada57daa70b6cdaca0f48ec1c6b1c96cbdc18f217ec9d1b",
                "md5": "09cfc995707ca833dd2b4ec4d9251b7f",
                "sha256": "0615a0c82095ba692c3e8b44c88d2fcaea9f0461b1709a71f2ece85e20a1a196"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "09cfc995707ca833dd2b4ec4d9251b7f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 199409,
            "upload_time": "2024-04-25T05:53:42",
            "upload_time_iso_8601": "2024-04-25T05:53:42.559528Z",
            "url": "https://files.pythonhosted.org/packages/fe/1e/701092d8206b1ada57daa70b6cdaca0f48ec1c6b1c96cbdc18f217ec9d1b/vtzero-0.0.1b4-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71ba5e714bb334309285a15c5a415140e5453f56a89105037b8416ec42e2d910",
                "md5": "0671980f9f29efd9220922a0bb7aa6c9",
                "sha256": "403ee0b83a2d0c454aafcb978eaceb28c839cb42dced251faf24c8f2a1534a8d"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0671980f9f29efd9220922a0bb7aa6c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 139038,
            "upload_time": "2024-04-25T05:53:44",
            "upload_time_iso_8601": "2024-04-25T05:53:44.426001Z",
            "url": "https://files.pythonhosted.org/packages/71/ba/5e714bb334309285a15c5a415140e5453f56a89105037b8416ec42e2d910/vtzero-0.0.1b4-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccf71c260891d5d7b6768642e3d55b6feea1f33584843adf9b7a872ee788a155",
                "md5": "ffc680cdd6c0690d7d260856c34ded00",
                "sha256": "b42d82345bedadf8de9808f178f94e8c410240cff5cfda84ef7ff06dca31e59c"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ffc680cdd6c0690d7d260856c34ded00",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 563912,
            "upload_time": "2024-04-25T05:53:46",
            "upload_time_iso_8601": "2024-04-25T05:53:46.536079Z",
            "url": "https://files.pythonhosted.org/packages/cc/f7/1c260891d5d7b6768642e3d55b6feea1f33584843adf9b7a872ee788a155/vtzero-0.0.1b4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f40b4b91dff1c3815aae809cad7b3601b7c73bf83ac2e1970e985a0bc8aad6d",
                "md5": "d988c7a3ebf7e157e6be895c34e96a92",
                "sha256": "86f2b1668007b8f17e4166834569a9c45ec17d0b324ec3a48a604c15c1fa5af8"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d988c7a3ebf7e157e6be895c34e96a92",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 573648,
            "upload_time": "2024-04-25T05:53:48",
            "upload_time_iso_8601": "2024-04-25T05:53:48.711305Z",
            "url": "https://files.pythonhosted.org/packages/0f/40/b4b91dff1c3815aae809cad7b3601b7c73bf83ac2e1970e985a0bc8aad6d/vtzero-0.0.1b4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77d5f2781ef479d1a7a338f6f65da7f53351b647b17e2765e8ece559d4bb980a",
                "md5": "1e54665c21991b23fdd06978d231a0c1",
                "sha256": "27892192e0e79e7d1e046abb2bd7a5c39b8c45e84e08b5bed91136ad92a9d64d"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "1e54665c21991b23fdd06978d231a0c1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1167310,
            "upload_time": "2024-04-25T05:53:50",
            "upload_time_iso_8601": "2024-04-25T05:53:50.261411Z",
            "url": "https://files.pythonhosted.org/packages/77/d5/f2781ef479d1a7a338f6f65da7f53351b647b17e2765e8ece559d4bb980a/vtzero-0.0.1b4-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0fd613fa68a6c4c9bbd4a21432070eefeb241254c87d8d2dbf72c1544857c8a3",
                "md5": "36f36d1b633fc4e3a98d7101d93957fc",
                "sha256": "78f54fb1e4462e3fa4a0e995bb94ddcc821a4848526500fb4dea017e0d4daa80"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "36f36d1b633fc4e3a98d7101d93957fc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1135477,
            "upload_time": "2024-04-25T05:53:52",
            "upload_time_iso_8601": "2024-04-25T05:53:52.726650Z",
            "url": "https://files.pythonhosted.org/packages/0f/d6/13fa68a6c4c9bbd4a21432070eefeb241254c87d8d2dbf72c1544857c8a3/vtzero-0.0.1b4-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45a3281427d3c67a6e1af74ab92453cec3b3331137feb4247e295577803eb5a5",
                "md5": "66aa34a4e0b44865e4a14e709ed111f1",
                "sha256": "6c91edfcb857ba92c60c048c3b39efb673ad4905d4de7a661b3be3e17877fcf3"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "66aa34a4e0b44865e4a14e709ed111f1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 129799,
            "upload_time": "2024-04-25T05:53:53",
            "upload_time_iso_8601": "2024-04-25T05:53:53.939477Z",
            "url": "https://files.pythonhosted.org/packages/45/a3/281427d3c67a6e1af74ab92453cec3b3331137feb4247e295577803eb5a5/vtzero-0.0.1b4-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "905b7a8be461dee846753fc3f9a99664fa3bfd15041f93316e4be7b58441798b",
                "md5": "c22408ed20c552544550d279e6fa6ed9",
                "sha256": "4495fed619483495951e7c6739964e76692bedfe790c9fb7fea07ca6f6b8b320"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c22408ed20c552544550d279e6fa6ed9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 137395,
            "upload_time": "2024-04-25T05:53:55",
            "upload_time_iso_8601": "2024-04-25T05:53:55.705992Z",
            "url": "https://files.pythonhosted.org/packages/90/5b/7a8be461dee846753fc3f9a99664fa3bfd15041f93316e4be7b58441798b/vtzero-0.0.1b4-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f075a070dd6a0490a6b3d989e9e0688acbdaf7563ac53b42bcab6cbbcf6086a4",
                "md5": "ab2a8627df868719dd59fd1c7a55dada",
                "sha256": "0a96e77a3d988b6f0e56a8a91af65b0798a5207e0ea1250a709766f573a3c930"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp38-cp38-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "ab2a8627df868719dd59fd1c7a55dada",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 200582,
            "upload_time": "2024-04-25T05:53:57",
            "upload_time_iso_8601": "2024-04-25T05:53:57.048389Z",
            "url": "https://files.pythonhosted.org/packages/f0/75/a070dd6a0490a6b3d989e9e0688acbdaf7563ac53b42bcab6cbbcf6086a4/vtzero-0.0.1b4-cp38-cp38-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4331de6aea44fc39f5b850dbce5e6486e2456343433f88fb4d7a3612f0361fb8",
                "md5": "5ba059ebfdda94499d41b475bf9c359d",
                "sha256": "4801d07da661def53d7356bba19fd040fafc51690f6fdd5f18b2a15bb41ee0a5"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5ba059ebfdda94499d41b475bf9c359d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 139699,
            "upload_time": "2024-04-25T05:53:58",
            "upload_time_iso_8601": "2024-04-25T05:53:58.980549Z",
            "url": "https://files.pythonhosted.org/packages/43/31/de6aea44fc39f5b850dbce5e6486e2456343433f88fb4d7a3612f0361fb8/vtzero-0.0.1b4-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e65788a659cc362a6457a8234a00f1d18a29e1f26f97c69ed288184d81edab6b",
                "md5": "78c1d520ef4506c61edc0fb8dd59bfa1",
                "sha256": "c43c1562c7f5a25b266e21174ef2994015f67d13d84717e07a56ad99541b0565"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "78c1d520ef4506c61edc0fb8dd59bfa1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 558128,
            "upload_time": "2024-04-25T05:54:00",
            "upload_time_iso_8601": "2024-04-25T05:54:00.940008Z",
            "url": "https://files.pythonhosted.org/packages/e6/57/88a659cc362a6457a8234a00f1d18a29e1f26f97c69ed288184d81edab6b/vtzero-0.0.1b4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58eb0969153d35efbbc6918681ad49dfcf1f39dd7e3b2128c514892e91cdb056",
                "md5": "3c388a0f65756c35925a0a31157faf8b",
                "sha256": "5d1a89a15dd7a7fd77df71de7b99b205f9bbcecc49ea4c4eaceeb47462ce9873"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3c388a0f65756c35925a0a31157faf8b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 567757,
            "upload_time": "2024-04-25T05:54:02",
            "upload_time_iso_8601": "2024-04-25T05:54:02.444880Z",
            "url": "https://files.pythonhosted.org/packages/58/eb/0969153d35efbbc6918681ad49dfcf1f39dd7e3b2128c514892e91cdb056/vtzero-0.0.1b4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3c75b8d532c0fbbb9d69aa91c61643d5cd1f5cf30310a790466484e86b2c6b1",
                "md5": "b35c3ff891f18044e0f6eed12a2a3bd5",
                "sha256": "24ce682157a727406c679d38e01bb5b70eed4c81ef23b5dbbfcb13ecf5647f48"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "b35c3ff891f18044e0f6eed12a2a3bd5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1167266,
            "upload_time": "2024-04-25T05:54:03",
            "upload_time_iso_8601": "2024-04-25T05:54:03.985203Z",
            "url": "https://files.pythonhosted.org/packages/b3/c7/5b8d532c0fbbb9d69aa91c61643d5cd1f5cf30310a790466484e86b2c6b1/vtzero-0.0.1b4-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8160e7a387f6eeb5625be862c286b62672300ee49cfb47837ec22be23d07dedd",
                "md5": "69172c7451d520d1fbb01dc3e1eafc00",
                "sha256": "d8fbff8de1923425fb7427b82a541c5790e25a96a43eba012894281ba64028a5"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "69172c7451d520d1fbb01dc3e1eafc00",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1129816,
            "upload_time": "2024-04-25T05:54:05",
            "upload_time_iso_8601": "2024-04-25T05:54:05.612048Z",
            "url": "https://files.pythonhosted.org/packages/81/60/e7a387f6eeb5625be862c286b62672300ee49cfb47837ec22be23d07dedd/vtzero-0.0.1b4-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9bb62946cef5bdf8e1610349d57da419687412591896a94aed1c65dd45e74a5",
                "md5": "48f149da86ebe241f50181831ea61f4c",
                "sha256": "9e7585a7ddd0675db238c528979a91425613da4dee44d2c312a6b79ca7af40fd"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "48f149da86ebe241f50181831ea61f4c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 130374,
            "upload_time": "2024-04-25T05:54:06",
            "upload_time_iso_8601": "2024-04-25T05:54:06.901855Z",
            "url": "https://files.pythonhosted.org/packages/b9/bb/62946cef5bdf8e1610349d57da419687412591896a94aed1c65dd45e74a5/vtzero-0.0.1b4-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c1e23494ce0cf3c5afa07557757f43efeecedac37057acc7b812b2dcfbb84ef",
                "md5": "336fab8c1ed8204a0d4c385d33d8e7ec",
                "sha256": "b04812119e6a9e812d0e2e4951d36d1a84bbb1b6b1043307614b4d203d398a74"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "336fab8c1ed8204a0d4c385d33d8e7ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 137823,
            "upload_time": "2024-04-25T05:54:08",
            "upload_time_iso_8601": "2024-04-25T05:54:08.714205Z",
            "url": "https://files.pythonhosted.org/packages/1c/1e/23494ce0cf3c5afa07557757f43efeecedac37057acc7b812b2dcfbb84ef/vtzero-0.0.1b4-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9da52e890821787d957c5740f7a0b76c6e94fc0c6fa16e45dc13d3ccd1c3ba7b",
                "md5": "0dfe18272e90659b2dd851656ec32f80",
                "sha256": "c9426d816d5d07fab6536d85764bc49ce4e5ac3fcf49086c691e7968d1213885"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "0dfe18272e90659b2dd851656ec32f80",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 199677,
            "upload_time": "2024-04-25T05:54:11",
            "upload_time_iso_8601": "2024-04-25T05:54:11.051654Z",
            "url": "https://files.pythonhosted.org/packages/9d/a5/2e890821787d957c5740f7a0b76c6e94fc0c6fa16e45dc13d3ccd1c3ba7b/vtzero-0.0.1b4-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4631cf824cb0ffea886eb1d41eb1bfc63908de5661012b7b56ce1241428f118e",
                "md5": "4d5c5d782338b63d1fee5eeeaf0c3cd8",
                "sha256": "e7a4e74725fab1262ad2ddd4ee8ed297e13a36c234d544eee80b313fbc9594cc"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4d5c5d782338b63d1fee5eeeaf0c3cd8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 139243,
            "upload_time": "2024-04-25T05:54:12",
            "upload_time_iso_8601": "2024-04-25T05:54:12.915157Z",
            "url": "https://files.pythonhosted.org/packages/46/31/cf824cb0ffea886eb1d41eb1bfc63908de5661012b7b56ce1241428f118e/vtzero-0.0.1b4-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8f326628e37ddf523934d9977208ff9691edda301d3ad77a36cf8d598d3752f",
                "md5": "8d097b5d1e20c191a475a590230035ad",
                "sha256": "8012def0322eaa757de6a1b120ffb1f9e7eec3c8a17e0737f5a4ff795e35e198"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "8d097b5d1e20c191a475a590230035ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 556803,
            "upload_time": "2024-04-25T05:54:14",
            "upload_time_iso_8601": "2024-04-25T05:54:14.212891Z",
            "url": "https://files.pythonhosted.org/packages/a8/f3/26628e37ddf523934d9977208ff9691edda301d3ad77a36cf8d598d3752f/vtzero-0.0.1b4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de2245ef24b898ca0c2de3e8398172fe782ba5fc4ca4b8dd31128f24b48bad13",
                "md5": "18e6f2c541d52fe92f338fcf289fdecd",
                "sha256": "10de06fade01b9d3633b1885c39d3850224c5062edeb0b9f1e977422d1410c45"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "18e6f2c541d52fe92f338fcf289fdecd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 565283,
            "upload_time": "2024-04-25T05:54:15",
            "upload_time_iso_8601": "2024-04-25T05:54:15.604984Z",
            "url": "https://files.pythonhosted.org/packages/de/22/45ef24b898ca0c2de3e8398172fe782ba5fc4ca4b8dd31128f24b48bad13/vtzero-0.0.1b4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d67c343ee30705ce7bb58ffb4d835d307b04ced675cb262643ec44d0bf02a412",
                "md5": "6935d0bff66fbb3bfe883c88b5f9eda6",
                "sha256": "341fcc947dc99f85197151cfe930f251a11f711c83b370d90801215602fa1e5c"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "6935d0bff66fbb3bfe883c88b5f9eda6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1164694,
            "upload_time": "2024-04-25T05:54:17",
            "upload_time_iso_8601": "2024-04-25T05:54:17.387461Z",
            "url": "https://files.pythonhosted.org/packages/d6/7c/343ee30705ce7bb58ffb4d835d307b04ced675cb262643ec44d0bf02a412/vtzero-0.0.1b4-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "afb4331313f2b990b30f4a29b0e3d24d19b73b8e64ee73a128d59fdc87a0d4b5",
                "md5": "19ea0c94c379e08cd9cd84e19ca58af5",
                "sha256": "8551baf094952747fcea336ec25e0d7ad60a52c080ee85235360da3a1594acad"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "19ea0c94c379e08cd9cd84e19ca58af5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1126043,
            "upload_time": "2024-04-25T05:54:18",
            "upload_time_iso_8601": "2024-04-25T05:54:18.872958Z",
            "url": "https://files.pythonhosted.org/packages/af/b4/331313f2b990b30f4a29b0e3d24d19b73b8e64ee73a128d59fdc87a0d4b5/vtzero-0.0.1b4-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "015b14053d4d8e4144e27076d10153a57ae0ae8ed592fc1aa3af0679035ff61f",
                "md5": "d57f27a246dc43a258cea98223bbbafe",
                "sha256": "4742d58ba6d38eb63ee76c9a56bdf712e5cab410e754631a8bbb243bb0aea05e"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "d57f27a246dc43a258cea98223bbbafe",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 130328,
            "upload_time": "2024-04-25T05:54:20",
            "upload_time_iso_8601": "2024-04-25T05:54:20.949582Z",
            "url": "https://files.pythonhosted.org/packages/01/5b/14053d4d8e4144e27076d10153a57ae0ae8ed592fc1aa3af0679035ff61f/vtzero-0.0.1b4-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe023a8379d30a59eddf6a617fe824b55d8184b8adf31cb454a743b04376182a",
                "md5": "da1d2a9cae82379972abe62f2a6badcb",
                "sha256": "7f8cbfcb3df68fd4cf7de9e13d6b45d1611d8017176dc243d81fa105eacf8faf"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "da1d2a9cae82379972abe62f2a6badcb",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 137730,
            "upload_time": "2024-04-25T05:54:22",
            "upload_time_iso_8601": "2024-04-25T05:54:22.492711Z",
            "url": "https://files.pythonhosted.org/packages/fe/02/3a8379d30a59eddf6a617fe824b55d8184b8adf31cb454a743b04376182a/vtzero-0.0.1b4-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66f29d405e6dd96d45329c37a1ff72001b0d93482cc834f6498a7e10cf1035ba",
                "md5": "7a92461227a74ffabecc23dde9fac4f0",
                "sha256": "6eb13cadedb5a25547bcead0f9a8d41e3dc865ee8cbb138d74782d45dce2735f"
            },
            "downloads": -1,
            "filename": "vtzero-0.0.1b4.tar.gz",
            "has_sig": false,
            "md5_digest": "7a92461227a74ffabecc23dde9fac4f0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 131000,
            "upload_time": "2024-04-25T05:54:24",
            "upload_time_iso_8601": "2024-04-25T05:54:24.589328Z",
            "url": "https://files.pythonhosted.org/packages/66/f2/9d405e6dd96d45329c37a1ff72001b0d93482cc834f6498a7e10cf1035ba/vtzero-0.0.1b4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 05:54:24",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "vtzero"
}
        
Elapsed time: 0.24826s