{ "info": { "author": "Bartosz Marcinkowski", "author_email": "bm371613@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "slice-aggregator\n================\n\n.. image:: https://travis-ci.org/bm371613/slice-aggregator.svg?branch=master\n :target: https://travis-ci.org/bm371613/slice-aggregator\n.. image:: https://readthedocs.org/projects/slice-aggregator/badge/?version=latest\n :target: http://slice-aggregator.readthedocs.io/en/latest/?badge=latest\n\nA library for aggregating values assigned to indices by slices\n\n.. code-block:: pycon\n\n >>> import slice_aggregator\n >>> a = slice_aggregator.ixs_by_slices()\n >>> a[-5] += 1\n >>> a[10] -= 2.5\n >>> a[-10:]\n -1.5\n\nand the other way around\n\n.. code-block:: pycon\n\n >>> import slice_aggregator\n >>> a = slice_aggregator.slices_by_ixs()\n >>> a[:-5] += 1\n >>> a[-10:10] -= 2.5\n >>> a[-10]\n -1.5\n\n`Read the docs `_ to find out more!\n\nInstallation\n------------\n\n.. code-block:: shell\n\n pip install slice-aggregator", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bm371613/slice-aggregator", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "slice-aggregator", "package_url": "https://pypi.org/project/slice-aggregator/", "platform": "", "project_url": "https://pypi.org/project/slice-aggregator/", "project_urls": { "Documentation": "https://slice-aggregator.readthedocs.io/", "Homepage": "https://github.com/bm371613/slice-aggregator", "Source": "https://github.com/bm371613/slice-aggregator/", "Tracker": "https://github.com/bm371613/slice-aggregator/issues" }, "release_url": "https://pypi.org/project/slice-aggregator/0.1.1/", "requires_dist": null, "requires_python": ">=3.5", "summary": "A library for aggregating values assigned to indices by slices and the other way around", "version": "0.1.1" }, "last_serial": 3674083, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "4f77be46ca34b6ca8045067940d43be9", "sha256": "b29ae767a9cf3e6d02b2e7a799355e960caf68d93d9d726ed91b3f22c0678d0a" }, "downloads": -1, "filename": "slice-aggregator-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4f77be46ca34b6ca8045067940d43be9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 4650, "upload_time": "2018-03-15T20:24:24", "url": "https://files.pythonhosted.org/packages/fd/4b/24fc0b9d57f1c4661de7401db56bb934360e0df25b14091c3c9e23ee8f96/slice-aggregator-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e50865ad648bce2766896b91fa5714ad", "sha256": "9f5ece4117386a3774dae178fc5e096fad5d7a870d7641e19f365256d6dc9253" }, "downloads": -1, "filename": "slice-aggregator-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e50865ad648bce2766896b91fa5714ad", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 4699, "upload_time": "2018-03-15T20:48:00", "url": "https://files.pythonhosted.org/packages/51/35/eae9aed11a8c8ad8cbb6c1e940053812b8e06291544d0614f67322ae7bc3/slice-aggregator-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e50865ad648bce2766896b91fa5714ad", "sha256": "9f5ece4117386a3774dae178fc5e096fad5d7a870d7641e19f365256d6dc9253" }, "downloads": -1, "filename": "slice-aggregator-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e50865ad648bce2766896b91fa5714ad", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 4699, "upload_time": "2018-03-15T20:48:00", "url": "https://files.pythonhosted.org/packages/51/35/eae9aed11a8c8ad8cbb6c1e940053812b8e06291544d0614f67322ae7bc3/slice-aggregator-0.1.1.tar.gz" } ] }