{ "info": { "author": "Hendrik Soehnholz", "author_email": "henne-s@gmx.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Multimedia :: Graphics" ], "description": "PCO Tools\n=========\n\nA Python module to read images that have been recorded using a PCO camera and\nthe software PCO CamWare.\n\nTested cameras\n--------------\n\n* SensiCam qe\n\nThe module should also work for other PCO cameras.\n\nExamples\n--------\n\nLoad an image and show it using matplotlib::\n\n from pco_tools import pco_reader as pco\n import matplotlib.pyplot as plt\n\n img = pco.load('myimage.b16')\n plt.imshow(img)", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/henne-s/pco-tools", "keywords": "pco camera image", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "pco-tools", "package_url": "https://pypi.org/project/pco-tools/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pco-tools/", "project_urls": { "Homepage": "https://github.com/henne-s/pco-tools" }, "release_url": "https://pypi.org/project/pco-tools/1.0.0/", "requires_dist": [ "numpy", "matplotlib; extra == 'test'" ], "requires_python": "", "summary": "A Python module for loading PCO CamWare images", "version": "1.0.0" }, "last_serial": 2623442, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "c6da5920559133c75d0452cf9dd658a5", "sha256": "c9f45cf8ecfdbd2742e81179413b3e125b314b8df7ab85fd3de1951ebcc03863" }, "downloads": -1, "filename": "pco_tools-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c6da5920559133c75d0452cf9dd658a5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4099, "upload_time": "2017-02-06T21:28:45", "url": "https://files.pythonhosted.org/packages/c2/ef/7fc19653967467474e004b640d4ed66b052efb62e807cf1057d907266b75/pco_tools-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a70e8e19bb738bbfe9a9255a08f0da10", "sha256": "162278269adf848006bc1f481fe6ea6e8fab9a7f1f8191151d49a97ba7e62652" }, "downloads": -1, "filename": "pco-tools-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a70e8e19bb738bbfe9a9255a08f0da10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2628, "upload_time": "2017-02-06T21:28:47", "url": "https://files.pythonhosted.org/packages/bd/03/4ca9a04b3b08df6ed48ed93ad1c580e3e16d7bf0a17e473b17968567d81a/pco-tools-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c6da5920559133c75d0452cf9dd658a5", "sha256": "c9f45cf8ecfdbd2742e81179413b3e125b314b8df7ab85fd3de1951ebcc03863" }, "downloads": -1, "filename": "pco_tools-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c6da5920559133c75d0452cf9dd658a5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4099, "upload_time": "2017-02-06T21:28:45", "url": "https://files.pythonhosted.org/packages/c2/ef/7fc19653967467474e004b640d4ed66b052efb62e807cf1057d907266b75/pco_tools-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a70e8e19bb738bbfe9a9255a08f0da10", "sha256": "162278269adf848006bc1f481fe6ea6e8fab9a7f1f8191151d49a97ba7e62652" }, "downloads": -1, "filename": "pco-tools-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a70e8e19bb738bbfe9a9255a08f0da10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2628, "upload_time": "2017-02-06T21:28:47", "url": "https://files.pythonhosted.org/packages/bd/03/4ca9a04b3b08df6ed48ed93ad1c580e3e16d7bf0a17e473b17968567d81a/pco-tools-1.0.0.tar.gz" } ] }