opack


Nameopack JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryPython library for parsing the opack format
upload_time2023-07-12 10:26:15
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) 2023 loriwitt 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.
keywords ios opack plist cli parser
VCS
bugtrack_url
requirements arrow construct
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # opack
Python library for parsing the opack format

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "opack",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "lori <loriwittdev@gmail.com>",
    "keywords": "ios,opack,plist,cli,parser",
    "author": "",
    "author_email": "lori <loriwittdev@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/e4/d6/21151244a97765d177dc02d7861b671f5351ad8dc753f2b053e6dcc8a8b1/opack-0.1.0.tar.gz",
    "platform": null,
    "description": "# opack\nPython library for parsing the opack format\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 loriwitt  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. ",
    "summary": "Python library for parsing the opack format",
    "version": "0.1.0",
    "project_urls": {
        "Bug Reports": "https://github.com/loriwitt/opack/issues",
        "Homepage": "https://github.com/loriwitt/opack"
    },
    "split_keywords": [
        "ios",
        "opack",
        "plist",
        "cli",
        "parser"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "622b27085da6377d3e8c842a3a600d14370962a7981b9b00c6226874ae7742a5",
                "md5": "b9cfee4088535b444569a3d636465338",
                "sha256": "6eb88d0ee45cb3b15fb22c08748718d5f68a0d9b2af1bf4ebb45b91883fc1a2a"
            },
            "downloads": -1,
            "filename": "opack-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b9cfee4088535b444569a3d636465338",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6338,
            "upload_time": "2023-07-12T10:26:14",
            "upload_time_iso_8601": "2023-07-12T10:26:14.453998Z",
            "url": "https://files.pythonhosted.org/packages/62/2b/27085da6377d3e8c842a3a600d14370962a7981b9b00c6226874ae7742a5/opack-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4d621151244a97765d177dc02d7861b671f5351ad8dc753f2b053e6dcc8a8b1",
                "md5": "cb1332a57cee5bf991f7f9a4d6c895f9",
                "sha256": "ca77655a2e92c39ed63c98493e6e5b3dd84001cefa3383fb9bc0b10c0532e719"
            },
            "downloads": -1,
            "filename": "opack-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "cb1332a57cee5bf991f7f9a4d6c895f9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5656,
            "upload_time": "2023-07-12T10:26:15",
            "upload_time_iso_8601": "2023-07-12T10:26:15.799849Z",
            "url": "https://files.pythonhosted.org/packages/e4/d6/21151244a97765d177dc02d7861b671f5351ad8dc753f2b053e6dcc8a8b1/opack-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-12 10:26:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "loriwitt",
    "github_project": "opack",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "arrow",
            "specs": []
        },
        {
            "name": "construct",
            "specs": []
        }
    ],
    "lcname": "opack"
}
        
Elapsed time: 0.18129s