{ "info": { "author": "Roy Wright", "author_email": "roy@wright.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development" ], "description": "FullMonty\n=========\n\nFullMonty is a collection of various library modules that are not big enough to justify individual packaging.\n\nFor example, I like using a context with cd:\n\n.. code-block:: python\n\n with cd(path):\n # current working directory is path\n\nAnother is the list_helper module where compress_list, unique_list, and is_sequence reside. Now the implementation\nis just one liners but I find the intent of the code easier to comprehend with this:\n\n.. code-block:: python\n\n new_list = compress_list(old_list)\n\nversus:\n\n.. code-block:: python\n\n new_list = [item for item in old_list if item]\n\nEtymology\n---------\n\nThe full monty is a British slang phrase of uncertain origin. It is generally used to mean \"everything which is\nnecessary, appropriate, or possible; \u2018the works\u2019\".\n-- http://en.wikipedia.org/wiki/Full_monty_%28phrase%29\n\n\n\nInstallation\n------------\n\nTo install from PyPI:\n\n.. code-block:: bash\n\n \u27a4 pip install fullmonty\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/royw/fullmonty", "keywords": "", "license": "docs/license.rst", "maintainer": "", "maintainer_email": "", "name": "FullMonty", "package_url": "https://pypi.org/project/FullMonty/", "platform": "", "project_url": "https://pypi.org/project/FullMonty/", "project_urls": { "Homepage": "https://github.com/royw/fullmonty" }, "release_url": "https://pypi.org/project/FullMonty/0.1.20/", "requires_dist": null, "requires_python": "", "summary": "Eclectic library for applications.", "version": "0.1.20" }, "last_serial": 3929823, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a31bef6339d2876703968a0d5aef4fab", "sha256": "938948cd050c5c52a82df9c40c80db692a16cb7734ee8b26f7520f09ffeb5b2a" }, "downloads": -1, "filename": "FullMonty-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a31bef6339d2876703968a0d5aef4fab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31342, "upload_time": "2017-02-05T19:45:16", "url": "https://files.pythonhosted.org/packages/34/5f/1304ea752b3e7d14db85dcf41cf834087277dd2a72955274359c80823cd0/FullMonty-0.1.0.tar.gz" } ], "0.1.18": [ { "comment_text": "", "digests": { "md5": "30075387255f9e32568905084e650bfa", "sha256": "f048e91466f325413365ecaca48ba2628141ddbef7b52a87ef2befe7421bb050" }, "downloads": -1, "filename": "FullMonty-0.1.18.tar.gz", "has_sig": false, "md5_digest": "30075387255f9e32568905084e650bfa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37747, "upload_time": "2017-11-15T00:08:08", "url": "https://files.pythonhosted.org/packages/61/48/f967246d05f188629b61302a1b0980dbbc35a540c695621aa8c38900f8fa/FullMonty-0.1.18.tar.gz" } ], "0.1.20": [ { "comment_text": "", "digests": { "md5": "a99524bbce4396c77f42d80438274636", "sha256": "bf4da4611b73512765867cb9e2bf93e4565fa641d81524a7c8bd8879990c43c3" }, "downloads": -1, "filename": "FullMonty-0.1.20.tar.gz", "has_sig": false, "md5_digest": "a99524bbce4396c77f42d80438274636", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39038, "upload_time": "2018-06-04T20:29:54", "url": "https://files.pythonhosted.org/packages/07/bf/a117cf32e0fbf2c39a2696bde32d2181b0b4d4c3f1dd9e92c6ec6be7cc92/FullMonty-0.1.20.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a99524bbce4396c77f42d80438274636", "sha256": "bf4da4611b73512765867cb9e2bf93e4565fa641d81524a7c8bd8879990c43c3" }, "downloads": -1, "filename": "FullMonty-0.1.20.tar.gz", "has_sig": false, "md5_digest": "a99524bbce4396c77f42d80438274636", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39038, "upload_time": "2018-06-04T20:29:54", "url": "https://files.pythonhosted.org/packages/07/bf/a117cf32e0fbf2c39a2696bde32d2181b0b4d4c3f1dd9e92c6ec6be7cc92/FullMonty-0.1.20.tar.gz" } ] }