{ "info": { "author": "Frederik Rietdijk", "author_email": "freddyrietdijk@fridh.nl", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License", "Programming Language :: Cython", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3 :: Only", "Topic :: Scientific/Engineering" ], "description": "# streaming\n\n[![Build Status](https://travis-ci.org/FRidh/streaming.svg?branch=master)](https://travis-ci.org/FRidh/streaming)\n\n`streaming` is a Python library for working with streams of data.\nStreams are iterables that have operators defined.\n\n In [1]: s = Stream(range(8))\n In [2]: list(s + 10)\n Out[2]: [10, 11, 12, 13, 14, 15, 16, 17]\n\nOperations can be done sample by sample by using an instance of `Stream`, or on blocks of samples by using an instance of `BlockStream`.\nSwitching from one to the other is easy,\n\n In [3]: s = Stream(range(100000))\n Out[3]: \n In [4]: s.blocks(8192)\n Out[4]: \n\nThis library was written for a signal processing tool.\n\n\n## Installation\n\nThe latest release can be found on PyPI and installed with `pip install streaming`.\nOtherwise, you can clone this repository and install with `pip install` or `pip install -e` when you want an editable install.\n\n## Tests\n\nThe test suite can be run with\n\n`python setup.py test`\n\nor\n\n`py.test`\n\n\n## Documentation\n\nThe latest version of the documentation can be found at http://fridh.github.io/streaming/.\n\n## License\n\nThe BSD 2-Clause License applies to the code.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "LICENSE", "maintainer": null, "maintainer_email": null, "name": "streaming", "package_url": "https://pypi.org/project/streaming/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/streaming/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/streaming/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Streaming data with Python", "version": "0.1.2" }, "last_serial": 2386795, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b0375d8df9392819858d1558205167be", "sha256": "9153b4cdf97294eb79c9df5e534dfdd92813a789ba3ad3b003cce346ddc21935" }, "downloads": -1, "filename": "streaming-0.1.tar.gz", "has_sig": false, "md5_digest": "b0375d8df9392819858d1558205167be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106413, "upload_time": "2016-10-07T11:55:20", "url": "https://files.pythonhosted.org/packages/26/b9/85e7a50d4dc656f8234a2b7e588dcbc497e2d9e27738845ec7337235026b/streaming-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ce8eb1ce3fac9f1f46b5c0e21b1dc1c8", "sha256": "97bea0ba1c40b3d2fda8a10e2265a1a05f360a6ecdbaaee86b3f6bd685d42e8e" }, "downloads": -1, "filename": "streaming-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ce8eb1ce3fac9f1f46b5c0e21b1dc1c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 105284, "upload_time": "2016-10-07T16:03:54", "url": "https://files.pythonhosted.org/packages/ae/ef/0bb2795aacd342397cc64d27d8b95622b3f9a3185d2f120737740bebf8ad/streaming-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "3f869b180d243e86cf9e80fd938e8c2d", "sha256": "b048542fd79aed205805ebaadbc43c0c91392382a02cf4c796f3e98c65af1795" }, "downloads": -1, "filename": "streaming-0.1.2.tar.gz", "has_sig": false, "md5_digest": "3f869b180d243e86cf9e80fd938e8c2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 105767, "upload_time": "2016-10-07T16:10:47", "url": "https://files.pythonhosted.org/packages/cd/65/b76f2c7d193e732671003d63c43d0f6352973aa310cd8be480bf0678e2e9/streaming-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3f869b180d243e86cf9e80fd938e8c2d", "sha256": "b048542fd79aed205805ebaadbc43c0c91392382a02cf4c796f3e98c65af1795" }, "downloads": -1, "filename": "streaming-0.1.2.tar.gz", "has_sig": false, "md5_digest": "3f869b180d243e86cf9e80fd938e8c2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 105767, "upload_time": "2016-10-07T16:10:47", "url": "https://files.pythonhosted.org/packages/cd/65/b76f2c7d193e732671003d63c43d0f6352973aa310cd8be480bf0678e2e9/streaming-0.1.2.tar.gz" } ] }