{ "info": { "author": "Solodskikh Kirill", "author_email": "hypo@intuition.engineering", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3" ], "description": "RedBlackPy is a light Python library that provides data structures aimed to fast insertion, removal and self sorting to manipulating ordered data in efficient way. The core part of the library had been written on C++ and then was wrapped in Cython. Hope that many would find the primary data structures of this library very handy in working with time series. One of the main feature of this structures is an access by arbitrary key using interpolation, what makes processing of multiple non synchronized time series very simple. All data structures based on red black trees.", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/IntuitionEngineeringTeam/RedBlackPy/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://intuitionengineeringteam.github.io/RedBlackPy/", "keywords": "", "license": "Apache License 2.0", "maintainer": "Intuition", "maintainer_email": "dev@intuition.engineering", "name": "redblackpy", "package_url": "https://pypi.org/project/redblackpy/", "platform": "", "project_url": "https://pypi.org/project/redblackpy/", "project_urls": { "Download": "https://github.com/IntuitionEngineeringTeam/RedBlackPy/archive/master.zip", "Homepage": "https://intuitionengineeringteam.github.io/RedBlackPy/" }, "release_url": "https://pypi.org/project/redblackpy/0.1.3.0/", "requires_dist": null, "requires_python": "", "summary": "Data structures based on red-black trees.", "version": "0.1.3.0" }, "last_serial": 4656725, "releases": { "0.1.0.0": [ { "comment_text": "", "digests": { "md5": "941b848c198c190f2d3846c6929becba", "sha256": "bdc7797ab0a1866784ec74807f466eeadb29495973bd0647fe0232f2b151dedc" }, "downloads": -1, "filename": "redblackpy-0.1.0.0.tar.gz", "has_sig": false, "md5_digest": "941b848c198c190f2d3846c6929becba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3044548, "upload_time": "2018-08-10T00:56:26", "url": "https://files.pythonhosted.org/packages/6e/de/f52bc374b1dadb83f2132793cf47787ddc5e0ae448d4532c07064a49f395/redblackpy-0.1.0.0.tar.gz" } ], "0.1.1.0": [ { "comment_text": "", "digests": { "md5": "db73a062b7fa1d00e914494065f199f2", "sha256": "52d8ba9c95502ad487e711b7a1a8aac68ba977224ee5e8e480e4c0c968c87959" }, "downloads": -1, "filename": "redblackpy-0.1.1.0.tar.gz", "has_sig": false, "md5_digest": "db73a062b7fa1d00e914494065f199f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3044920, "upload_time": "2018-08-15T15:28:12", "url": "https://files.pythonhosted.org/packages/cc/48/13414d9ace2e31ef86fe83bd71821ae7a2cb40f00ddf378b72cf7ee9ed86/redblackpy-0.1.1.0.tar.gz" } ], "0.1.2.0": [ { "comment_text": "", "digests": { "md5": "e36253a9824e789da8d216f8f1fe37eb", "sha256": "006c5d60ffa1c974a67dd7e98ab8a69163f76a41f7b22100798097e6221a6d92" }, "downloads": -1, "filename": "redblackpy-0.1.2.0.tar.gz", "has_sig": false, "md5_digest": "e36253a9824e789da8d216f8f1fe37eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 859362, "upload_time": "2018-08-22T10:44:51", "url": "https://files.pythonhosted.org/packages/96/5d/9e495e52c2152fd8662a21610474854caab8c85af19d2c49940eb0644f2d/redblackpy-0.1.2.0.tar.gz" } ], "0.1.3.0": [ { "comment_text": "", "digests": { "md5": "487bc30da9a00a7caf1ad4b8328d8049", "sha256": "7f191dd86073c99ee686c7e992e9b99dfe472e921d30473e8a82937bb0cb6670" }, "downloads": -1, "filename": "redblackpy-0.1.3.0.tar.gz", "has_sig": false, "md5_digest": "487bc30da9a00a7caf1ad4b8328d8049", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 864008, "upload_time": "2019-01-03T15:15:11", "url": "https://files.pythonhosted.org/packages/a3/c1/80932af824ebd29b3b70733d298f7a523220d58d3cec525d480a7bfb981c/redblackpy-0.1.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "487bc30da9a00a7caf1ad4b8328d8049", "sha256": "7f191dd86073c99ee686c7e992e9b99dfe472e921d30473e8a82937bb0cb6670" }, "downloads": -1, "filename": "redblackpy-0.1.3.0.tar.gz", "has_sig": false, "md5_digest": "487bc30da9a00a7caf1ad4b8328d8049", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 864008, "upload_time": "2019-01-03T15:15:11", "url": "https://files.pythonhosted.org/packages/a3/c1/80932af824ebd29b3b70733d298f7a523220d58d3cec525d480a7bfb981c/redblackpy-0.1.3.0.tar.gz" } ] }