attrdictionary


Nameattrdictionary JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/kiselas/AttrDictionary
SummaryA dict with attribute-style access
upload_time2023-05-11 20:28:13
maintainer
docs_urlNone
authorKiselev Aleksandr
requires_python
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            AttrDictionary is an MIT-licensed library that provides mapping objects that allow their elements to be accessed both as keys and as attributes. It originates from a fork of AttrDict which is sadly no longer maintained. AttrDictionary fully compatible with AttrDict except support for Python 2 versions. This version was tested on Python 3.11:


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kiselas/AttrDictionary",
    "name": "attrdictionary",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Kiselev Aleksandr",
    "author_email": "kisel.nf97@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/51/c5/fcc239f970531fe7295dc984f464a951054dc08fe46500bf1d513b50f7fa/attrdictionary-1.0.0.tar.gz",
    "platform": null,
    "description": "AttrDictionary is an MIT-licensed library that provides mapping objects that allow their elements to be accessed both as keys and as attributes. It originates from a fork of AttrDict which is sadly no longer maintained. AttrDictionary fully compatible with AttrDict except support for Python 2 versions. This version was tested on Python 3.11:\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A dict with attribute-style access",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/kiselas/AttrDictionary"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a2b91ac4acbe1f529790494cfb9b25d9df18486cccd8d1408a83702339f9a46",
                "md5": "0c98a3b5751fa680dc2a72fff247d317",
                "sha256": "55552daf9e0b7ff1d874db0d10211a9ed102c57987538bd5d86e05265ba4b5dc"
            },
            "downloads": -1,
            "filename": "attrdictionary-1.0.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0c98a3b5751fa680dc2a72fff247d317",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 7973,
            "upload_time": "2023-05-11T20:28:09",
            "upload_time_iso_8601": "2023-05-11T20:28:09.421300Z",
            "url": "https://files.pythonhosted.org/packages/7a/2b/91ac4acbe1f529790494cfb9b25d9df18486cccd8d1408a83702339f9a46/attrdictionary-1.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51c5fcc239f970531fe7295dc984f464a951054dc08fe46500bf1d513b50f7fa",
                "md5": "070f0a55571d81d3f61aa6b44f40e59b",
                "sha256": "c7c9807cac001cfa0d042ebf23f373f288c93e6da6454ec5ac2ba76af2882db5"
            },
            "downloads": -1,
            "filename": "attrdictionary-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "070f0a55571d81d3f61aa6b44f40e59b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9004,
            "upload_time": "2023-05-11T20:28:13",
            "upload_time_iso_8601": "2023-05-11T20:28:13.600232Z",
            "url": "https://files.pythonhosted.org/packages/51/c5/fcc239f970531fe7295dc984f464a951054dc08fe46500bf1d513b50f7fa/attrdictionary-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-11 20:28:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kiselas",
    "github_project": "AttrDictionary",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "attrdictionary"
}
        
Elapsed time: 0.19906s