{ "info": { "author": "Trevalyan Stevens", "author_email": "etstevens60@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Ini Handler is a simple and small Python library for reading and writing .ini\r\nsetting files.\r\n\r\nIni Handler makes implementing user customisable settings painless and simple. It\r\nachieves this by limiting the number of methods you have to remember to be able to\r\ndo what you want to do.\r\n\r\nFor example:\r\n\r\n from ini_handler.vbini import Ini\r\n\r\n ini_file = Ini()\r\n ini_file['NewSetting'] = 'Simple!'\r\n\r\n print(ini_file['NewSetting'])\r\n\r\nOutput:\r\n\r\n 'Simple!'\r\n\r\nJust like that we have created and retrieved a new setting!\r\n\r\nGo here for the documentation: http://vesnabrucomsini-handler.readthedocs.io/en/latest/\r\n\r\nSource\r\n------\r\n\r\nThe source files can be found on GitHub: https://github.com/VesnaBrucoms/ini-handler", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.kerneweksoftware.com/software.html", "keywords": "", "license": "UNKNOWN", "maintainer": "", "maintainer_email": "", "name": "Ini-Handler", "package_url": "https://pypi.org/project/Ini-Handler/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Ini-Handler/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.kerneweksoftware.com/software.html" }, "release_url": "https://pypi.org/project/Ini-Handler/0.4.0/", "requires_dist": null, "requires_python": null, "summary": "An easy to use ini file handler library", "version": "0.4.0" }, "last_serial": 2334415, "releases": { "0.4.0": [ { "comment_text": "", "digests": { "md5": "a17fbd5be01086ff1223d1d0ec03f7a4", "sha256": "310bd957de82481425fa3915d153ee78e2cbb29a742b2cd3330bdf27a1107251" }, "downloads": -1, "filename": "Ini-Handler-0.4.0.zip", "has_sig": false, "md5_digest": "a17fbd5be01086ff1223d1d0ec03f7a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5112, "upload_time": "2016-09-09T21:38:40", "url": "https://files.pythonhosted.org/packages/87/1c/1ccfc931f75a5b43f1acbc2845123ec6787a8dce7ebc796127e925974f33/Ini-Handler-0.4.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a17fbd5be01086ff1223d1d0ec03f7a4", "sha256": "310bd957de82481425fa3915d153ee78e2cbb29a742b2cd3330bdf27a1107251" }, "downloads": -1, "filename": "Ini-Handler-0.4.0.zip", "has_sig": false, "md5_digest": "a17fbd5be01086ff1223d1d0ec03f7a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5112, "upload_time": "2016-09-09T21:38:40", "url": "https://files.pythonhosted.org/packages/87/1c/1ccfc931f75a5b43f1acbc2845123ec6787a8dce7ebc796127e925974f33/Ini-Handler-0.4.0.zip" } ] }