{ "info": { "author": "Vladimir Kraus", "author_email": "vladimir.kraus@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# dynobject\nDynamic object class which allows dynamic adding of attributes on the run\nand dict-like access to the attributes.\n\n```python\n>>> d = DynObject()\n>>> d.x = 10 # dynamic adding of attributes\n>>> d.x # access to attributes\n10\n>>> d[\"x\"] # access to attribute like to a dict\n10\n```", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/vladimir-kraus/dynobject", "keywords": "dynamic,object,attribute,dict,attrdict", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "dynobject", "package_url": "https://pypi.org/project/dynobject/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/dynobject/", "project_urls": { "Homepage": "http://github.com/vladimir-kraus/dynobject" }, "release_url": "https://pypi.org/project/dynobject/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "DynObject class which allows dynamic adding of attributes on the run and dict-like access to the attributes.", "version": "0.1.0" }, "last_serial": 2596196, "releases": { "0.1.0": [] }, "urls": [] }