{ "info": { "author": "Erin O'Connell", "author_email": "erinocon5@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "\n# funky-collections\n\nA set of collections implamented in pure python. Nessesary? No, probably not; most of the built in collections are writtten in C so they will be faster, but I was challenged to build a lower level c style collection the other day in python and my interest has been piqued! All collections are currently implamented using a doubly linked array approach with some optimizations of the special methods that most sequence types contain.\n\nCurrently Available:\n\n* Immutable Lists\n* Immutable Fixed Length Lists\n* Mutable Lists sort of\n* Mutable Fixed Lenth Lists sort of\n\nTodo:\n* Sets\n* Tuples\n* FIFO Stack\n* FILO Stack\n* Optimize collections by introducing new tree search methods\n* Test all of the things!\n* Benchmark all of the things!\n\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/erinxocon/funky-collections", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "funky-collections", "package_url": "https://pypi.org/project/funky-collections/", "platform": "", "project_url": "https://pypi.org/project/funky-collections/", "project_urls": { "Homepage": "https://github.com/erinxocon/funky-collections" }, "release_url": "https://pypi.org/project/funky-collections/0.1.0.dev0/", "requires_dist": null, "requires_python": ">=3.4.0", "summary": "A collection of custom collections implamented in pure python.", "version": "0.1.0.dev0" }, "last_serial": 5287289, "releases": { "0.1.0.dev0": [ { "comment_text": "", "digests": { "md5": "1c6fc27c69252c2653a8c8b49c300dfa", "sha256": "1627a0dd4c604a274bb13e9ea7e460aec167ff84eb40cdcb456ee4fc7cf5dbb3" }, "downloads": -1, "filename": "funky_collections-0.1.0.dev0-py3-none-any.whl", "has_sig": false, "md5_digest": "1c6fc27c69252c2653a8c8b49c300dfa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4.0", "size": 6724, "upload_time": "2019-05-19T05:11:51", "url": "https://files.pythonhosted.org/packages/45/dd/77e76f30dbafaf5b5031d485071cd5b9d678513d7458fc64cd8414d11b74/funky_collections-0.1.0.dev0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "15e143aba9a42e49d99750be40fffd0a", "sha256": "dea8d5e4350dd07ad16ad9ecd3f5058b927439fdc04aa05c85a00552983e6862" }, "downloads": -1, "filename": "funky-collections-0.1.0.dev0.tar.gz", "has_sig": false, "md5_digest": "15e143aba9a42e49d99750be40fffd0a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4.0", "size": 4622, "upload_time": "2019-05-19T05:11:53", "url": "https://files.pythonhosted.org/packages/e9/6b/5ba0fdfc9d4a31828b3657d1b210f4bfe8960446286e2746182344dee3ea/funky-collections-0.1.0.dev0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1c6fc27c69252c2653a8c8b49c300dfa", "sha256": "1627a0dd4c604a274bb13e9ea7e460aec167ff84eb40cdcb456ee4fc7cf5dbb3" }, "downloads": -1, "filename": "funky_collections-0.1.0.dev0-py3-none-any.whl", "has_sig": false, "md5_digest": "1c6fc27c69252c2653a8c8b49c300dfa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4.0", "size": 6724, "upload_time": "2019-05-19T05:11:51", "url": "https://files.pythonhosted.org/packages/45/dd/77e76f30dbafaf5b5031d485071cd5b9d678513d7458fc64cd8414d11b74/funky_collections-0.1.0.dev0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "15e143aba9a42e49d99750be40fffd0a", "sha256": "dea8d5e4350dd07ad16ad9ecd3f5058b927439fdc04aa05c85a00552983e6862" }, "downloads": -1, "filename": "funky-collections-0.1.0.dev0.tar.gz", "has_sig": false, "md5_digest": "15e143aba9a42e49d99750be40fffd0a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4.0", "size": 4622, "upload_time": "2019-05-19T05:11:53", "url": "https://files.pythonhosted.org/packages/e9/6b/5ba0fdfc9d4a31828b3657d1b210f4bfe8960446286e2746182344dee3ea/funky-collections-0.1.0.dev0.tar.gz" } ] }