{ "info": { "author": "Eric Boxer", "author_email": "ecb2198@columbia.edu", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "Inkrement\n=========\n\nInkrement provides tools for incremental data analysis. You might find it most useful when the questions you have can be answered from a subset of your data. The tools may also be useful in determining if a partial view of your data can be used to draw conclusions, ie are differences in your data by orders of magnitude or is your data fairly homogeneous. \n\nTypical usage often looks like this:\n\n #!usr/bin/env python\n\n\timport inkrement\n\n\timport numpy as np\n\n\tx = np.random.normal(0, 1, 1000)\n\ty = np.random.normal(0, 1, 1000)\n\n\tinkrement.plot_lag(x, y, 10, 53, 8)\n\nOutput looks like this: \n\n![Example Plot](https://github.com/Ecboxer/inkrement/blob/master/docs/testplot.png)\n\nSummary\n=======\n\nMatplotlib wrapper for incremental data visualization in python\n\nRequirements\n============\n\nMatplotlib\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Ecboxer/inkrement", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "inkrement", "package_url": "https://pypi.org/project/inkrement/", "platform": "", "project_url": "https://pypi.org/project/inkrement/", "project_urls": { "Homepage": "https://github.com/Ecboxer/inkrement" }, "release_url": "https://pypi.org/project/inkrement/0.0.1/", "requires_dist": [ "matplotlib.pyplot (>=2.2.3)" ], "requires_python": "", "summary": "Incremental data visualization in python", "version": "0.0.1" }, "last_serial": 4314634, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f08b925b16fdcec9915fcb7ab02d608d", "sha256": "a9ac7936cc09e46feb6bab696a287ad77fbf2eda5cae8e6d861ce1d9223ecab9" }, "downloads": -1, "filename": "inkrement-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f08b925b16fdcec9915fcb7ab02d608d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2367, "upload_time": "2018-09-27T00:59:53", "url": "https://files.pythonhosted.org/packages/a2/3c/17b338038c173d55d9ba00186736b8c5117ee124e51891104bb11bc590c1/inkrement-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c8888cacd4e0534a060d379aba13ba69", "sha256": "fff7ed600df7a12a93ed03b4ec49f5bc81d3d289fd5524b30a3d265ab96208c3" }, "downloads": -1, "filename": "inkrement-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c8888cacd4e0534a060d379aba13ba69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2155, "upload_time": "2018-09-27T00:59:54", "url": "https://files.pythonhosted.org/packages/05/8d/e4c2dbcabec3e093506dcc7ff6265bc4d362ff74ac925ae957654de6365f/inkrement-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f08b925b16fdcec9915fcb7ab02d608d", "sha256": "a9ac7936cc09e46feb6bab696a287ad77fbf2eda5cae8e6d861ce1d9223ecab9" }, "downloads": -1, "filename": "inkrement-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f08b925b16fdcec9915fcb7ab02d608d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2367, "upload_time": "2018-09-27T00:59:53", "url": "https://files.pythonhosted.org/packages/a2/3c/17b338038c173d55d9ba00186736b8c5117ee124e51891104bb11bc590c1/inkrement-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c8888cacd4e0534a060d379aba13ba69", "sha256": "fff7ed600df7a12a93ed03b4ec49f5bc81d3d289fd5524b30a3d265ab96208c3" }, "downloads": -1, "filename": "inkrement-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c8888cacd4e0534a060d379aba13ba69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2155, "upload_time": "2018-09-27T00:59:54", "url": "https://files.pythonhosted.org/packages/05/8d/e4c2dbcabec3e093506dcc7ff6265bc4d362ff74ac925ae957654de6365f/inkrement-0.0.1.tar.gz" } ] }