serializor


Nameserializor JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/AresJef/Serializor
SummarySerialization for common Python objects.
upload_time2024-05-14 04:31:28
maintainerNone
docs_urlNone
authorJiefu Chen
requires_python>=3.10
licenseMIT license, Apache License 2.0
keywords serialize serialization numpy pandas python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Serialization for common Python objects.

Created to be used in a project, this package is published to github for ease of management and installation across different modules.

### Features
This package is designed to serialize common Python object, and deserializes it back to the original (or compatiable) Python data type.

Supported data types:
- string: `str` -> deserialize to `str`
- float: `float` & `numpy.float_` -> deserialize to `float`
- integer: `int` & `numpy.int` & `numpy.uint` -> deserialize to `int`
- boolean: `bool` & `numpy.bool_` -> deserialize to `bool`
- None: `None` & `numpy.nan` -> deserialize to `None`
- datetime: `datetime.datetime`, `pandas.Timestamp` & `time.struct_time` -> deserialize to `datetime.datetime`
- datetime64: `numpy.datetime64` -> deserialize to `numpy.datetime64`
- date: `datetime.date` -> deserialize to `datetime.date`
- time: `datetime.time` -> deserialize to `datetime.time`
- timedelta: `datetime.timedelta` & `pandas.Timedelta` -> deserialize to `datetime.timedelta`
- timedelta64: `numpy.timedelta64` -> deserialize to `numpy.timedelta64`
- decimal: `decimal.Decimal` -> deserialize to `decimal.Decimal`
- complex: `complex` & `numpy.complex_` -> deserialize to `complex`
- bytes: `bytes`, `bytearray` & `numpy.bytes_` -> deserialize to `bytes`
- list: `list` of above supported data types -> deserialize to `list`
- tuple: `tuple` of above supported data types -> deserialize to `tuple`
- set: `set` & `frozenset` of above supported data types -> deserialize to `set`
- dict: `dict` of above supported data types -> deserialize to `dict`
- numpy.ndarray: `numpy.ndarray` of above supported data types -> deserialize to `np.ndarray`
- pandas.Series: `pandas.Series` of above supported data types -> deserialize to `pandas.Series`
- pandas.DataFrame: `pandas.DataFrame` of above supported data types -> deserialize to `pandas.DataFrame`

### Installation
Install from `PyPi`
``` bash
pip install serializor
```

Install from `github`
``` bash
pip install git+https://github.com/AresJef/Serializor.git
```

### Compatibility
Supports Python 3.10 and above.

### Acknowledgements
serializor is based on several open-source repositories.
- [numpy](https://github.com/numpy/numpy)
- [orjson](https://github.com/ijl/orjson)
- [pandas](https://github.com/pandas-dev/pandas)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AresJef/Serializor",
    "name": "serializor",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "serialize, serialization, numpy, pandas, python",
    "author": "Jiefu Chen",
    "author_email": "keppa1991@163.com",
    "download_url": "https://files.pythonhosted.org/packages/16/e4/d1f49ce73042c30fac5d89e4fa962257b9cd1d9b209d8fe6b7966ef7e4a1/serializor-1.0.2.tar.gz",
    "platform": null,
    "description": "## Serialization for common Python objects.\n\nCreated to be used in a project, this package is published to github for ease of management and installation across different modules.\n\n### Features\nThis package is designed to serialize common Python object, and deserializes it back to the original (or compatiable) Python data type.\n\nSupported data types:\n- string: `str` -> deserialize to `str`\n- float: `float` & `numpy.float_` -> deserialize to `float`\n- integer: `int` & `numpy.int` & `numpy.uint` -> deserialize to `int`\n- boolean: `bool` & `numpy.bool_` -> deserialize to `bool`\n- None: `None` & `numpy.nan` -> deserialize to `None`\n- datetime: `datetime.datetime`, `pandas.Timestamp` & `time.struct_time` -> deserialize to `datetime.datetime`\n- datetime64: `numpy.datetime64` -> deserialize to `numpy.datetime64`\n- date: `datetime.date` -> deserialize to `datetime.date`\n- time: `datetime.time` -> deserialize to `datetime.time`\n- timedelta: `datetime.timedelta` & `pandas.Timedelta` -> deserialize to `datetime.timedelta`\n- timedelta64: `numpy.timedelta64` -> deserialize to `numpy.timedelta64`\n- decimal: `decimal.Decimal` -> deserialize to `decimal.Decimal`\n- complex: `complex` & `numpy.complex_` -> deserialize to `complex`\n- bytes: `bytes`, `bytearray` & `numpy.bytes_` -> deserialize to `bytes`\n- list: `list` of above supported data types -> deserialize to `list`\n- tuple: `tuple` of above supported data types -> deserialize to `tuple`\n- set: `set` & `frozenset` of above supported data types -> deserialize to `set`\n- dict: `dict` of above supported data types -> deserialize to `dict`\n- numpy.ndarray: `numpy.ndarray` of above supported data types -> deserialize to `np.ndarray`\n- pandas.Series: `pandas.Series` of above supported data types -> deserialize to `pandas.Series`\n- pandas.DataFrame: `pandas.DataFrame` of above supported data types -> deserialize to `pandas.DataFrame`\n\n### Installation\nInstall from `PyPi`\n``` bash\npip install serializor\n```\n\nInstall from `github`\n``` bash\npip install git+https://github.com/AresJef/Serializor.git\n```\n\n### Compatibility\nSupports Python 3.10 and above.\n\n### Acknowledgements\nserializor is based on several open-source repositories.\n- [numpy](https://github.com/numpy/numpy)\n- [orjson](https://github.com/ijl/orjson)\n- [pandas](https://github.com/pandas-dev/pandas)\n\n",
    "bugtrack_url": null,
    "license": "MIT license, Apache License 2.0",
    "summary": "Serialization for common Python objects.",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/AresJef/Serializor"
    },
    "split_keywords": [
        "serialize",
        " serialization",
        " numpy",
        " pandas",
        " python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "504c92575dbf02579d66b2da0d4c1750412e68dc6da8f3780978b1aa9b936cac",
                "md5": "76f6a727c92db8cbf13bd91072cf2e13",
                "sha256": "2221a37511ba5c32e75f6e5ede948b42f13f5b9bd932606aeaf841c3461927c4"
            },
            "downloads": -1,
            "filename": "serializor-1.0.2-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "76f6a727c92db8cbf13bd91072cf2e13",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 968340,
            "upload_time": "2024-05-14T04:30:58",
            "upload_time_iso_8601": "2024-05-14T04:30:58.194678Z",
            "url": "https://files.pythonhosted.org/packages/50/4c/92575dbf02579d66b2da0d4c1750412e68dc6da8f3780978b1aa9b936cac/serializor-1.0.2-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a5fb4e5584990f1326bb4906323590eb17478eb4a0ef6682dab63e9cfdf76b7",
                "md5": "b820a50f355e1152ccd106ec5e4e14fe",
                "sha256": "33389ec7e23f22bed12493449919e75bd8467fa9b56482a208e9a45e6cc84a53"
            },
            "downloads": -1,
            "filename": "serializor-1.0.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b820a50f355e1152ccd106ec5e4e14fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 736167,
            "upload_time": "2024-05-14T04:31:00",
            "upload_time_iso_8601": "2024-05-14T04:31:00.125028Z",
            "url": "https://files.pythonhosted.org/packages/4a/5f/b4e5584990f1326bb4906323590eb17478eb4a0ef6682dab63e9cfdf76b7/serializor-1.0.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8cc7544c3566bd3d8b4b545eab1ba8cf5048671cd8c333521c7cd0486f904ecd",
                "md5": "fe54ec8346dd34757567a7be0d24ee9e",
                "sha256": "957239dd29fe1d103105e4bbb12ada59c4696cf9e83a83e6cdd028a39cc0bd56"
            },
            "downloads": -1,
            "filename": "serializor-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fe54ec8346dd34757567a7be0d24ee9e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1816722,
            "upload_time": "2024-05-14T04:31:01",
            "upload_time_iso_8601": "2024-05-14T04:31:01.356263Z",
            "url": "https://files.pythonhosted.org/packages/8c/c7/544c3566bd3d8b4b545eab1ba8cf5048671cd8c333521c7cd0486f904ecd/serializor-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "befb8324a3f18ff0564b080b4ebdca36726f5e201ebd80050d7764c2e1756a49",
                "md5": "da60f1e645021c3823593c6f81c0ff24",
                "sha256": "d4798d44aa70e782894b656ae99ee98a0e988b854d2dfeaef9ee088097799ec5"
            },
            "downloads": -1,
            "filename": "serializor-1.0.2-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "da60f1e645021c3823593c6f81c0ff24",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1856466,
            "upload_time": "2024-05-14T04:31:03",
            "upload_time_iso_8601": "2024-05-14T04:31:03.243464Z",
            "url": "https://files.pythonhosted.org/packages/be/fb/8324a3f18ff0564b080b4ebdca36726f5e201ebd80050d7764c2e1756a49/serializor-1.0.2-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7eb268e1664ff27deb1d263a193361cee34cc98284520e40c06ad2a7a27180a",
                "md5": "f1c43413cc405f4f027ce7a408420fe4",
                "sha256": "515ed81289f84c4ddfd5ddf30b4bcf5bc9e4783fb90eee14aa3381db0e4be4fb"
            },
            "downloads": -1,
            "filename": "serializor-1.0.2-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "f1c43413cc405f4f027ce7a408420fe4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 673876,
            "upload_time": "2024-05-14T04:31:05",
            "upload_time_iso_8601": "2024-05-14T04:31:05.350318Z",
            "url": "https://files.pythonhosted.org/packages/d7/eb/268e1664ff27deb1d263a193361cee34cc98284520e40c06ad2a7a27180a/serializor-1.0.2-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f11ba9133170f3acfab290aec6e81a20d80761545bef0bf511a1ba2892004f36",
                "md5": "9d891a140072e33ba8400c164ca9ea72",
                "sha256": "a63fe66d9c6e9c3a4eeb4e33d3386530745962d5109c9624d276bf99ccac2218"
            },
            "downloads": -1,
            "filename": "serializor-1.0.2-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9d891a140072e33ba8400c164ca9ea72",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 692158,
            "upload_time": "2024-05-14T04:31:07",
            "upload_time_iso_8601": "2024-05-14T04:31:07.190415Z",
            "url": "https://files.pythonhosted.org/packages/f1/1b/a9133170f3acfab290aec6e81a20d80761545bef0bf511a1ba2892004f36/serializor-1.0.2-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd7e2ad2ed23464247093994379e2c671940a38335fe1ed6890dd4525d63a84d",
                "md5": "3078144cbb9b4ccc2c211c88fc918b0d",
                "sha256": "d1d112b1740a32eedf5b6b26c7b7b5cba7c073aa9dbd1fb16fb9896fac24bb3d"
            },
            "downloads": -1,
            "filename": "serializor-1.0.2-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "3078144cbb9b4ccc2c211c88fc918b0d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 967492,
            "upload_time": "2024-05-14T04:31:08",
            "upload_time_iso_8601": "2024-05-14T04:31:08.952569Z",
            "url": "https://files.pythonhosted.org/packages/fd/7e/2ad2ed23464247093994379e2c671940a38335fe1ed6890dd4525d63a84d/serializor-1.0.2-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a5a7ac54049ec7bc65ebcc6f63c8389d4337422e8718ea3179a83d261ba09f5",
                "md5": "79a068e96905e171d7b7865619bd4eae",
                "sha256": "d3343d845716660df22a4d7f8014ca217bdad45f4cd663ac7763418c3a0ffebb"
            },
            "downloads": -1,
            "filename": "serializor-1.0.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "79a068e96905e171d7b7865619bd4eae",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 735634,
            "upload_time": "2024-05-14T04:31:10",
            "upload_time_iso_8601": "2024-05-14T04:31:10.772052Z",
            "url": "https://files.pythonhosted.org/packages/4a/5a/7ac54049ec7bc65ebcc6f63c8389d4337422e8718ea3179a83d261ba09f5/serializor-1.0.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed22b4e31970e550f094a3e1ecbbf5400a27f3578a1b91fe8d6afc2eeaaff4e9",
                "md5": "528540c5a5b83cd18b149a23e2a5e21a",
                "sha256": "ad74f1b5581e83846dc385c9ab1db43eeddc2aedece6cea19f47f1564e38f470"
            },
            "downloads": -1,
            "filename": "serializor-1.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "528540c5a5b83cd18b149a23e2a5e21a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1949374,
            "upload_time": "2024-05-14T04:31:12",
            "upload_time_iso_8601": "2024-05-14T04:31:12.542890Z",
            "url": "https://files.pythonhosted.org/packages/ed/22/b4e31970e550f094a3e1ecbbf5400a27f3578a1b91fe8d6afc2eeaaff4e9/serializor-1.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ecd0d585823100535c8a6ba9b4dba67b6898939723b97230d1a00be546af2aa7",
                "md5": "1b4fc80669cdc8b96e636fdf278cbd82",
                "sha256": "d355a02ec3f45dc57e3bee65ca99379ad7986826de7dbd059e1fba1b39120e12"
            },
            "downloads": -1,
            "filename": "serializor-1.0.2-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1b4fc80669cdc8b96e636fdf278cbd82",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1973573,
            "upload_time": "2024-05-14T04:31:14",
            "upload_time_iso_8601": "2024-05-14T04:31:14.421154Z",
            "url": "https://files.pythonhosted.org/packages/ec/d0/d585823100535c8a6ba9b4dba67b6898939723b97230d1a00be546af2aa7/serializor-1.0.2-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f075141fd7e87797774f99f2468b4cec8f73fbe01019acf7c8a6e34477caacba",
                "md5": "17be49e2c4d123e20d7680a2628c8964",
                "sha256": "99e2e5f86b61a9f8b810291277249e0aa5ca26147afa751439d19668e3ee26e4"
            },
            "downloads": -1,
            "filename": "serializor-1.0.2-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "17be49e2c4d123e20d7680a2628c8964",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 670963,
            "upload_time": "2024-05-14T04:31:15",
            "upload_time_iso_8601": "2024-05-14T04:31:15.643265Z",
            "url": "https://files.pythonhosted.org/packages/f0/75/141fd7e87797774f99f2468b4cec8f73fbe01019acf7c8a6e34477caacba/serializor-1.0.2-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f40dbc439d85cfaa8dfff68f39f60383301447757f294591c435377a19291d5c",
                "md5": "5ca89f12e4ecad1164729f4bc1f5452f",
                "sha256": "30962b103e7059bd5b9e5d0ccbb87a1c2a38dadf0a10c0e6392c17beac34d4dd"
            },
            "downloads": -1,
            "filename": "serializor-1.0.2-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5ca89f12e4ecad1164729f4bc1f5452f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 689783,
            "upload_time": "2024-05-14T04:31:17",
            "upload_time_iso_8601": "2024-05-14T04:31:17.558117Z",
            "url": "https://files.pythonhosted.org/packages/f4/0d/bc439d85cfaa8dfff68f39f60383301447757f294591c435377a19291d5c/serializor-1.0.2-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35652bac3bfd335974607e56107bb233c6000b3b153f43c8b944c2c3da7dc8b8",
                "md5": "48a0861132d00573cca1065eb1d2d386",
                "sha256": "3250bb807e129f3ed4f7c2aa7910efc44b16b31eb1f66c9a4fe9e68473462672"
            },
            "downloads": -1,
            "filename": "serializor-1.0.2-cp312-cp312-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "48a0861132d00573cca1065eb1d2d386",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 969141,
            "upload_time": "2024-05-14T04:31:18",
            "upload_time_iso_8601": "2024-05-14T04:31:18.808360Z",
            "url": "https://files.pythonhosted.org/packages/35/65/2bac3bfd335974607e56107bb233c6000b3b153f43c8b944c2c3da7dc8b8/serializor-1.0.2-cp312-cp312-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2e074477c6e49ff514c2e87a1322ae00ba9c67e70e8a6864a86648a3eb5ff57",
                "md5": "b5442bc3922f6f48782b6ed738dad382",
                "sha256": "a47a98e33556a67e4425bd47b918e6f6f89bf73de34435290ff5a2528b0d0445"
            },
            "downloads": -1,
            "filename": "serializor-1.0.2-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b5442bc3922f6f48782b6ed738dad382",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 736409,
            "upload_time": "2024-05-14T04:31:20",
            "upload_time_iso_8601": "2024-05-14T04:31:20.017752Z",
            "url": "https://files.pythonhosted.org/packages/a2/e0/74477c6e49ff514c2e87a1322ae00ba9c67e70e8a6864a86648a3eb5ff57/serializor-1.0.2-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e68b28d38bcbd8abdde3247ee77b2b9a149225703d9db2ee6593c9be72719bc2",
                "md5": "8bf9bf397ce9fa6aa2ecc3fefcd56a01",
                "sha256": "367539f01668de7d1bbcecf1d95abd1aeb990d8a010189ffe5a2f968cc53ca81"
            },
            "downloads": -1,
            "filename": "serializor-1.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8bf9bf397ce9fa6aa2ecc3fefcd56a01",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1919138,
            "upload_time": "2024-05-14T04:31:21",
            "upload_time_iso_8601": "2024-05-14T04:31:21.727299Z",
            "url": "https://files.pythonhosted.org/packages/e6/8b/28d38bcbd8abdde3247ee77b2b9a149225703d9db2ee6593c9be72719bc2/serializor-1.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7be2c64ea98d291b814300f39cbbb1f59a1b399c0f2207f99162a584994fcc85",
                "md5": "ad1760758de0e2ca6393a5e8ac4fed54",
                "sha256": "39b0b72db7ecde02a7d3778d85904df1ebae16f433d08d9007b3c4b557e2b2ca"
            },
            "downloads": -1,
            "filename": "serializor-1.0.2-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ad1760758de0e2ca6393a5e8ac4fed54",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1927873,
            "upload_time": "2024-05-14T04:31:23",
            "upload_time_iso_8601": "2024-05-14T04:31:23.531550Z",
            "url": "https://files.pythonhosted.org/packages/7b/e2/c64ea98d291b814300f39cbbb1f59a1b399c0f2207f99162a584994fcc85/serializor-1.0.2-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "440ab83ce9559e1de3ebc7d00a35b0faf7c20935557f842b4d04d7c758cdfa7f",
                "md5": "98856ff029add1b65b67600dfa90b745",
                "sha256": "5c963305e4825facfc01f1116c4f704aa5247f7de832241002aee89d6fdfd662"
            },
            "downloads": -1,
            "filename": "serializor-1.0.2-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "98856ff029add1b65b67600dfa90b745",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 671452,
            "upload_time": "2024-05-14T04:31:24",
            "upload_time_iso_8601": "2024-05-14T04:31:24.888770Z",
            "url": "https://files.pythonhosted.org/packages/44/0a/b83ce9559e1de3ebc7d00a35b0faf7c20935557f842b4d04d7c758cdfa7f/serializor-1.0.2-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eab609ffb5c6040e462220dedbfe9ff075891a79b4d4442a540ec6d6ea0bcd64",
                "md5": "64e1c21aaf78cb54b8666dd76bd036cb",
                "sha256": "72fc81207aa11992b4919428e93a08f54ecb1042616a231d1cd6ef847f25875a"
            },
            "downloads": -1,
            "filename": "serializor-1.0.2-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "64e1c21aaf78cb54b8666dd76bd036cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 688617,
            "upload_time": "2024-05-14T04:31:26",
            "upload_time_iso_8601": "2024-05-14T04:31:26.692457Z",
            "url": "https://files.pythonhosted.org/packages/ea/b6/09ffb5c6040e462220dedbfe9ff075891a79b4d4442a540ec6d6ea0bcd64/serializor-1.0.2-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16e4d1f49ce73042c30fac5d89e4fa962257b9cd1d9b209d8fe6b7966ef7e4a1",
                "md5": "44ff64ecc443f3f7ed125f0365f28bac",
                "sha256": "44eb011b0726a8eba4633e7661b877917cd1d6d07f22f6907d5ea974648e0c86"
            },
            "downloads": -1,
            "filename": "serializor-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "44ff64ecc443f3f7ed125f0365f28bac",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 465208,
            "upload_time": "2024-05-14T04:31:28",
            "upload_time_iso_8601": "2024-05-14T04:31:28.463823Z",
            "url": "https://files.pythonhosted.org/packages/16/e4/d1f49ce73042c30fac5d89e4fa962257b9cd1d9b209d8fe6b7966ef7e4a1/serializor-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-14 04:31:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AresJef",
    "github_project": "Serializor",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "serializor"
}
        
Elapsed time: 0.26319s