{ "info": { "author": "Pierre Lucas", "author_email": "pierre.lucas@altie.fr", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python :: 3.5", "Topic :: Communications" ], "description": "Pile\n====\n\nThis project is stack *FIFO (First In - First Out)* or *LIFO (Last In - First Out)*\n\nInstall\n-------\n pip install stackFifoLifo\n \nor\n\n python setup.py\n \nExample\n-------\n >>> from stackFifoLifo import Fifo\n >>> x=FifoStack()\n >>> x.copyStack()\n []\n >>> x.emptyStack()\n True\n >>> x.stack('A')\n >>> x.stack(5)\n >>> x.stack(['toto','tata','titi'])\n >>> x.copyStack()\n [['toto', 'tata', 'titi'], 5, 'A']\n >>> z=x.unstack()\n >>> z\n 'A'\n >>> x.copyStack()\n [['toto', 'tata', 'titi'], 5]\n >>> x.size()\n 2\n >>> x.element()\n 5\n >>> x.copyStack()\n [['toto', 'tata', 'titi'], 5]\n\nThis project is inspired by [mesrecettespython](http://python.jpvweb.com/mesrecettespython/doku.php?id=gestion_piles).\nThanks to Tyrtamos.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/oryxr/stackFifoLifo", "keywords": null, "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "stackFifoLifo", "package_url": "https://pypi.org/project/stackFifoLifo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/stackFifoLifo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/oryxr/stackFifoLifo" }, "release_url": "https://pypi.org/project/stackFifoLifo/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Stack FIFO and LIFO", "version": "0.0.1" }, "last_serial": 1993741, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "9a4e5aef20d7cbef8131793be9067d18", "sha256": "d592380610fa615e371ba625ae5acf001a099aa373a1178b4de6b75e89630ee9" }, "downloads": -1, "filename": "stackFifoLifo-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9a4e5aef20d7cbef8131793be9067d18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2507, "upload_time": "2016-03-07T14:25:31", "url": "https://files.pythonhosted.org/packages/14/09/c240988193afad488e77f78cb3d93456f404485dc77e7c4297b1f0264e2c/stackFifoLifo-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9a4e5aef20d7cbef8131793be9067d18", "sha256": "d592380610fa615e371ba625ae5acf001a099aa373a1178b4de6b75e89630ee9" }, "downloads": -1, "filename": "stackFifoLifo-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9a4e5aef20d7cbef8131793be9067d18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2507, "upload_time": "2016-03-07T14:25:31", "url": "https://files.pythonhosted.org/packages/14/09/c240988193afad488e77f78cb3d93456f404485dc77e7c4297b1f0264e2c/stackFifoLifo-0.0.1.tar.gz" } ] }