panel4all


Namepanel4all JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/ariel-research/panel4all
SummaryUtilities for parsing Panel4All survey result files
upload_time2024-04-11 17:49:08
maintainerNone
docs_urlNone
authorErel Segal-Halevi
requires_python>=3.9
licenseNone
keywords opinion polls
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # panel4all

Functions for parsing results of surveys made by panel4all.co.il

## Installation 

    pip install panel4all

## Usage

See [example 1](example1/README.md) and [example 2](example2/README.md).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ariel-research/panel4all",
    "name": "panel4all",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "opinion polls",
    "author": "Erel Segal-Halevi",
    "author_email": "erelsgl@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/91/ee/d52af56b0876e60d31c84cb58003f29336088cbe840cb55ae3867ace68df/panel4all-1.0.0.tar.gz",
    "platform": null,
    "description": "# panel4all\r\n\r\nFunctions for parsing results of surveys made by panel4all.co.il\r\n\r\n## Installation \r\n\r\n    pip install panel4all\r\n\r\n## Usage\r\n\r\nSee [example 1](example1/README.md) and [example 2](example2/README.md).\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Utilities for parsing Panel4All survey result files",
    "version": "1.0.0",
    "project_urls": {
        "Bug Reports": "https://github.com/ariel-research/panel4all/issues",
        "Documentation": "https://github.com/ariel-research/panel4all",
        "Homepage": "https://github.com/ariel-research/panel4all",
        "Source Code": "https://github.com/ariel-research/panel4all"
    },
    "split_keywords": [
        "opinion",
        "polls"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9ba3553819ab1070ab688d100bc3441f6a0de5d1fee9fef7418b85726278154",
                "md5": "fd4629a698c4f4984a68937fbb75fb04",
                "sha256": "93820f746c40f7d24e5545a4aea94a16995ca2ff90b3214165ee4b0b54232896"
            },
            "downloads": -1,
            "filename": "panel4all-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fd4629a698c4f4984a68937fbb75fb04",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 5469,
            "upload_time": "2024-04-11T17:49:07",
            "upload_time_iso_8601": "2024-04-11T17:49:07.040361Z",
            "url": "https://files.pythonhosted.org/packages/e9/ba/3553819ab1070ab688d100bc3441f6a0de5d1fee9fef7418b85726278154/panel4all-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91eed52af56b0876e60d31c84cb58003f29336088cbe840cb55ae3867ace68df",
                "md5": "b1c0560a14b57aac75dcf68104b68a35",
                "sha256": "3197886c4f952baa287ccb2ee66db363dd47b14c4a765830884bb5d5779c8e5d"
            },
            "downloads": -1,
            "filename": "panel4all-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b1c0560a14b57aac75dcf68104b68a35",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 6585,
            "upload_time": "2024-04-11T17:49:08",
            "upload_time_iso_8601": "2024-04-11T17:49:08.253576Z",
            "url": "https://files.pythonhosted.org/packages/91/ee/d52af56b0876e60d31c84cb58003f29336088cbe840cb55ae3867ace68df/panel4all-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-11 17:49:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ariel-research",
    "github_project": "panel4all",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "panel4all"
}
        
Elapsed time: 0.22224s