shuffdi


Nameshuffdi JSON
Version 0.10 PyPI version JSON
download
home_pagehttps://github.com/hansalemaos/shuffdi
SummaryShuffles a dict
upload_time2022-12-28 19:21:35
maintainer
docs_urlNone
authorJohannes Fischer
requires_python
licenseMIT
keywords dict shuffle
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
<h2>Shuffles a dict</h2>





```python

from shuffdi import shuffle_dict

print(dict([('sape', 4139), ('guido', 4127), ('jack', 4098)]))

print(shuffle_dict(dict([('sape', 4139), ('guido', 4127), ('jack', 4098)])))



{'sape': 4139, 'guido': 4127, 'jack': 4098}

{'guido': 4127, 'sape': 4139, 'jack': 4098}



```








            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hansalemaos/shuffdi",
    "name": "shuffdi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "dict,shuffle",
    "author": "Johannes Fischer",
    "author_email": "<aulasparticularesdealemaosp@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c6/ac/f4d9bc25bd9b500e50a21129ddb811ebb7bc76792f3a2d268c604cd4ca01/shuffdi-0.10.tar.gz",
    "platform": null,
    "description": "\n<h2>Shuffles a dict</h2>\n\n\n\n\n\n```python\n\nfrom shuffdi import shuffle_dict\n\nprint(dict([('sape', 4139), ('guido', 4127), ('jack', 4098)]))\n\nprint(shuffle_dict(dict([('sape', 4139), ('guido', 4127), ('jack', 4098)])))\n\n\n\n{'sape': 4139, 'guido': 4127, 'jack': 4098}\n\n{'guido': 4127, 'sape': 4139, 'jack': 4098}\n\n\n\n```\n\n\n\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Shuffles a dict",
    "version": "0.10",
    "split_keywords": [
        "dict",
        "shuffle"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "024cc69f57002aeb4f654ef17f333603",
                "sha256": "5bc7f412cd72b56fc59b74bc80dbb73a44341c98597c76e624b06aaa0bcafc7e"
            },
            "downloads": -1,
            "filename": "shuffdi-0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "024cc69f57002aeb4f654ef17f333603",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3996,
            "upload_time": "2022-12-28T19:21:34",
            "upload_time_iso_8601": "2022-12-28T19:21:34.561131Z",
            "url": "https://files.pythonhosted.org/packages/34/f9/fc5128ed44d0d38ad536f0df88b21a39dffd566fd5c7cb5518714df9564f/shuffdi-0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "6b04752f7c1ff7d875dfb777e00a78a4",
                "sha256": "cdbc3e688ef441195897e30bad74c5529a22419b1253673a0289cc7066b40c55"
            },
            "downloads": -1,
            "filename": "shuffdi-0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "6b04752f7c1ff7d875dfb777e00a78a4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2896,
            "upload_time": "2022-12-28T19:21:35",
            "upload_time_iso_8601": "2022-12-28T19:21:35.914285Z",
            "url": "https://files.pythonhosted.org/packages/c6/ac/f4d9bc25bd9b500e50a21129ddb811ebb7bc76792f3a2d268c604cd4ca01/shuffdi-0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-28 19:21:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "hansalemaos",
    "github_project": "shuffdi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "shuffdi"
}
        
Elapsed time: 0.02266s