{ "info": { "author": "W. Trevor King", "author_email": "wking@tremily.us", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Scientific/Engineering", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "====\nIgor\n====\n\n:Authors: W. Trevor King ;\n Paul Kienzle \n:License: GNU General Public License, version 3+\n\nPython parsers for Igor Binary Waves (.ibw) and Packed Experiment\n(.pxp) files written by WaveMetrics' IGOR Pro software.\n\nInstallation\n============\n\nPackages\n--------\n\nIf `igor` already exists in your package manager's repository, you\nshould install `igor` in the usual way.\n\nGentoo\n~~~~~~\n\nI've packaged `igor` for Gentoo. You need layman_ and my `wtk\noverlay`_. Install with::\n\n # emerge -av app-portage/layman\n # layman --add wtk\n # emerge -av sci-misc/igor\n\nDependencies\n------------\n\nIf you're installing by hand or packaging `igor` for another\ndistribution, you'll need the following dependencies:\n\n=========== ================= ============================\nPackage Debian_ Gentoo_\n=========== ================= ============================\nNumpy_ python-numpy dev-python/numpy\nMatplotlib_ python-matplotlib dev-python/matplotlib\nNose_ python-nose dev-python/nose\n=========== ================= ============================\n\nInstalling by hand\n------------------\n\n`igor` is available as a Git_ repository::\n\n $ git clone git://tremily.us/igor.git\n\nSee the homepage_ for details. To install the checkout, run the\nstandard::\n\n $ python setup.py install\n\nYou can also automate this installation with pip_::\n\n $ pip install igor\n\nUsage\n=====\n\nSee the docstrings and unit tests for examples using the Python API.\nThe package also installs to scripts, ``igorbinarywave.py`` and\n``igorpackedexperiment.py`` which can be used to dump files to stdout.\nFor details on their usage, use the ``--help`` option. For example::\n\n $ igorbinarywave.py --help\n\nFor users transitioning from igor.py_, there's a compatibility module\nexposing the old interface. Just change::\n\n import igor\n\nto::\n\n import igor.igorpy as igor\n\nin your calling code.\n\nTesting\n=======\n\nRun internal unit tests with::\n\n $ nosetests --with-doctest --doctest-tests igor test\n\nThe data in the ``test/data`` directory is in the Git repository, but\nit is not bundled with the source code. If you want the test data,\nyou'll have to clone the Git repository or download a snapshot.\n\nLicence\n=======\n\nThis project is distributed under the `GNU Lesser General Public\nLicense Version 3`_ or greater, see the ``COPYING`` file distributed\nwith the project for details.\n\nMaintenance\n===========\n\nMaintainer\n----------\n\nW. Trevor King\nwking@tremily.us\nCopyright 2008-2012\n\nRelease procedure\n-----------------\n\nWhen a new version of the package is ready, increment __version__\nin ``igor/__init__.py`` and run update-copyright_::\n\n $ update-copyright.py\n\nto update the copyright blurbs. Then run::\n\n $ python setup.py sdist upload\n\nThis will place a new version on PyPI.\n\n\n.. _layman: http://layman.sourceforge.net/\n.. _wtk overlay: http://blog.tremily.us/posts/Gentoo_overlay/\n.. _Debian: http://www.debian.org/\n.. _Gentoo: http://www.gentoo.org/\n.. _NumPy: http://numpy.scipy.org/\n.. _Matplotlib: http://matplotlib.sourceforge.net/\n.. _Nose: http://somethingaboutorange.com/mrl/projects/nose/\n.. _Git: http://git-scm.com/\n.. _homepage: http://blog.tremily.us/posts/igor/\n.. _pip: http://pypi.python.org/pypi/pip\n.. _igor.py: http://pypi.python.org/pypi/igor.py\n.. _GNU Lesser General Public License Version 3:\n http://www.gnu.org/licenses/lgpl.txt\n.. _update-copyright: http://blog.tremily.us/posts/update-copyright/", "description_content_type": null, "docs_url": null, "download_url": "http://git.tremily.us/?p=igor.git;a=snapshot;h=v0.3;sf=tgz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://blog.tremily.us/posts/igor/", "keywords": null, "license": "GNU Lesser General Public License v3 or later (LGPLv3+)", "maintainer": null, "maintainer_email": null, "name": "igor", "package_url": "https://pypi.org/project/igor/", "platform": "all", "project_url": "https://pypi.org/project/igor/", "project_urls": { "Download": "http://git.tremily.us/?p=igor.git;a=snapshot;h=v0.3;sf=tgz", "Homepage": "http://blog.tremily.us/posts/igor/" }, "release_url": "https://pypi.org/project/igor/0.3/", "requires_dist": null, "requires_python": null, "summary": "igor: interface for reading binary IGOR files.", "version": "0.3" }, "last_serial": 2256936, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "06aed02684413eb099aa80fb9b43b497", "sha256": "b6964f97f19f23ee3859634b82f15110e0f1a5b72f62183c83ee2533c267c040" }, "downloads": -1, "filename": "igor-0.2.tar.gz", "has_sig": false, "md5_digest": "06aed02684413eb099aa80fb9b43b497", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51324, "upload_time": "2012-09-02T20:15:26", "url": "https://files.pythonhosted.org/packages/00/dd/c63766580158bcfa93c56cb44333ee5ac9acf2909917fda1f9af7f3cea12/igor-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "d77bc9ecef7031807199421aea34616a", "sha256": "b04ac38c68fb81cf3167a9981dc5a20379112d40268bb72c5a8514dc8051abba" }, "downloads": -1, "filename": "igor-0.3.tar.gz", "has_sig": false, "md5_digest": "d77bc9ecef7031807199421aea34616a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51458, "upload_time": "2016-08-02T04:29:06", "url": "https://files.pythonhosted.org/packages/be/f2/ad4b0027e58c78958b40d9da54e5674a9e851207a9b61e5edd4112f154ec/igor-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d77bc9ecef7031807199421aea34616a", "sha256": "b04ac38c68fb81cf3167a9981dc5a20379112d40268bb72c5a8514dc8051abba" }, "downloads": -1, "filename": "igor-0.3.tar.gz", "has_sig": false, "md5_digest": "d77bc9ecef7031807199421aea34616a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51458, "upload_time": "2016-08-02T04:29:06", "url": "https://files.pythonhosted.org/packages/be/f2/ad4b0027e58c78958b40d9da54e5674a9e851207a9b61e5edd4112f154ec/igor-0.3.tar.gz" } ] }