{ "info": { "author": "Dagito", "author_email": "jodagito@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "This project has been made to easier to manage lists in Python 3.\nSometimes for newbies manage elements into lists can be frustrating, and can\nmake a simple problem become an upset problem.\n\nFunctionability\n\nOn this package are in total twelve functions to help you work with lists.\n\nsubtract_elements()\n\nAllows subtraction from left values to right side values. Returns a list.\n\nmultiply_elements()\n\nThis function allows to multiply elements in list. Returns a list.\n\ndivide_elements()\n\nAllows to divide from left to right side. Returns a list.\n\nremove_repeated_elements()\n\nWill remove repeated elements in array. Returns the array without repeated elements.\n\nreturn_common_elements()\n\nReturns common elements between two arrays. Returns a list.\n\nreturn_uncommon_elements()\n\nReturns uncommon elements between two arrays. Returns a list.\n\nreturn_element_index()\n\nReturns index(es) for a specific element in array. Returns a list.\n\nelement_average()\n\nReturns the percentage represented by element in the array. Returns a float.\n\narray_average()\n\nReturns the array average. Returns a float.\n\narray_mode()\n\nReturns array mode. Returns an integer.\n\nodd_array_median()\n\nReturns median for an odd array. Can return a float or an integer.\n\npair_array_median()\n\nReturns median for a pair array. Returns a float.\n\n\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/Jodagito/listManager", "keywords": "list arrays listmanager", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "listManager", "package_url": "https://pypi.org/project/listManager/", "platform": "", "project_url": "https://pypi.org/project/listManager/", "project_urls": { "Homepage": "https://github.com/Jodagito/listManager" }, "release_url": "https://pypi.org/project/listManager/1.0/", "requires_dist": null, "requires_python": "", "summary": "To ease lists management", "version": "1.0" }, "last_serial": 3589567, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "af877b2e19f9be4383cb383763363186", "sha256": "c9676cd7cb99e2fc4473dad54aa292a082f29f33a44d6d42ac043eebaec54e36" }, "downloads": -1, "filename": "listManager-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "af877b2e19f9be4383cb383763363186", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3993, "upload_time": "2018-02-17T01:33:04", "url": "https://files.pythonhosted.org/packages/bf/de/af26783e57145c09a9f467c10bdfd843919d7abfe90591fbd95b914c2cdc/listManager-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d3aa6cc8bd85f8e66bb7ecd95187b452", "sha256": "86e41dc4d62a235c23fb8a6dc60ccf8bfdd351f7b4dae31d61e5dae83aee9f61" }, "downloads": -1, "filename": "listManager-1.0.tar.gz", "has_sig": false, "md5_digest": "d3aa6cc8bd85f8e66bb7ecd95187b452", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2525, "upload_time": "2018-02-17T01:33:06", "url": "https://files.pythonhosted.org/packages/0e/3b/991f1884a5162a405a49cb0f451b92011a175c6612d48440ed666866ac74/listManager-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "af877b2e19f9be4383cb383763363186", "sha256": "c9676cd7cb99e2fc4473dad54aa292a082f29f33a44d6d42ac043eebaec54e36" }, "downloads": -1, "filename": "listManager-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "af877b2e19f9be4383cb383763363186", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3993, "upload_time": "2018-02-17T01:33:04", "url": "https://files.pythonhosted.org/packages/bf/de/af26783e57145c09a9f467c10bdfd843919d7abfe90591fbd95b914c2cdc/listManager-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d3aa6cc8bd85f8e66bb7ecd95187b452", "sha256": "86e41dc4d62a235c23fb8a6dc60ccf8bfdd351f7b4dae31d61e5dae83aee9f61" }, "downloads": -1, "filename": "listManager-1.0.tar.gz", "has_sig": false, "md5_digest": "d3aa6cc8bd85f8e66bb7ecd95187b452", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2525, "upload_time": "2018-02-17T01:33:06", "url": "https://files.pythonhosted.org/packages/0e/3b/991f1884a5162a405a49cb0f451b92011a175c6612d48440ed666866ac74/listManager-1.0.tar.gz" } ] }