normalize-lists


Namenormalize-lists JSON
Version 0.10 PyPI version JSON
download
home_pagehttps://github.com/hansalemaos/normalize_lists
SummaryNormalizes lists of different lengths
upload_time2022-12-29 12:47:02
maintainer
docs_urlNone
authorJohannes Fischer
requires_python
licenseMIT
keywords normalize lists
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Normalizes lists of different lengths

```python

from normalize_lists import normalize_lists
print(normalize_lists([55,22,44], [44,33], [11], fill_value=None))
[[11, None, None], [44, 33, None], [55, 22, 44]]

    
```





            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hansalemaos/normalize_lists",
    "name": "normalize-lists",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Normalize,lists",
    "author": "Johannes Fischer",
    "author_email": "<aulasparticularesdealemaosp@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/95/8f/ff6bc2ece4871297e472601eb761e8c43ab43e9895467327aeaa1c3bdeda/normalize_lists-0.10.tar.gz",
    "platform": null,
    "description": "\n# Normalizes lists of different lengths\n\n```python\n\nfrom normalize_lists import normalize_lists\nprint(normalize_lists([55,22,44], [44,33], [11], fill_value=None))\n[[11, None, None], [44, 33, None], [55, 22, 44]]\n\n    \n```\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Normalizes lists of different lengths",
    "version": "0.10",
    "project_urls": {
        "Homepage": "https://github.com/hansalemaos/normalize_lists"
    },
    "split_keywords": [
        "normalize",
        "lists"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "896ff0c2887f559895b029daca151a9501a656a4355b44ebc51b5390fa7cb6c2",
                "md5": "b990c7d26b0c4780e95cb35d1fba146f",
                "sha256": "b5e0fd1552072f94f5086d71cd7f5d3235084441acd2519dacccda6b58c1bfe3"
            },
            "downloads": -1,
            "filename": "normalize_lists-0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b990c7d26b0c4780e95cb35d1fba146f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4211,
            "upload_time": "2022-12-29T12:47:01",
            "upload_time_iso_8601": "2022-12-29T12:47:01.457526Z",
            "url": "https://files.pythonhosted.org/packages/89/6f/f0c2887f559895b029daca151a9501a656a4355b44ebc51b5390fa7cb6c2/normalize_lists-0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "958fff6bc2ece4871297e472601eb761e8c43ab43e9895467327aeaa1c3bdeda",
                "md5": "e56b19a4ded2a386a5c56008d4b0da96",
                "sha256": "2410c027f34bd240f478d296922844f1a3d7e9369e280fadeadff71a9e0bff97"
            },
            "downloads": -1,
            "filename": "normalize_lists-0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "e56b19a4ded2a386a5c56008d4b0da96",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2970,
            "upload_time": "2022-12-29T12:47:02",
            "upload_time_iso_8601": "2022-12-29T12:47:02.854255Z",
            "url": "https://files.pythonhosted.org/packages/95/8f/ff6bc2ece4871297e472601eb761e8c43ab43e9895467327aeaa1c3bdeda/normalize_lists-0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-29 12:47:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hansalemaos",
    "github_project": "normalize_lists",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "normalize-lists"
}
        
Elapsed time: 0.25492s