{ "info": { "author": "Shay Palachy", "author_email": "shaypal5@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "palpyutil\n#########\n\nShay Palachy's personal common Python 3 utility functions and classes.\n\n.. code-block:: python\n\n from palpyutil.decorators import lazy_property\n\n @lazy_property\n def some_big_calc(param_array):\n sub_res = [big_func(param) for param in param_array]\n return sum(sub_res)\n\n\nInstallation\n============\n\nInstall ``palpyutil`` with:\n\n.. code-block:: bash\n\n pip install palpyutil\n\n\nCredits\n=======\nCreated by Shay Palachy (shay.palachy@gmail.com).\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/shaypal5/palpyutil", "keywords": "pandas dataframe pipeline data", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "palpyutil", "package_url": "https://pypi.org/project/palpyutil/", "platform": "any", "project_url": "https://pypi.org/project/palpyutil/", "project_urls": { "Homepage": "https://github.com/shaypal5/palpyutil" }, "release_url": "https://pypi.org/project/palpyutil/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "Shay Palachy's personal common Python 3 utility functions and classes.", "version": "0.0.3" }, "last_serial": 3083890, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "1c358fa150fce847461cb7518fc9a541", "sha256": "26ccfc1c6d5b280b2728fac54c25249846d3cc3ad15df31c020979ce1e23970b" }, "downloads": -1, "filename": "palpyutil-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1c358fa150fce847461cb7518fc9a541", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18841, "upload_time": "2017-08-09T12:19:45", "url": "https://files.pythonhosted.org/packages/38/8f/9dfe831d27dddee2ea164403b4c37156364f4fae027e77028be3ea4e9a93/palpyutil-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "5deffa4a2d578c59eb61c3e8c5a7388c", "sha256": "1a4ecbd986876818bf4b475cf6ff7a97e37fe4974cae4930e91487f81a8f5898" }, "downloads": -1, "filename": "palpyutil-0.0.2.tar.gz", "has_sig": false, "md5_digest": "5deffa4a2d578c59eb61c3e8c5a7388c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18831, "upload_time": "2017-08-09T12:24:24", "url": "https://files.pythonhosted.org/packages/8a/90/e5dc0c489ed5a2930ce110ffa4cc944957e8a8c43fb5d3c25bdaf2fe7fad/palpyutil-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "10386be6e5c786e1bf69120c2dadde24", "sha256": "3e08b4dc62da1b018813216103a18b05f2fbd9794706a753cb9c1710169988b9" }, "downloads": -1, "filename": "palpyutil-0.0.3.tar.gz", "has_sig": false, "md5_digest": "10386be6e5c786e1bf69120c2dadde24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18096, "upload_time": "2017-08-09T12:27:32", "url": "https://files.pythonhosted.org/packages/86/8b/f610235db4252a56e421af326d811e348bd47cffab7c5eb27370c8b339e4/palpyutil-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "10386be6e5c786e1bf69120c2dadde24", "sha256": "3e08b4dc62da1b018813216103a18b05f2fbd9794706a753cb9c1710169988b9" }, "downloads": -1, "filename": "palpyutil-0.0.3.tar.gz", "has_sig": false, "md5_digest": "10386be6e5c786e1bf69120c2dadde24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18096, "upload_time": "2017-08-09T12:27:32", "url": "https://files.pythonhosted.org/packages/86/8b/f610235db4252a56e421af326d811e348bd47cffab7c5eb27370c8b339e4/palpyutil-0.0.3.tar.gz" } ] }