{ "info": { "author": "Daniel Paz Avalos", "author_email": "dpazavalos@protonmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Gather Unique\n\nSimple, unique list gatherer, with *args for passable blacklist check and optional list_in for \nautomated sorting against blacklist/s\n\n## Installation\n\n```\npip install gather_unique\n```\n\n## Usage\n\n```python\nfrom gatherunique import GatherUnique\ngather = GatherUnique()\nhead = \"Header to display\"\n\n# Unique list from stdin, no header\nuniq1 = gather.run()\n\n# Unique list from stdin, with provided blacklist and header\nuniq2 = gather.run(['1', '2', '3', '4', '5'], header=head )\n\n# Unique list from list_in= against provided blacklist\nuniq3 = gather.run(['1', '2', '3', '4', '5'], list_in=['6', '6', '1', '2'])\n```\n\nNote that args are considered blacklists by default. Use 'header=' and 'list_in=' to differentiate\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dpazavalos/datatypes/tree/master/gatherunique", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "gatherunique", "package_url": "https://pypi.org/project/gatherunique/", "platform": "", "project_url": "https://pypi.org/project/gatherunique/", "project_urls": { "Homepage": "https://github.com/dpazavalos/datatypes/tree/master/gatherunique" }, "release_url": "https://pypi.org/project/gatherunique/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Simple, unique list gatherer, with *args for passable blacklist check and optional list_in for automated sorting against blacklist/s", "version": "0.1.0" }, "last_serial": 4830029, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1a870bdc16ce043fffaa99fb0c8a2c4f", "sha256": "0fa9654df566950b9af94bcc00ed125a13bf4a21d85442c8b5cb6bf2b236a2d4" }, "downloads": -1, "filename": "gatherunique-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "1a870bdc16ce043fffaa99fb0c8a2c4f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3257, "upload_time": "2019-02-16T23:18:42", "url": "https://files.pythonhosted.org/packages/bc/ba/bb1cec148d0ce55538a2e6eeacfde1bf0ec03bd14bf25b7d71254f711b80/gatherunique-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c8d47d6191e9d7f5f129d0f3dde1fe9f", "sha256": "346ccef93df75f36ec4e16e212b6c10a057bac341a55c8e52be7c8f9daee2350" }, "downloads": -1, "filename": "gatherunique-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c8d47d6191e9d7f5f129d0f3dde1fe9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2101, "upload_time": "2019-02-16T23:18:44", "url": "https://files.pythonhosted.org/packages/fb/ff/41ce5ebd2f240dcad900d1b4889e933b01276efbccfcb9ed72081024ca70/gatherunique-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1a870bdc16ce043fffaa99fb0c8a2c4f", "sha256": "0fa9654df566950b9af94bcc00ed125a13bf4a21d85442c8b5cb6bf2b236a2d4" }, "downloads": -1, "filename": "gatherunique-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "1a870bdc16ce043fffaa99fb0c8a2c4f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3257, "upload_time": "2019-02-16T23:18:42", "url": "https://files.pythonhosted.org/packages/bc/ba/bb1cec148d0ce55538a2e6eeacfde1bf0ec03bd14bf25b7d71254f711b80/gatherunique-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c8d47d6191e9d7f5f129d0f3dde1fe9f", "sha256": "346ccef93df75f36ec4e16e212b6c10a057bac341a55c8e52be7c8f9daee2350" }, "downloads": -1, "filename": "gatherunique-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c8d47d6191e9d7f5f129d0f3dde1fe9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2101, "upload_time": "2019-02-16T23:18:44", "url": "https://files.pythonhosted.org/packages/fb/ff/41ce5ebd2f240dcad900d1b4889e933b01276efbccfcb9ed72081024ca70/gatherunique-0.1.0.tar.gz" } ] }