python-smaz


Namepython-smaz JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/synodriver/pysmaz
Summarycompression for very small strings
upload_time2024-04-14 06:17:45
maintainerNone
docs_urlNone
authorsynodriver
requires_python>=3.6
licenseBSD
keywords compress decompress
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center"><i>✨ Pysmaz ✨ </i></h1>

<h3 align="center">The python binding for <a href="https://github.com/antirez/smaz">smaz</a> </h3>

[![pypi](https://img.shields.io/pypi/v/python-smaz.svg)](https://pypi.org/project/python-smaz/)
![python](https://img.shields.io/pypi/pyversions/python-smaz)
![implementation](https://img.shields.io/pypi/implementation/python-smaz)
![wheel](https://img.shields.io/pypi/wheel/python-smaz)
![license](https://img.shields.io/github/license/synodriver/pysmaz.svg)
![action](https://img.shields.io/github/workflow/status/synodriver/pysmaz/build%20wheel)

### 安装

```
pip install python-smaz
```

###  usage
```python
import pysmaz

def compress(data: bytes, output_size: int = ...) -> bytes: ...
def decompress(data: bytes, output_size: int = ...) -> bytes: ...
def compress_into(data: bytes, output: bytearray) -> int: ...
def decompress_into(data: bytes, output: bytearray) -> int: ...
```

### 本机编译
```
python -m pip install setuptools wheel cython cffi
git clone https://github.com/synodriver/pysmaz
cd pysmaz
git submodule update --init --recursive
python setup.py bdist_wheel --use-cython --use-cffi
```

### 后端选择
默认由py实现决定,在cpython上自动选择cython后端,在pypy上自动选择cffi后端,使用```SMAZ_USE_CFFI```环境变量可以强制选择cffi

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/synodriver/pysmaz",
    "name": "python-smaz",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "compress, decompress",
    "author": "synodriver",
    "author_email": "diguohuangjiajinweijun@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "<h1 align=\"center\"><i>\u2728 Pysmaz \u2728 </i></h1>\n\n<h3 align=\"center\">The python binding for <a href=\"https://github.com/antirez/smaz\">smaz</a> </h3>\n\n[![pypi](https://img.shields.io/pypi/v/python-smaz.svg)](https://pypi.org/project/python-smaz/)\n![python](https://img.shields.io/pypi/pyversions/python-smaz)\n![implementation](https://img.shields.io/pypi/implementation/python-smaz)\n![wheel](https://img.shields.io/pypi/wheel/python-smaz)\n![license](https://img.shields.io/github/license/synodriver/pysmaz.svg)\n![action](https://img.shields.io/github/workflow/status/synodriver/pysmaz/build%20wheel)\n\n### \u5b89\u88c5\n\n```\npip install python-smaz\n```\n\n###  usage\n```python\nimport pysmaz\n\ndef compress(data: bytes, output_size: int = ...) -> bytes: ...\ndef decompress(data: bytes, output_size: int = ...) -> bytes: ...\ndef compress_into(data: bytes, output: bytearray) -> int: ...\ndef decompress_into(data: bytes, output: bytearray) -> int: ...\n```\n\n### \u672c\u673a\u7f16\u8bd1\n```\npython -m pip install setuptools wheel cython cffi\ngit clone https://github.com/synodriver/pysmaz\ncd pysmaz\ngit submodule update --init --recursive\npython setup.py bdist_wheel --use-cython --use-cffi\n```\n\n### \u540e\u7aef\u9009\u62e9\n\u9ed8\u8ba4\u7531py\u5b9e\u73b0\u51b3\u5b9a\uff0c\u5728cpython\u4e0a\u81ea\u52a8\u9009\u62e9cython\u540e\u7aef\uff0c\u5728pypy\u4e0a\u81ea\u52a8\u9009\u62e9cffi\u540e\u7aef\uff0c\u4f7f\u7528```SMAZ_USE_CFFI```\u73af\u5883\u53d8\u91cf\u53ef\u4ee5\u5f3a\u5236\u9009\u62e9cffi\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "compression for very small strings",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/synodriver/pysmaz"
    },
    "split_keywords": [
        "compress",
        " decompress"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4584b7224de542fb143bb5ed651ae2c6ee932a1aaf9957732891c13807863f4",
                "md5": "2eceecfc56e77534c58e9f530076406b",
                "sha256": "5b12b462e915429775140af3d96883fc75c0f8bdd25b0f37d040e54b257e559a"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "2eceecfc56e77534c58e9f530076406b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 302587,
            "upload_time": "2024-04-14T06:17:45",
            "upload_time_iso_8601": "2024-04-14T06:17:45.840284Z",
            "url": "https://files.pythonhosted.org/packages/e4/58/4b7224de542fb143bb5ed651ae2c6ee932a1aaf9957732891c13807863f4/python_smaz-0.1.2-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad03d99af72cbdd2c39e9a5ed91583903208020e88d39d035530a0525e820cbb",
                "md5": "0999eda3ae44997ba9130a887a3c9439",
                "sha256": "b761d6a9681b0b9ba798226d7cf35d917d6add2df41b99a3f2627f34c28283d8"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0999eda3ae44997ba9130a887a3c9439",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 225705,
            "upload_time": "2024-04-14T06:17:47",
            "upload_time_iso_8601": "2024-04-14T06:17:47.428555Z",
            "url": "https://files.pythonhosted.org/packages/ad/03/d99af72cbdd2c39e9a5ed91583903208020e88d39d035530a0525e820cbb/python_smaz-0.1.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c45490c6fe3057714fcff16e9899b3f1c7b497dc63307b6c65bd3e1ce215a2b",
                "md5": "0e03b7ebcea13ebe7b572bf67b9224a0",
                "sha256": "a708e9dc6f9e238659d343540dd327c80b543901505bab99f88d20336cae346b"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0e03b7ebcea13ebe7b572bf67b9224a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 221379,
            "upload_time": "2024-04-14T06:17:49",
            "upload_time_iso_8601": "2024-04-14T06:17:49.091971Z",
            "url": "https://files.pythonhosted.org/packages/6c/45/490c6fe3057714fcff16e9899b3f1c7b497dc63307b6c65bd3e1ce215a2b/python_smaz-0.1.2-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a79651c6780fb3373995975edaa0e26279af0ee2dbf5f2e0e77ed5c9b2b2717d",
                "md5": "f88c43837734fe5ffd40166e1e1af148",
                "sha256": "ef752ffd78f55d6e83386c7bd107f15cec8b454ef22d03092966f15659397bd4"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "f88c43837734fe5ffd40166e1e1af148",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 214021,
            "upload_time": "2024-04-14T06:18:58",
            "upload_time_iso_8601": "2024-04-14T06:18:58.829458Z",
            "url": "https://files.pythonhosted.org/packages/a7/96/51c6780fb3373995975edaa0e26279af0ee2dbf5f2e0e77ed5c9b2b2717d/python_smaz-0.1.2-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37e11979af47f74d1a9f4477670b75a1ec1c53586fd79b179e7fce4d2635b171",
                "md5": "8709e476f364ba3b96bf8680536df506",
                "sha256": "3ee9bae8171770b59ae0d4c160c9ce16f27d2abe09698a4e69dfcf62897840c1"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8709e476f364ba3b96bf8680536df506",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 225877,
            "upload_time": "2024-04-14T06:19:00",
            "upload_time_iso_8601": "2024-04-14T06:19:00.520174Z",
            "url": "https://files.pythonhosted.org/packages/37/e1/1979af47f74d1a9f4477670b75a1ec1c53586fd79b179e7fce4d2635b171/python_smaz-0.1.2-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c5044511b43891e876ec7b80415b7525de48d70e23ca7b373606745db45dbab",
                "md5": "adf3b7f75cd669c71ce5df4d6fac4ef1",
                "sha256": "76d6385c27a4ab9271f3c4fd9440c36348ee3dbe4f8217650752d1fd6ce47954"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "adf3b7f75cd669c71ce5df4d6fac4ef1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 302575,
            "upload_time": "2024-04-14T06:17:50",
            "upload_time_iso_8601": "2024-04-14T06:17:50.228102Z",
            "url": "https://files.pythonhosted.org/packages/7c/50/44511b43891e876ec7b80415b7525de48d70e23ca7b373606745db45dbab/python_smaz-0.1.2-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb6fd00f5ce147b232b8da2149539fead71cc76947fc159bc8dfe3c3721092db",
                "md5": "98f65007f064994711d8f2bf92ec8092",
                "sha256": "989c628612ef603e9012fddf701cb827774f502c918482fc7593701711d84d3c"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "98f65007f064994711d8f2bf92ec8092",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 225780,
            "upload_time": "2024-04-14T06:17:52",
            "upload_time_iso_8601": "2024-04-14T06:17:52.086644Z",
            "url": "https://files.pythonhosted.org/packages/fb/6f/d00f5ce147b232b8da2149539fead71cc76947fc159bc8dfe3c3721092db/python_smaz-0.1.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "096daabdbc41dad20d3b93d2e7403af38c348ea90529c0014aa9714ba4c3d82b",
                "md5": "6f8e63a9eeac4ad346e04083586aed3b",
                "sha256": "d7d5bf92617110594870919af72d553c750f91659c93b8be0239ba42e39a1460"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6f8e63a9eeac4ad346e04083586aed3b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 221322,
            "upload_time": "2024-04-14T06:17:53",
            "upload_time_iso_8601": "2024-04-14T06:17:53.876317Z",
            "url": "https://files.pythonhosted.org/packages/09/6d/aabdbc41dad20d3b93d2e7403af38c348ea90529c0014aa9714ba4c3d82b/python_smaz-0.1.2-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2be50bb0ae6b514f88f78621888a3da6c15eefa83a6ff001326fcc41527cead",
                "md5": "9243261edff67a20eca53f7994146a31",
                "sha256": "9410b2f9651d0f68ebd2bc5b4ae496dcc8f8a4ded9dca9c7c8db6249adbc21e5"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "9243261edff67a20eca53f7994146a31",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 213778,
            "upload_time": "2024-04-14T06:19:02",
            "upload_time_iso_8601": "2024-04-14T06:19:02.224382Z",
            "url": "https://files.pythonhosted.org/packages/e2/be/50bb0ae6b514f88f78621888a3da6c15eefa83a6ff001326fcc41527cead/python_smaz-0.1.2-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd7f98fd4bf5826f29213c098eadad8356bb91fa04ed503d6fbcda39ea04e34f",
                "md5": "e523eb67fad72d06e75c84a78c3a19dd",
                "sha256": "93f81dec4ec18ed75a263b43e228695a28125939f6ebfda9cd6d6f6155f138d2"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e523eb67fad72d06e75c84a78c3a19dd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 225988,
            "upload_time": "2024-04-14T06:19:03",
            "upload_time_iso_8601": "2024-04-14T06:19:03.355005Z",
            "url": "https://files.pythonhosted.org/packages/fd/7f/98fd4bf5826f29213c098eadad8356bb91fa04ed503d6fbcda39ea04e34f/python_smaz-0.1.2-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "035b985f2bf0d06ed514a87c663c981998d691b46b386fedb2340820e6804fe2",
                "md5": "d2c6b80d758dec7eb24081782ffd66b8",
                "sha256": "5e40395adead87ad7571271d48432c850e97b0a69c01d73feb482774f60c826c"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp312-cp312-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "d2c6b80d758dec7eb24081782ffd66b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 305346,
            "upload_time": "2024-04-14T06:17:55",
            "upload_time_iso_8601": "2024-04-14T06:17:55.579334Z",
            "url": "https://files.pythonhosted.org/packages/03/5b/985f2bf0d06ed514a87c663c981998d691b46b386fedb2340820e6804fe2/python_smaz-0.1.2-cp312-cp312-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea2844e5f330f543f4303ae7195d7022dbe8febf84cf09ec88074e03460705c8",
                "md5": "2dc6ce3f943a5d6ae6512c149b896a4f",
                "sha256": "7ddefe916ef3fb4a66545f0269d4cd246b01c95e5800d71efe60b32f691e619d"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2dc6ce3f943a5d6ae6512c149b896a4f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 227440,
            "upload_time": "2024-04-14T06:17:57",
            "upload_time_iso_8601": "2024-04-14T06:17:57.170876Z",
            "url": "https://files.pythonhosted.org/packages/ea/28/44e5f330f543f4303ae7195d7022dbe8febf84cf09ec88074e03460705c8/python_smaz-0.1.2-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2676990f20c535914f398c0e2cbb32ec5828858a08c5f06337f55741698e2aaa",
                "md5": "144367a99fe787f19035a1cbbe9c0ad9",
                "sha256": "11fea755cfb32e64cff503cb54e7bae2a6cf919b8a64aa54756e84af3f357b5f"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "144367a99fe787f19035a1cbbe9c0ad9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 222391,
            "upload_time": "2024-04-14T06:17:58",
            "upload_time_iso_8601": "2024-04-14T06:17:58.204040Z",
            "url": "https://files.pythonhosted.org/packages/26/76/990f20c535914f398c0e2cbb32ec5828858a08c5f06337f55741698e2aaa/python_smaz-0.1.2-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "364ede3811fda2a34197821c683db1baa6e5812f2ea1b444d63f724fa6c6ab14",
                "md5": "bac39b70b2770f93c94c8fde0d7b35cc",
                "sha256": "a895c30a129d027abcb2f40c977c87294e97a54a6b91907495a01b87829a8b04"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "bac39b70b2770f93c94c8fde0d7b35cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 214927,
            "upload_time": "2024-04-14T06:19:04",
            "upload_time_iso_8601": "2024-04-14T06:19:04.980900Z",
            "url": "https://files.pythonhosted.org/packages/36/4e/de3811fda2a34197821c683db1baa6e5812f2ea1b444d63f724fa6c6ab14/python_smaz-0.1.2-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e758821e2ada147ef18a2bbec14cf464b3c0a4d49387cc2a050e725208e477e8",
                "md5": "b883222e4e72b0b390fdb1419468ba5b",
                "sha256": "60b1632f62e7a0cd66f799cbe86067d370d11102b45b6ea72b4b409d74fc5a83"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b883222e4e72b0b390fdb1419468ba5b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 226921,
            "upload_time": "2024-04-14T06:19:06",
            "upload_time_iso_8601": "2024-04-14T06:19:06.712800Z",
            "url": "https://files.pythonhosted.org/packages/e7/58/821e2ada147ef18a2bbec14cf464b3c0a4d49387cc2a050e725208e477e8/python_smaz-0.1.2-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "179b5d6e12a5a5149350315f8a280416149893b484e46b83a1c3058d03ca509b",
                "md5": "7da02c50ef0eb07f65a827eab081265c",
                "sha256": "4df694d1910974bb0f15481ac065e8fc10179558148417cde0c82c78c1e3ee77"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp38-cp38-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "7da02c50ef0eb07f65a827eab081265c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 303685,
            "upload_time": "2024-04-14T06:17:59",
            "upload_time_iso_8601": "2024-04-14T06:17:59.875934Z",
            "url": "https://files.pythonhosted.org/packages/17/9b/5d6e12a5a5149350315f8a280416149893b484e46b83a1c3058d03ca509b/python_smaz-0.1.2-cp38-cp38-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "156743fcf3df85db335776ce4981ce7074626b80ba0e7d1e64b706a3eaeecc3f",
                "md5": "1eab6857e55ae9249269753bc987f5be",
                "sha256": "cdc73bc1ffb28e39fa859c01243e68091f967acbfaa7b39609dd3560182970b6"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1eab6857e55ae9249269753bc987f5be",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 226270,
            "upload_time": "2024-04-14T06:18:00",
            "upload_time_iso_8601": "2024-04-14T06:18:00.926507Z",
            "url": "https://files.pythonhosted.org/packages/15/67/43fcf3df85db335776ce4981ce7074626b80ba0e7d1e64b706a3eaeecc3f/python_smaz-0.1.2-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3051fa4d3d9abaedd61f88174708688982d09f16b232f3a891ba742f71ed335b",
                "md5": "1743547ce48ad7a76fd83c3c87039274",
                "sha256": "8aed4c82cc6050b8be4c7dc87069275a37146dfba78a17f8d4fc51963a3ce613"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "1743547ce48ad7a76fd83c3c87039274",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 221879,
            "upload_time": "2024-04-14T06:18:03",
            "upload_time_iso_8601": "2024-04-14T06:18:03.175484Z",
            "url": "https://files.pythonhosted.org/packages/30/51/fa4d3d9abaedd61f88174708688982d09f16b232f3a891ba742f71ed335b/python_smaz-0.1.2-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7449de8a61c431311d35314197d07dc7e26492ea017ddeedc2f4d41facbd761",
                "md5": "f326955ecf52bdae7d1383aa13c51186",
                "sha256": "bbc410924855ab9f8687c17f18813f2d74d23ee13525b6e7027eed8b23ebb7f3"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "f326955ecf52bdae7d1383aa13c51186",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 214730,
            "upload_time": "2024-04-14T06:19:07",
            "upload_time_iso_8601": "2024-04-14T06:19:07.747497Z",
            "url": "https://files.pythonhosted.org/packages/e7/44/9de8a61c431311d35314197d07dc7e26492ea017ddeedc2f4d41facbd761/python_smaz-0.1.2-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3162f038f6f4658587a243dab58417b0aa8ba62343a0a7b3db3ae5d2e0470c52",
                "md5": "2968af0bf9312ec17eb552a8982d3735",
                "sha256": "8f9172b07b7636dd4c6f6aaef44aebdddbc2ff0cbf5501be4095936f49cd640f"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2968af0bf9312ec17eb552a8982d3735",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 226598,
            "upload_time": "2024-04-14T06:19:08",
            "upload_time_iso_8601": "2024-04-14T06:19:08.775650Z",
            "url": "https://files.pythonhosted.org/packages/31/62/f038f6f4658587a243dab58417b0aa8ba62343a0a7b3db3ae5d2e0470c52/python_smaz-0.1.2-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "268fc2f6801ac44c547d13b27d7407b8d906d171bffa8ff5f17bfa6abdcb1ab4",
                "md5": "bd6bd253f6f361bc288aa9701b9328f5",
                "sha256": "7e4975a6624fc7588cec82c48c19490910630f7e3cb3e6638ea507e43cbfff9f"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "bd6bd253f6f361bc288aa9701b9328f5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 303699,
            "upload_time": "2024-04-14T06:18:05",
            "upload_time_iso_8601": "2024-04-14T06:18:05.331731Z",
            "url": "https://files.pythonhosted.org/packages/26/8f/c2f6801ac44c547d13b27d7407b8d906d171bffa8ff5f17bfa6abdcb1ab4/python_smaz-0.1.2-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "758aab648677b38b6b090a9668e1c2b6c2eedeeafd4f99a27fc106f738813c1b",
                "md5": "9ff77c410f6195ef320fcdf309193ccb",
                "sha256": "79b90dee97cf27cd72b5d64876b21bc4b64f4fff3d7de0ed9ead2a60c43f2bed"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9ff77c410f6195ef320fcdf309193ccb",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 226307,
            "upload_time": "2024-04-14T06:18:07",
            "upload_time_iso_8601": "2024-04-14T06:18:07.219020Z",
            "url": "https://files.pythonhosted.org/packages/75/8a/ab648677b38b6b090a9668e1c2b6c2eedeeafd4f99a27fc106f738813c1b/python_smaz-0.1.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "daa13b1ea32922b46080f6263f4255f9d434fc782ae798b74b8cd42b5fa65c3e",
                "md5": "1d574d5227db6a91b47bc01fb1b14652",
                "sha256": "e9f3cc288afe2c509d8cfc625a47ac8476aaf43dd9564a5d45c3e8b6142b3958"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "1d574d5227db6a91b47bc01fb1b14652",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 221834,
            "upload_time": "2024-04-14T06:18:08",
            "upload_time_iso_8601": "2024-04-14T06:18:08.834630Z",
            "url": "https://files.pythonhosted.org/packages/da/a1/3b1ea32922b46080f6263f4255f9d434fc782ae798b74b8cd42b5fa65c3e/python_smaz-0.1.2-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a59a681b85118d6c11275e988bef810b48ab747f21de07460865cc2afe77298",
                "md5": "6e377bb07a1cb64ea3d491a1a22cdb3a",
                "sha256": "c16585a98f6ee3c17df7b76cce279b3e79e18c449862cb0f58272a807425f2d9"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "6e377bb07a1cb64ea3d491a1a22cdb3a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 214775,
            "upload_time": "2024-04-14T06:19:10",
            "upload_time_iso_8601": "2024-04-14T06:19:10.480448Z",
            "url": "https://files.pythonhosted.org/packages/0a/59/a681b85118d6c11275e988bef810b48ab747f21de07460865cc2afe77298/python_smaz-0.1.2-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "560ff6d2e9d773a955eeefc26f74f283a610e24591417dcec8a3d439b9f93eda",
                "md5": "7ea4db0027b3248531e750c876f27cc4",
                "sha256": "27b2a825b97d0a00910ca1ce53989bf7291370fbd3a3205713f01a2aa8b8f993"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7ea4db0027b3248531e750c876f27cc4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 226468,
            "upload_time": "2024-04-14T06:19:11",
            "upload_time_iso_8601": "2024-04-14T06:19:11.530189Z",
            "url": "https://files.pythonhosted.org/packages/56/0f/f6d2e9d773a955eeefc26f74f283a610e24591417dcec8a3d439b9f93eda/python_smaz-0.1.2-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5c873e01dc475051c88cd02f71e86418b7bddcb42ad224085c04f7de8f1200f",
                "md5": "e62bff7c3bea1543542ed3b017fb1548",
                "sha256": "45da5bd85863f7eacf756bdb5f527a9d4ef21129d3bdda1b5de4f2e1989f815f"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e62bff7c3bea1543542ed3b017fb1548",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.6",
            "size": 216595,
            "upload_time": "2024-04-14T06:18:10",
            "upload_time_iso_8601": "2024-04-14T06:18:10.715473Z",
            "url": "https://files.pythonhosted.org/packages/e5/c8/73e01dc475051c88cd02f71e86418b7bddcb42ad224085c04f7de8f1200f/python_smaz-0.1.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e20ad8e1874128638139dde2d3426c8582d8316097b15d1fc433fd08927a548",
                "md5": "7c67bd183ad2b43c843c589eb56bb321",
                "sha256": "65554f55729db155732058242f3973439664e8ee042e5c6b78df28347900df06"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7c67bd183ad2b43c843c589eb56bb321",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.6",
            "size": 220055,
            "upload_time": "2024-04-14T06:19:12",
            "upload_time_iso_8601": "2024-04-14T06:19:12.604366Z",
            "url": "https://files.pythonhosted.org/packages/4e/20/ad8e1874128638139dde2d3426c8582d8316097b15d1fc433fd08927a548/python_smaz-0.1.2-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f65fb563294c39c46d961200e5b8a49348cecc35a612990d962017c457bf8d4c",
                "md5": "e063a27f2a2bbfb64b2b72918a5f52d6",
                "sha256": "286d43ada6e7612b38246febd1937fa01d185d0e38df867b09106f0bac4952be"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e063a27f2a2bbfb64b2b72918a5f52d6",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.6",
            "size": 215769,
            "upload_time": "2024-04-14T06:18:12",
            "upload_time_iso_8601": "2024-04-14T06:18:12.542882Z",
            "url": "https://files.pythonhosted.org/packages/f6/5f/b563294c39c46d961200e5b8a49348cecc35a612990d962017c457bf8d4c/python_smaz-0.1.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d38c435e4dc8e699ac9d4819a9529d1529f8bb0a698e0e74fc94b6b6e0701cf",
                "md5": "094355d7f1bfe0b898dd74f7554338a8",
                "sha256": "beb7543e35cbc14a29df216a8b9c8dc8486e68460fb199c9d442975fa3263181"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "094355d7f1bfe0b898dd74f7554338a8",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.6",
            "size": 219663,
            "upload_time": "2024-04-14T06:19:13",
            "upload_time_iso_8601": "2024-04-14T06:19:13.642499Z",
            "url": "https://files.pythonhosted.org/packages/9d/38/c435e4dc8e699ac9d4819a9529d1529f8bb0a698e0e74fc94b6b6e0701cf/python_smaz-0.1.2-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ffbbe0ce7cb081b9bcfab60557809122077d3cd0dc10c2d085ecde21fe55cd2d",
                "md5": "2c7ae1eaa523b6494ac53f98fa667801",
                "sha256": "f3c140c4aeb8a48f15a45c76710d0f9b1bee63d6f366770f00f50ffe2147366f"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2c7ae1eaa523b6494ac53f98fa667801",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.6",
            "size": 216393,
            "upload_time": "2024-04-14T06:18:14",
            "upload_time_iso_8601": "2024-04-14T06:18:14.331464Z",
            "url": "https://files.pythonhosted.org/packages/ff/bb/e0ce7cb081b9bcfab60557809122077d3cd0dc10c2d085ecde21fe55cd2d/python_smaz-0.1.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67bc96879a4caa6ccfd5b0e8a90b71bfa21e84a4b1bf2ea8ec435e33d27cf098",
                "md5": "4dee2b1a862a7e90715a417a98623db2",
                "sha256": "0a8a378755666369f6a63d89ec3e52bc8552398b3d8b5b9b414f9460e217f37b"
            },
            "downloads": -1,
            "filename": "python_smaz-0.1.2-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4dee2b1a862a7e90715a417a98623db2",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.6",
            "size": 219941,
            "upload_time": "2024-04-14T06:19:14",
            "upload_time_iso_8601": "2024-04-14T06:19:14.734341Z",
            "url": "https://files.pythonhosted.org/packages/67/bc/96879a4caa6ccfd5b0e8a90b71bfa21e84a4b1bf2ea8ec435e33d27cf098/python_smaz-0.1.2-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-14 06:17:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "synodriver",
    "github_project": "pysmaz",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "python-smaz"
}
        
Elapsed time: 0.23187s