{ "info": { "author": "Bruca Lock", "author_email": "lockshi@hotmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "Description\n------------\nList of collections similar to JAVA style collection for Python\n\nInstallation\n============\n\n::\n\n $ pip install collection-plus\n\n\nUsage\n=====\n\n.. code-block:: python\n\n from collection import *\n\n l = List()\n l.add(1)\n l.is_empty()\n\n vec = Vector()\n vec.add(1)\n\n stack = Stack()\n stack.push(1)\n stack.pop()\n item = stack.peek()\n\n queue = Queue()\n queue.offer(1)\n item = queue.peek()\n queue.poll()\n\nBuild Project\n=============\nsource distribution: python setup.py sdist\nwheel distribution: python setup.py bdist_wheel\n\n\nDistribute\n==========\ntest repo: twine upload --repository-url https://test.pypi.org/legacy/ dist/*\nprod repo: twine upload dist/*\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/bruca/collections", "keywords": "collection collections", "license": "", "maintainer": "", "maintainer_email": "", "name": "collection-plus", "package_url": "https://pypi.org/project/collection-plus/", "platform": "", "project_url": "https://pypi.org/project/collection-plus/", "project_urls": { "Homepage": "https://github.com/bruca/collections" }, "release_url": "https://pypi.org/project/collection-plus/0.0.6/", "requires_dist": null, "requires_python": "", "summary": "Collection utils", "version": "0.0.6" }, "last_serial": 3723063, "releases": { "0.0.5": [ { "comment_text": "", "digests": { "md5": "1ea0a45c35a114c8d80d9218146e9b0b", "sha256": "6f3eb9d3ed472addd54bca70706ea5b507da5dc6e773e06b77e4204ee3b63d7c" }, "downloads": -1, "filename": "collection_plus-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1ea0a45c35a114c8d80d9218146e9b0b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4374, "upload_time": "2018-04-01T02:52:51", "url": "https://files.pythonhosted.org/packages/49/42/62cc5dda5c1d6937482e9bcea8c7370be70f3de21d76d104e94357d56d3b/collection_plus-0.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7dd2d005b58637cf0838823d9038b6ec", "sha256": "238ec8595836f9bde5f3a3afc2827d35bd2b5bb52a273bcb92ec5b5c56094cf1" }, "downloads": -1, "filename": "collection-plus-0.0.5.tar.gz", "has_sig": false, "md5_digest": "7dd2d005b58637cf0838823d9038b6ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2191, "upload_time": "2018-04-01T02:52:52", "url": "https://files.pythonhosted.org/packages/a1/e0/d6a6241151a9f5e7726ec72b35c3feb5b366c2e424a9c3f7d75d00915dbb/collection-plus-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "bcff54426dff844aeaae0c2df288374f", "sha256": "a7a960636b80515e32d0241b0b53e02e7d795a3f48d80084cc00fa2d74ae4272" }, "downloads": -1, "filename": "collection_plus-0.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bcff54426dff844aeaae0c2df288374f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4385, "upload_time": "2018-04-01T03:00:31", "url": "https://files.pythonhosted.org/packages/1f/3b/dce642f5502a834b177ed1b7491b00fd6b96dc5bbe9752ea548337061d43/collection_plus-0.0.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "18439ec6acc3b909a5c253e089aac056", "sha256": "317a156e8c8643587dc96acf7fa783b8822645c68f101344ebfab2026cd1dc0a" }, "downloads": -1, "filename": "collection-plus-0.0.6.tar.gz", "has_sig": false, "md5_digest": "18439ec6acc3b909a5c253e089aac056", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2204, "upload_time": "2018-04-01T03:00:33", "url": "https://files.pythonhosted.org/packages/81/9b/65618e8d14f22e3e5de2991a6e15ba93afc7df4e23dfddf09d09b84cf6b3/collection-plus-0.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bcff54426dff844aeaae0c2df288374f", "sha256": "a7a960636b80515e32d0241b0b53e02e7d795a3f48d80084cc00fa2d74ae4272" }, "downloads": -1, "filename": "collection_plus-0.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bcff54426dff844aeaae0c2df288374f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4385, "upload_time": "2018-04-01T03:00:31", "url": "https://files.pythonhosted.org/packages/1f/3b/dce642f5502a834b177ed1b7491b00fd6b96dc5bbe9752ea548337061d43/collection_plus-0.0.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "18439ec6acc3b909a5c253e089aac056", "sha256": "317a156e8c8643587dc96acf7fa783b8822645c68f101344ebfab2026cd1dc0a" }, "downloads": -1, "filename": "collection-plus-0.0.6.tar.gz", "has_sig": false, "md5_digest": "18439ec6acc3b909a5c253e089aac056", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2204, "upload_time": "2018-04-01T03:00:33", "url": "https://files.pythonhosted.org/packages/81/9b/65618e8d14f22e3e5de2991a6e15ba93afc7df4e23dfddf09d09b84cf6b3/collection-plus-0.0.6.tar.gz" } ] }