protobin-python


Nameprotobin-python JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryPython library for encode and decode data in protobin format
upload_time2024-09-19 15:33:20
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT License Copyright (c) [Año] [Tu Nombre] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 1 1. en.wikipedia.org en.wikipedia.org
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # protobin-python

**protobin-python** es una biblioteca Python diseñada para facilitar la interacción con el formato de transferencia de datos Protobin en modo binario. Esta biblioteca proporciona una interfaz sencilla y eficiente para:

* **Serializar** objetos Python en datos Protobin.
* **Deserializar** datos Protobin en objetos Python.
* **Validar** la integridad de los datos Protobin.

## Instalación

Para instalar `protobin-python`, puedes utilizar pip:

```bash
pip install protobin-python
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "protobin-python",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Daniel Robles <drm.electronic@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/eb/23/7d321155dc30df7d756b8a1bc79ed1557f4b4d9ee06b5e33a1164552413b/protobin_python-0.0.1.tar.gz",
    "platform": null,
    "description": "# protobin-python\n\n**protobin-python** es una biblioteca Python dise\u00f1ada para facilitar la interacci\u00f3n con el formato de transferencia de datos Protobin en modo binario. Esta biblioteca proporciona una interfaz sencilla y eficiente para:\n\n* **Serializar** objetos Python en datos Protobin.\n* **Deserializar** datos Protobin en objetos Python.\n* **Validar** la integridad de los datos Protobin.\n\n## Instalaci\u00f3n\n\nPara instalar `protobin-python`, puedes utilizar pip:\n\n```bash\npip install protobin-python",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) [A\u00f1o] [Tu Nombre]  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 1 1. en.wikipedia.org en.wikipedia.org",
    "summary": "Python library for encode and decode data in protobin format",
    "version": "0.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/drmelectronic/protobin-python/issues",
        "Homepage": "https://github.com/drmelectronic/protobin-python"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb237d321155dc30df7d756b8a1bc79ed1557f4b4d9ee06b5e33a1164552413b",
                "md5": "365685208a2c385d2e7551d2564c8c16",
                "sha256": "a1259c4365e8f9efbb157090eb53df9cef0a19de867526b64d0ac5ea1b718c75"
            },
            "downloads": -1,
            "filename": "protobin_python-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "365685208a2c385d2e7551d2564c8c16",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 8784,
            "upload_time": "2024-09-19T15:33:20",
            "upload_time_iso_8601": "2024-09-19T15:33:20.060062Z",
            "url": "https://files.pythonhosted.org/packages/eb/23/7d321155dc30df7d756b8a1bc79ed1557f4b4d9ee06b5e33a1164552413b/protobin_python-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-19 15:33:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "drmelectronic",
    "github_project": "protobin-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "protobin-python"
}
        
Elapsed time: 0.62116s